-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (44 loc) · 1.18 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
baseURL = 'https://zackad.dev'
languageCode = 'en-us'
title = 'ZackadDev'
uglyurls = true
rssLimit = 30
[menu]
[[menu.main]]
identifier = 'about'
name = 'About Me'
url = '/about.html'
[[menu.main]]
identifier = 'tags'
name = 'Tags'
url = '/tags.html'
[[menu.main]]
identifier = 'archive'
name = 'Archives'
url = '/posts.html'
[permalinks]
posts = '/:sections[last]/:year/:month/:day/:slug'
[frontmatter]
date = [':filename', ':date', ':fileModTime']
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[params]
description = "I'm a simple man. I do what I want and what I could. Otherwise it's a trial and error."
disqusShortname = 'zackadtech'
[params.social]
email = "zackad [dot] dev [at] gmail [dot] com"
github = "https://github.com/zackad"
twitter = "https://twitter.com/ZackadDev"
youtube = "https://www.youtube.com/channel/UCao_VdbgaSy2CnB0VdySOEQ"
[markup.goldmark.renderer]
unsafe = true
[build]
[[build.cachebusters]]
source = 'layouts/.*'
target = 'css'
[pagination]
disableAliases = false
pagerSize = 10
path = 'page'