Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.demo.toml - github.com/J-Siu/hugo-theme-sk3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da90ae36f18409fe564cf29317791832713d340f (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Config file for demo site https://sk3.jsiu.dev
#
# This is used in combine with exampleSite/config.toml

baseURL = "https://sk3.jsiu.dev"
theme   = "sk3"
title   = "SK3"

DefaultContentLanguage = "en"
enableGitInfo          = true
enableInlineShortcodes = true
languageCode           = "en"
paginate               = 3
relativeURLs           = true

[Params]
enableExternalSvg    = true
enableInfoBox        = true
enableListLastModify = true
enableOpenToc        = true
enableUserCanonical  = false
favicon              = "/favicon.ico"
mainSections         = "post"
pagewidth            = "1200px"
startdate            = "2012-12-02"
subtitle             = "A Hugo Theme"

# Fill in following if using Open Graph / Twitter Card
description       = "Hugo Theme SK3 Demo Site"
enableOpenGraph   = true
enableTwitterCard = true
title             = "Hugo Theme SK3 Demo Site(params)"

	[Params.card]
	date    = true
	summary = true
	# width = "32%"

	# [Params.color]
	# bg     = "white"
	# border = "black"
	# link   = "#3d84ff"
	# text   = "black"

	[Params.sociallink]
	facebook       = "john.siu.714"
	flickr         = "johnsiu-com"
	github         = "J-Siu"
	instagram      = "john.sd.siu"
	linkedin       = "john-sing-dao-siu"
	pinterest      = "johnsdsiu"
	reddit         = "js1943"
	rss            = true
	stack-exchange = "1882213"
	stack-overflow = "1810391"
	tumblr         = "jsds"
	twitter        = "JohnSiuCom"
	vimeo          = "user88929197"
	youtubechannel = "UC5LvdqfL2PubOp904UnUJAg"
	youtubeuser    = "JohnSDSiu"

	[Params.socialshare]
	facebook  = true
	linkedin  = true
	pinterest = true
	reddit    = true
	telegram  = true
	twitter   = true
	vk        = true

[markup]
defaultMarkdownHandler = "goldmark"

	[markup.highlight]
	codeFences         = true
	guessSyntax        = false
	hl_Lines           = ""
	lineNoStart        = 1
	lineNos            = true
	lineNumbersInTable = true
	noClasses          = true
	style              = "fruity"
	tabWidth           = 4

	[markup.tableOfContents]
	endLevel   = 6
	ordered    = false
	startLevel = 1

	[markup.goldmark]
		[markup.goldmark.extensions]
		definitionList = true
		footnote       = true
		linkify        = true
		strikethrough  = true
		table          = true
		taskList       = true
		typographer    = true
		[markup.goldmark.parser]
		attribute         = true
		autoHeadingID     = true
		autoHeadingIDType = "github"
		[markup.goldmark.renderer]
		hardWraps = false
		unsafe    = true
		xhtml     = false