-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
88 lines (74 loc) · 1.77 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Configuration for WPDistillery executed by setup.sh
#
# Author: Flurin Dürst » github.com/flurinduerst
# URL: https://github.com/flurinduerst/WPDistillery
#
# File version 1.4.6
# SETUP SETTINGS
#################################################################
# WordPress folder
wpfolder: public
# core language
wplocale: en_US
# admin user settings
admin:
user: admin
password: admin
email: mail@domain.tld
# scotch box db access
db:
name: dindb
user: root
pass: root
prefix: wpdin_
# WORDPRESS SETTINGS
#################################################################
wpsettings:
url: din.local
title: Dawah Institute
rewrite_structure: /%postname%/
# THEME
#################################################################
# theme to install, choose new name in 'rename' or leave empty
theme:
name: Sage
rename: "Dawah"
url: //https://github.com/roots/sage.git
# PLUGINS
#################################################################
# plugins to install & activate
plugins_active:
- disable-comments
- duplicate-post
- enable-media-replace
- favicon-by-realfavicongenerator
- regenerate-thumbnails
- simple-page-ordering
- user-switching
- google-sitemap-generator
# plugins to install
plugins_inactive:
#development
- custom-post-type-ui
- search-and-replace
- capability-manager-enhanced
#administration
- adminimize
- admin-menu-editor
- admin-menu-reorder
- wordpress-seo
#security/backup
- wp-security-audit-log
- backwpup
# SETUP OPTIONS
####################################################################
# if you don't want the setup to run all tasks, set them to false
installation:
wp: true
theme: true
plugins: true
cleanup: true
comment: true
posts: true
files: true
themes: true