-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (60 loc) · 1.33 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
# Site settings
title: The Wheelhouse Street Fare
email: [email protected]
description: >
The Wheelhouse serves delicious fusion dishes. We use high quality
ingredients, focusing on Thai and Mexican food and exploring other culinary
traditions.
baseurl: "https://wheelhousefood.com" # the subpath of your site, e.g. /blog/
facebook_username: wheelhousefood
twitter_username: wheelhousefood
instagram_username: wheelhousefood
google_username: 102749925529009691414
exclude: [bin, node_modules, package.json, webpack.config.js]
collections:
specials:
output: true
permalink: "/specials/:name/"
defaults:
-
scope:
path: ""
type: specials
values:
layout: special
# prose.io configuration
prose:
media: media
metadata:
_specials:
- name: "title"
field:
element: "text"
label: "title"
- name: "published"
field:
element: "checkbox"
label: "published"
value: true
- name: "date"
field:
element: "hidden"
value: CURRENT_DATETIME
ignore:
- .gitignore
- Gemfile
- Gemfile.lock
- _config.yml
- _includes
- _js
- _layouts
- _posts
- _sass
- bin
- feed.xml
- images
- index.html
- js
- menu.md
- package.json
- webpack.config.js