-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
107 lines (99 loc) · 2.72 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
baseURL = 'https://rajp152k.github.io'
languageCode = 'en-us'
title = '(bit-mage)'
theme = "custom"
paginate = "16"
[Author]
name = "(bit-mage)"
bio = "(apply #'eval `((sudo ,explore ,exploit)))"
[Params]
description = "thebitmage.com"
head_logo = false
copyright = "(Bit-Mage) - All rights reserved"
schema = true
toc = false
mathjax = true
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js"
mathjaxConfig = "TeX-AMS-MML_HTMLorMML"
opengraph = true
twitter_cards = true
readmore = true # Show "Read more" button in list if true
authorbox = true
pager = true
post_meta = ["date", "categories"] # Order of post meta information
mainSections = ["post", "blog", "news", "docs"]
comments = true
search = true
[Params.sidebar]
home = "left" # Configure layout for home page
list = "left" # Configure layout for list pages
single = "left" # Configure layout for single pages
# Enable widgets in given order
widgets = ["social", "taglist"]
[Params.widgets]
recent_num = 20 # Set the number of articles in the "Recent articles" widget
tags_counter = true # Enable counter for each tag in "Tags" widget (disabled by default)
[Params.widgets.social]
# Enable parts of social widget
github = "rajp152k"
email = "[email protected]"
youtube = "@The-Bit-Mage"
goodreads = "rajp152k"
twitter = "@rajpatil152k"
#instagram = "rp152k"
[Params.style.vars]
highlightColor = "#f7f9f9"
[Params.logo]
image = "https://ik.imagekit.io/rajp152k/branding/Bit-Mage.png"
title = "(Bit-Mage)"
subtitle = "(apply #'eval `((sudo ,explore ,exploit)))"
[menu]
[[menu.main]]
identifier = 'about'
name = 'about'
pre = "<i class='fa fa-heart'></i>"
url = '/about/'
weight = -110
[[menu.main]]
identifier = 'now'
name = 'now'
pre = "<i class='fa fa-road'></i>"
url = '/now/'
weight = -109
[[menu.main]]
name = 'Ideation Buffer'
pre = "<i class='fa fa-road'></i>"
url = 'https://buffer.thebitmage.com'
weight = -108
[[menu.main]]
name = 'Progress'
pre = "<i class='fa fa-road'></i>"
url = '/dd0x/'
weight = -105
[[menu.main]]
name = 'Work'
pre = "<i class='fa fa-road'></i>"
url = '/resume/'
weight = -102
#[[menu.main]]
# name = 'Analytics'
# pre = "<i class='fa fa-road'></i>"
# url = 'https://us.umami.is/share/e9V2Db5SSHvbS6ZI/thebitmage.com'
# weight = -50
[[menu.main]]
identifier = 'all posts'
name = 'all-posts'
pre = "<i class='fa fa-road'></i>"
url = '/all-posts/'
weight = -104
#[[menu.main]]
# name = 'I know not..'
# pre = "<i class='fa fa-road'></i>"
# url = '/i-know-not/'
# weight = -103
# [[menu.main]]
# identifier = 'contact'
# name = 'contact'
# pre = "<i class='fa fa-road'></i>"
# url = '/contact/'
# weight = -102