forked from flurinduerst/WPDistillery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
111 lines (95 loc) · 2.36 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Configuration for WPDistillery executed by setup.sh
#
# Author: Flurin Dürst » https://flurinduerst.ch
# URL: https://github.com/flurinduerst/WPDistillery
#
# For detailed instructions on this file read the config.yml-documentation at
# https://github.com/flurinduerst/WPDistillery/blob/master/README_CONFIG.md
#
# File Version: 1.6.3
# INSTALLATION
#################################################################
# WordPress folder
wpfolder: public
# WordPress version
wpversion: latest
# language/timezone
wplocale: en_US
timezone: "America/New_York"
# admin user settings
admin:
user: admin
password: admin
email: [email protected]
first_name: ""
last_name: ""
# scotch box db access
db:
name: scotchbox
user: root
pass: root
prefix: wp_
# SETTINGS
#################################################################
wpsettings:
url: wpdistillery.dev
title: Example Title
description: Example Description
permalink_structure: "/%postname%/"
thumbnail_width: 150
thumbnail_height: 150
medium_width: 300
medium_height: 300
large_width: 1024
large_height: 1024
# use page as frontpage
page_on_front: true
frontpage_name: Example Front Page
# automatic conversion of smilies
convert_smilies: false
# THEME
#################################################################
# theme to install, choose new name in 'rename' or leave empty
theme:
name: WPSeed
rename: ""
url: "https://github.com/flurinduerst/WPSeed/archive/master.zip"
# 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
# WPDISTILLERY SETUP
####################################################################
# if you don't want the setup to run all tasks, set them to false
setup:
wp: true
settings: true
theme: true
plugins: true
cleanup: true
comment: true
posts: true
files: true
themes: true