-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathhugo.yaml
54 lines (49 loc) · 1.42 KB
/
hugo.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
47
48
49
50
51
52
53
54
baseURL: 'https://username.github.io/'
title: Hugo-Flex Demo Site
author: Jane Doe
languageCode: en-us
pygmentsCodeFences: true
enableRobotsTXT: true
theme: hugo-flex
permalinks:
posts: '/:filename/'
pages: '/:filename/'
params:
color: black
width: 42rem
description: Jane Doe's webpages
footer: Except where otherwise noted, content on this site is licensed under a
a <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
Creative Commons Attribution 4.0 International License</a>.
rss: >-
To subscribe to this RSS feed, copy the address in the address bar and paste
it into your favorite feed reader.
divider: '\2015\2015' # Set to false to remove divider below posts on homepage
schema: true
opengraph: true
twittercards: true
summaries: false
utterances:
repo: # Set to Utterances repo URL to add Utterances comments
issueterm: pathname
theme: github-light
netlify:
honeypot: false # Set to true to add honeypot field in contact form
recaptcha: false # Set to true to add recaptcha challenge in contact form
# js: # Uncomment to add custom JS from a list of files
# - js/foo.js
# - bar.js
menu:
main:
- name: About
url: about/
weight: 1
- name: Blog
url: posts/
weight: 2
- name: Tags
url: tags/
weight: 3
- name: Categories
url: categories/
weight: 4