-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
29 lines (23 loc) · 847 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
29
title = "devsjc blogs //"
description = "You've found it. The blog of devsjc. But will you find anything of any use?"
base_url = "https://devsjc.github.io/blog"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
# Whether to generate RSS feed
generate_feeds = true
[markdown]
highlight_code = true
highlight_theme = "nord"
render_emoji = true
[extra]
footer_links = [
{url = "$BASE_URL/", name = "Home"},
{url = "$BASE_URL/atom.xml", name = "RSS"},
]
social_links = [
{url = "https://medium.com/@devsjc", name = "Medium", emoji = "👏"},
{url = "https://github.com/devsjc/blog", name = "GiHub", emoji = "⭐" },
{url = "$BASE_URL/atom.xml", name = "RSS", emoji = "📡"},
]