This repository has been archived by the owner on Feb 11, 2019. It is now read-only.
forked from h5bp/mobile-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 19
/
couscous.yml
152 lines (144 loc) · 5.21 KB
/
couscous.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
template:
# Name of the directory containing the website template (default is "website")
directory: website
# Name of the index file (default is "README.md")
index: index.md
# List of directories to include in the processing (by default it's empty, so all markdown files are parsed)
# Paths are relative to the optional source path given when generating the website, repository root by default
include:
- docs
# List of directories to exclude from the processing (default contains "vendor" and "website")
# Paths are relative to the optional include paths given when generating the website, repository root by default
exclude:
- .DS_Store
- .DS_Store?
- ._*
- .Spotlight-V100
- .Trashes
- ehthumbs.db
- Thumbs.db
- node_modules/
# Set this variable to use a Custom Domain
# The content of this variable will be directly inserted into the CNAME file
cname: scratchtheme.com
# Set the target branch in which to deploy the generated website
branch: gh-pages
# Any variable you put in this file is also available in the Twig layouts:
title: Scratch Theme for WordPress + ACF
subTitle: Scratch is the world's first Advanced Custom Fields-ready WordPress theme. It's not so much a theme as a springboard for building your own fully custom WordPress themes.
# Base URL of the published website (no "/" at the end!)
# You are advised to set and use this variable to write your links in the HTML layouts
baseUrl: http://zackphilipps.github.io/scratch-theme
menu:
items:
changelog:
text: Changelog
absoluteUrl: https://github.com/zackphilipps/scratch-theme/releases
target: _blank
download:
text: Download v1.6
absoluteUrl: https://github.com/zackphilipps/scratch-theme/archive/master.zip
target: _blank
github:
text: GitHub
absoluteUrl: https://github.com/zackphilipps/scratch-theme
target: _blank
sidebarMenu:
items:
introduction:
text: Introduction
relativeUrl: /
gettingStarted:
text: Getting Started
relativeUrl: /getting-started.html
screencasts:
text: Screencasts
relativeUrl: /screencasts.html
children:
installingWordPress:
text: Installing WordPress
relativeUrl: /screencasts.html#using-mamp-to-complete-the-wordpress-installation
activatingScratch:
text: Activating Scratch
relativeUrl: /screencasts.html#activating-scratch-amp-installing-recommended-plugins
runningGruntGulp:
text: Running Grunt/Gulp
relativeUrl: /screencasts.html#running-grunt-browsersync-and-compiling-scss-and-javascript
styleGuideMainNav:
text: Style Guide/Main Nav
relativeUrl: /screencasts.html#adding-scratchs-style-guide-and-main-navigation-menu
editingFonts:
text: Editing Fonts
relativeUrl: /screencasts.html#implementing-your-own-typography-with-scratch
editingColors:
text: Editing Colors
relativeUrl: /screencasts.html#implementing-your-own-color-scheme-with-scratch
rootFilesPermalinkStructure:
text: Root Files/Permalink Structure
relativeUrl: /screencasts.html#moving-the-right-files-to-the-root-of-your-site-amp-editing-the-permalink-structure
css:
text: CSS
relativeUrl: /css.html
children:
overview:
text: Overview
relativeUrl: /css.html#overview
iconFont:
text: Icon Font
relativeUrl: /css.html#ionicons-overview
soLongVendorPrefixes:
text: So Long, Vendor Prefixes!
relativeUrl: /css.html#autoprefixer
gridSystem:
text: Grid System
relativeUrl: /css.html#grid-system
typography:
text: Typography
relativeUrl: /css.html#typography
buttons:
text: Buttons
relativeUrl: /css.html#buttons
helperClasses:
text: Helper Classes
relativeUrl: /css.html#helper-classes
mixins:
text: Mixins
relativeUrl: /css.html#mixins
javascript:
text: JavaScript
relativeUrl: /javascript.html
children:
overview:
text: Overview
relativeUrl: /javascript.html#overview
modals:
text: Modals
relativeUrl: /javascript.html#modals-via-magnific-popup
waypoints:
text: Waypoints
relativeUrl: /javascript.html#jquery-waypoints
animations:
text: Animations
relativeUrl: /javascript.html#animations-with-velocityjs
sliders:
text: Sliders
relativeUrl: /javascript.html#sliders-via-glidejs
acf:
text: Advanced Custom Fields
relativeUrl: /acf.html
children:
layoutFunctions:
text: Layout Functions
relativeUrl: /acf.html#using-scratchs-layout-functions
layoutsPageTemplate:
text: Layouts Page Template
relativeUrl: /acf.html#layouts-page-template
html5AudioVideo:
text: HTML5 Audio/Video
relativeUrl: /acf.html#html5-audiovideo
imageGallery:
text: Image Gallery
relativeUrl: /acf.html#image-gallery-via
slider:
text: Slider
relativeUrl: /acf.html#slider-via