-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
62 lines (47 loc) · 1.41 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
60
61
62
baseURL = 'https://tcluri.github.io/'
title = 'tcluri:$'
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
# Remove files from destination not found in static directories
cleandestinationdir = true
enableEmoji = true
languageCode = 'en-us'
disableFastRender = true
[module]
[[module.imports]]
path = "gitlab.com/kaushalmodi/hugo-theme-refined"
[Author]
name = "Tejaa Chintaluri"
homepage = "https://tcluri.github.io/"
[Social]
github = "tcluri"
twitter = "tcluri_"
[Params]
tagline = "My random notes"
# Go date formats: https://golang.org/pkg/time/#pkg-constants
dateform = "Mon Jan 2, 2006"
# Set favicons to true only if the following files are present in the project assets/ dir:
# - safari-pinned-tab.svg
# - manifest.json
# - favicon-16x16.png
# - favicon-32x32.png
# - apple-touch-icon.png
favicons = false
themecolorbase = "blue" # Valid values: "red", "orange", "yellow", "green", "cyan", "blue", "magenta", "brown"
[Params.source]
url = "https://github.com/tcluri/tcluri.github.io"
[[Params.social.service]]
name = "Github"
link = "https://github.com/tcluri/"
relme = true
[[Params.social.service]]
name = "Twitter"
link = "https://twitter.com/tcluri_/"
[markup]
[markup.highlight]
codeFences = true # default = true
lineNumbersInTable = true
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true