-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
61 lines (57 loc) · 1.49 KB
/
hugo.yaml
File metadata and controls
61 lines (57 loc) · 1.49 KB
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
baseURL: "/"
languageCode: "en-us"
defaultContentLanguage: en
title: "o7 Fire"
theme: "anubis"
sectionPagesMenu: true
params:
author: "o7 Fire"
description: "o7-Fire Website"
title: "o7-Fire"
# Uncomment if you need this
images:
- o7V.png
customCSS:
- css/verycool.css # relative path to "assets" directory (don't use main.css filename)
# customJS:
# - js/main.js # relative path to "assets" directory
dateFormat: "2006-01-02"
paginationSinglePost: true
style: auto
mainSections: [ "post" ] # which sections should be on index/main page
#sectionsWithFullContentOnListPage: [ "notes" ] # for which sections content should be displayed on list pages
readMore: false # show read more button
readNextPosts: 5 # show 5 related posts, 0 by default
disableSummary: false
toc: true # display Table of Contents
tocWordCount: 300 # ...when a post is longer than 300 words
copyCodeButton: true # true by default
#rssAsSocialIcon: true
mathjax: true # https://www.mathjax.org/
social:
- id: github
name: o7-Fire
# - id: hugo
# url: "https://gohugo.io/"
# icon: "hugo"
markup:
goldmark:
renderer:
unsafe: true # enable raw HTML in Markdown
taxonomies:
tag: "tags"
category: "categories"
menu:
main:
- identifier: "posts"
name: "Posts"
url: "/"
weight: 1
- identifier: "tags"
name: "Tags"
url: "/tags/"
weight: 2
- identifier: "archives"
name: "Archives"
url: "/archives/"
weight: 3