-
Notifications
You must be signed in to change notification settings - Fork 46
/
config.toml
80 lines (65 loc) · 1.8 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
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
baseurl = "https://blog.llvm.org/"
title = "The LLVM Project Blog"
copyright = "llvm.org"
canonifyurls = true
theme = "hugo-kiera"
summaryLength = 30
enableEmoji = true
pygmentsCodeFences = true
ignoreFiles = ['template.md']
#disqusShortname = "myShortName"
[pagination]
pagerSize = 10
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
tagline = "LLVM Project News and Details from the Trenches"
description = "LLVM Project News and Details from the Trenches"
#images = [""] #This is used for opengraph/twitter cards.
customCSS = [] #Optional Customised CSS
#favicon = ""
#utterancesRepo = "username/repository"
#utterancesIssueTerm = "pathname"
homepageLength = 10
#commentAutoload = true #This mean reader don't need click, disqus comment autoload
# Note: to disable a social network icon delete or comment out the corresponding line
[params.author]
name = "LLVM Project"
id="llvmorg"
github = "llvm"
#gitlab = "username"
#linkedin = "username"
facebook = "llvmorg"
twitter = "llvmorg"
#instagram = "username"
#stackoverflow = "username"
youtube = "c/LLVMPROJ" # or channel/channelname
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 1
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
weight = 2
# uncomment to enable the Tags link on the main toolbar
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
identifier = "llvmorg"
name = "llvm.org"
url = "https://llvm.org/"
weight = 4
# uncomment to enable the Categories link on the main toolbar
# [[menu.main]]
# identifier = "categories"
# name = "Categories"
# url = "/categories"
# weight = 1