forked from PersonalWebs/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
90 lines (72 loc) · 1.85 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
baseURL = "https://rafee.me"
defaultcontentlanguage = "en"
languageCode = "en"
theme = "hugo-coder"
title = "Mohammad Ishfaque Jahan Rafee"
# copyright = "© Mohammad Ishfaque Jahan Rafee"
# Code Highlight
[markup.highlight]
style = "github-dark"
# pygmentsstyle = "monokai"
# pygmentscodefences = true
# pygmentscodefencesguesssyntax = true
[services]
[services.disqus]
shortname = "rafee-me"
paginate = 8 # articles per page
[params]
author = "Mohammad Ishfaque Jahan Rafee"
avatarurl = "images/me.jpg"
description = "Rafee's Personal Website"
info = "Your Friendly Neighbourhood Security Guy"
#gravatar = "[email protected]"
# faviconSVG = "/img/favicon.svg"
# favicon_16 = "/img/favicon-16x16.png"
# favicon_32 = "/img/favicon-32x32.png"
# enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# mode = "auto" # color-mode → light,dark,toggle or auto
# useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
# katex = true # enable KaTeX support
# mathjax = true # enable MathJax support
subtitle = "Aspiring to be better everyday"
# Social Tags
[[params.social]]
icon = "fa fa-github fa-2x"
name = "GitHub"
url = "https://github.com/rafee"
weight = 1
[[params.social]]
icon = "fa fa-twitter fa-2x"
name = "Twitter"
url = "https://twitter.com/rafee_sec"
weight = 2
[[params.social]]
icon = "fa fa-linkedin fa-2x"
name = "Linkedin"
url = "https://www.linkedin.com/in/rafee-sec/"
weight = 3
# Posts config
[taxonomies]
author = "authors"
category = "categories"
series = "series"
tag = "tags"
# Main menu Items
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Blog"
url = "/posts"
weight = 2
[[menu.main]]
name = "About Me"
url = "/about"
weight = 3
# [[menu.main]]
# name = "Tags"
# url = "/tags"
# weight = 4