-
Notifications
You must be signed in to change notification settings - Fork 6
/
hugo.toml
59 lines (54 loc) · 1.26 KB
/
hugo.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
baseURL = 'https://gxanshu.in'
languageCode = 'en-us'
title = "Gx Anshu: A Showcase of Impressive JavaScript Dev"
[params]
description = "gxanshu is a portfolio website showcasing impressive web development projects created by GX Anshu with his expertise in software development and web design."
paginate = 12
disableKinds = ['taxonomy', 'term']
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
taxonomy = ['html']
term = ['html']
[sitemap]
changeFreq = ''
disable = false
filename = 'sitemap.xml'
priority = -1
enableRobotsTXT = true
[caches]
[caches.assets]
dir = ':resourceDir/_gen'
maxAge = -1
[caches.getjson]
dir = ':cacheDir/:project'
maxAge = -1
[caches.getresource]
dir = ':cacheDir/:project'
maxAge = -1
[caches.images]
dir = ':resourceDir/_gen'
maxAge = -1
[imaging]
bgColor = '#f5f5f5'
hint = 'photo'
quality = 75
resampleFilter = 'box'
[minify]
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true
[HTTPCache]
[HTTPCache.cache]
[HTTPCache.cache.for]
include = ['**']
[[HTTPCache.polls]]
disable = false
high = '0s'
low = '0s'
[HTTPCache.polls.for]
includes = ['**']