-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (51 loc) · 1.05 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
title = 'ba1ajinaidu'
baseURL = 'https://ba1ajinaidu.github.io'
languageCode = 'en-us'
theme = "blog-awesome"
# Enable emojis globally
enableEmoji = true
[outputs]
home = [ 'HTML', 'RSS']
[menu]
[[menu.main]]
pageRef="/"
name = 'Home'
url = '/'
weight = 10
[[menu.main]]
pageRef="posts"
name = 'Posts'
url = '/posts/'
weight = 30
[[menu.main]]
pageRef="projects"
name = 'Projects'
url = '/projects/'
weight = 40
[[menu.main]]
pageRef="about"
name = 'About'
url = '/about/'
weight = 40
[markup]
[markup.highlight]
noClasses = false
[params]
sitename = ""
defaultColor = "auto"
mainSections = ["posts"]
goToTop = true
[params.author]
avatar = "kool_flork.jpeg"
intro = "ba1ajinaidu"
name = "Balajinaidu V"
description = "Nerding out online"
[[params.socialIcons]]
name = "github"
url = "https://github.com/ba1ajinaidu"
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/ba1ajinaidu"
[[params.socialIcons]]
name = "Rss"
url = "index.xml"