forked from onweru/newsroom
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
39 lines (34 loc) · 1.22 KB
/
config.toml
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
baseurl = "https://example.com/" # Include trailing slash
title = "Newsroom"
theme = "newsroom"
author = "Weru"
copyright = "Copyright © 2019, Weru and the Hugo Authors; all rights reserved."
canonifyurls = true
paginate = 3
# Enable syntax highlighting
# comment or delete lines 11 ~ 14
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses=true
pygmentsOptions = "linenos=table"
# Alternatively, you can use chroma instead of pigments
# to do so comment or delete lines 11 ~ 14 and uncomment lines 17 ~ 27
# [markup]
# [markup.highlight]
# codeFences = true
# guessSyntax = false
# hl_Lines = ""
# lineNoStart = 1
# lineNos = true
# lineNumbersInTable = true
# noClasses = false
# # style = "monokai"
# tabWidth = 2
# If you want to use disqus, uncomment the line below
# disqusShortname = "yourdiscussshortname"
# ids used below are not valid. Replace with valid ones
[params]
# ga_analytics = "" # google analytics ID e.g UA-116386578-1
# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
# twitter = "" # twitter handle e.g @weru
# mainSections = ["blog", "docs"] see https://gohugo.io/functions/where/#mainsections