-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.toml
28 lines (25 loc) · 915 Bytes
/
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
base_url = "https://dhilipsiva.com"
compile_sass = true
build_search_index = true
theme = "terminimal"
[markdown]
highlight_code = true
_taxonomies = [
{name = "tags"},
]
[extra]
accent_color = "green"
background_color = "dark"
logo_text = "dhilipsiva"
author = "dhilipsiva"
menu_items = [
# {name = "home", url = "$BASE_URL"},
# tags should only be enabled if you have "tags" taxonomy
# see documentation below for more details
# {name = "tags", url = "$BASE_URL/tags"},
{name = "GitHub", url = "https://github.com/dhilipsiva", newtab = true},
{name = "LinkedIn", url = "https://www.linkedin.com/in/dhilipsiva/", newtab = true},
{name = "StackOverflow", url = "https://stackoverflow.com/users/1235072/dhilipsiva", newtab = true},
{name = "Medium", url = "https://medium.com/@dhilipsiva", newtab = true},
{name = "Email", url = "mailto:[email protected]", newtab = true},
]