-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (37 loc) · 876 Bytes
/
config.toml
File metadata and controls
41 lines (37 loc) · 876 Bytes
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
baseURL = 'https://lumramabaja.com/'
languageCode = 'en-us'
title = 'Lum Ramabaja'
theme = 'mini'
publishDir = 'public'
defaultContentLanguage = 'en'
hasCJKLanguage = true
[pagination]
pagerSize = 4
disqusShortname = 'Lum Ramabaja'
[permalinks]
posts = '/posts/:title/'
[markup]
[markup.highlight]
guessSyntax = true
style = 'dracula'
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
avatarLink = 'https://github.com/ChainlessCoder'
author = 'Lum Ramabaja'
description = 'My Blog'
enableRSS = true
enableComments = true
enableGoogleAnalytics = true
showToc = true
customCSS = ["css/custom.css"]
showPowerBy = false
math = true
hiddenPostSummaryInHomePage = false
[social]
github = 'https://github.com/ChainlessCoder'