-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
133 lines (121 loc) · 3.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseurl = "https://attajak.netlify.app"
DefaultContentLanguage = "en"
title = "Attajak"
# Using theme as git submodule
# theme = "beautifulhugo"
# Or when using theme as hugo module
# theme = "github.com/halogenica/beautifulhugo"
pygmentsStyle = "trac"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClassic = true
pygmentOptions = "linenos=inline"
[Services]
[Services.Disqus]
# Shortname = "XXX"
[Services.googleAnalytics]
# id = "XXX"
[module]
[[module.imports]]
path = "github.com/halogenica/beautifulhugo"
[Params]
homeTitle = "Attajak" # Set a different text for the header on the home page
subtitle = "https://attajak.netlify.app"
mainSections = ["post","posts"]
logo = "favicon/apple-touch-icon.png" # Expecting square dimensions
favicon = "favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
readingTime = false
wordCount = false
useHLJS = true
socialShare = true
delayDisqus = true
showRelatedPosts = true
# hideAuthor = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
# disclaimerText = "The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way."
[[Params.bigimg]]
src = "img/triangle.jpg"
desc = "Triangle"
[[Params.bigimg]]
src = "img/sphere.jpg"
desc = "Sphere"
# position: see values of CSS background-position.
position = "center top"
[[Params.bigimg]]
src = "img/hexagon.jpg"
desc = "Hexagon"
[Params.author]
# Set only your "username" for default hosts and full URLs otherwise (e.g., "https://MyGitLab.org/username")
name = "Attajak Janrak"
website = "https://attajak.github.io"
email = "[email protected]"
facebook = "attajak"
github = "attajak"
gitlab = "attajak"
bitbucket = "attajak"
twitter = "attajak"
reddit = "attajak"
linkedin = "attajak"
# xing = "username"
# stackoverflow = "users/XXXXXXX/username"
snapchat = "attajak"
instagram = "attajak"
youtube = "@attajak" # or channel/channelname
soundcloud = "attajak"
spotify = "attajak"
# bandcamp = "username"
# itchio = "username"
vk = "attajak"
paypal = "attajak"
telegram = "attajak"
500px = "attajak"
codepen = "attajak"
mastodon = "https://mastodon.in.th/@attajak"
# kaggle = "username"
# weibo = "username"
# slack = "username"
medium = "attajak"
# discord = "invite code (https://discord.gg/XXXXXXX)"
# strava = "userid"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "blog"
name = "Blog"
weight = 2
[[menu.main]]
identifier = "posts"
parent = "blog"
name = "Posts"
url = "posts"
weight = 21
[[menu.main]]
parent = "blog"
identifier = "categories"
name = "Categories"
url = "categories"
weight = 22
[[menu.main]]
parent = "blog"
identifier = "tags"
name = "Tags"
url = "tags"
weight = 23
[[menu.main]]
identifier = "about"
name = "About"
url = "about"
weight = 3
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "contact"
weight = 4