-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsite.yml
86 lines (70 loc) · 1.18 KB
/
site.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
# encoding: utf-8
# vim: ft=ruby expandtab shiftwidth=2 tabstop=2
#
# Network Settings
#
hostname: japan.wordcamp.test
ip: 192.168.108.108
#
# WordPress Settings
#
version: latest
lang: ja
title: WordCamp Japan
rewrite_structure: /%year%/%monthnum%/%day%/%postname%/
#
# WordPress User
#
admin_user: vccw
admin_pass: vccw
admin_email: [email protected]
#
# WordPress Default Plugins
# Plugin's slug or url to the plugin's slug.
#
plugins: [
gutenberg
jetpack
]
#
# WordPress Default Theme
# Theme's slug or url to the theme's .zip.
#
theme: 'twentyfifteen'
#
# WordPress Options
#
options:
blogdescription: 'WordPress イベント「WordCamp」の日本語公式サイト'
#
# Theme unit testing
#
theme_unit_test: true
theme_unit_test_uri: https://raw.githubusercontent.com/jawordpressorg/theme-test-data-ja/master/wordpress-theme-test-date-ja.xml
#
# DB will be reset when provision
#
reset_db_on_provision: true
#
# RubyGems
# Wordmove will be forcibly installed.
#
ruby_gems: []
mailcatcher: false
wp_i18n_tools: true
#
# NPM modules
#
npms: []
#
# composer
#
composers: []
#
# wp-cli package commands
#
wp_cli_packages: []
#
# Linked Clone for Vagrant v1.8
#
linked_clone: true