forked from firasuke/DOTSLASHLINUX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (44 loc) · 1.55 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
baseURL = "https://firasuke.github.io/DOTSLASHLINUX"
buildDrafts = false
buildFuture = false
buildExpired = false
relativeURLs = false
canonifyURLs = false
config = "config.toml"
contentDir = "content"
dataDir = "data"
defaultExtension = "html"
defaultLayout = "post"
disableLiveReload = false
enableGitInfo = false
enableRobotsTXT = false
disableHugoGeneratorInject = false
disableKinds = ["robotsTXT"]
disablePathToLower = false
enableEmoji = false
enableMissingTranslationPlaceholders = false
hasCJKLanguage = false
layoutDir = "layouts"
log = false
rssLimit = 6
metaDataFormat = "toml"
newContentEditor = "vim"
noChmod = false
noTimes = false
paginate = 12
paginatePath = "page"
pluralizeListTitles = true
preserveTaxonomyNames = false
publishdir = "public"
staticDir = "static"
stepAnalysis = false
title = "Are You Ready? (Y/Y)"
uglyURLs = false
verbose = false
verboseLog = false
watch = true
[Permalinks]
page = "/:sections/:filename/"
post = "/:sections/:slug/"
[sitemap]
changefreq = "always"