-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
60 lines (48 loc) · 1.52 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
baseURL: https://tommyantle.netlify.app/
languageCode: en-us
title: "Tommy's Site"
theme: "toha"
# Manage languages
# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
languages:
en:
languageName: English
weight: 1
# Control TOC depth
markup:
tableOfContents:
startLevel: 2
endLevel: 6
ordered: false
# At least HTML and JSON are required for the main HTML content and
# client-side JavaScript search
outputs:
home:
- HTML
- RSS
- JSON
# Enable global emoji support
enableEmoji: true
# Site parameters
params:
# GitHub repo URL and branch of your site
gitRepo: https://github.com/antlet/tommy-site
gitBranch: main
# specify whether you want to write some blog posts or not
enableBlogPost: true
# specify whether you want to show Table of Contents in reading page
enableTOC: true
background: images/default-background.jpg
logo:
main: images/main-logo.png
inverted: images/inverted-logo.png
favicon: images/favicon.png
newsletter:
enable: false
section:
name: About # Title of section (default: "")
id: about # url id/slug of section *Required*
enable: true # Boolean to determine if this section is enabled (default: false)
weight: 1 # Order to display section in (default: alphabetical followed by weight)
showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar
template: sections/about.html # allows you to point to a specific template.