-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
46 lines (45 loc) · 984 Bytes
/
config.yaml
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
baseURL: "http://yumscrumptio.us/"
languageCode: en-us
title: Yumscrumptious
theme: gochowdown
disablePathToLower: true
googleAnalytics:
defaultcontentlanguage: en
paginate: 20
canonifyurls: true
pygmentsstyle: monokai
pygmentscodefences: true
pygmentscodefencesguesssyntax: true
pygmentsOptions: "linenos=table"
permalinks:
posts: /posts/:year/:month/:title
params:
author: Joseph Louthan
description: My go-to recipes
keywords: 'recipes'
favicon_32: /images/favicon-32x32.png
favicon_16: /images/favicon-16x16.png
footercontent:
hidecredits: false
hidecopyright: false
showNavTitle: false # Boolean: show site title in nav bar
custom_css:
- style.css
menu:
main:
- name: Home
weight: 1
url: /
- name: Category
weight: 2
url: /category/
- name: Cuisine
weight: 3
url: /cuisine/
- name: Tags
weight: 4
url: /tags/
taxonomies:
category: category
cuisine: cuisine
tag: tags