-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
46 lines (43 loc) · 1.08 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
# Your project's server URL
URL: "https://sixteenbit.ddev.site"
# Theme strings used in the `rename` gulp task
THEME:
## The current strings in the theme
CURRENT:
name: "Starting Line"
slug: "starting-line"
prefix: "starting_line_"
class: "SL_"
## The strings to rename in the theme
NEW:
name: "Starting Line"
slug: "starting-line"
prefix: "starting_line_"
class: "SL_"
# Used in the theme .pot file for translation
POT:
domain: 'starting-line'
package: 'starting-line'
# Gulp will reference these paths when it copies files
PATHS:
php:
- "./*.php"
- "./**/*.php"
images:
- "src/img/**/*"
sass:
foundation:
- "node_modules/foundation-sites/scss"
fontawesome:
- "node_modules/@fortawesome/fontawesome-free/scss"
javascript:
vendors:
- "node_modules/what-input/dist/what-input.js"
- "node_modules/foundation-sites/dist/js/foundation.js"
theme:
- "src/js/customizer.js"
custom:
- "src/js/**/_*.js"
fonts:
fontawesome:
- "node_modules/@fortawesome/fontawesome-free/webfonts/*"