-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (27 loc) · 731 Bytes
/
config.toml
File metadata and controls
30 lines (27 loc) · 731 Bytes
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
base_url = "https://aaqa.dev/"
title = "Aaqa Ishtyaq"
description = "Aaqa Ishtyaq, Ramblings on programming, tech and life."
compile_sass = true
build_search_index = false
generate_feed = true
feed_filename = "rss.xml"
minify_html = true
[markdown]
highlight_code = true
highlight_theme = "css"
extra_syntaxes_and_themes = ["static/highlight_themes"]
highlight_themes_css = [
{ theme = "tomorrow-light", filename = "hl-light.css"},
{ theme = "tomorrow-dark", filename = "hl-dark.css"},
]
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
[extra]
author = "Aaqa Ishtyaq"
github = "aaqaishtyaq"
twitter = "aaqaishtyaq"
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"