-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (56 loc) · 1.51 KB
/
config.toml
File metadata and controls
66 lines (56 loc) · 1.51 KB
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
base_url = "https://iambort.github.io"
title = "IAmBort"
default_language = "en"
theme = "DeepThought"
generate_feed = true
feed_filename = "rss.xml"
taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", fees = true, paginate_by = 10 },
]
languages = []
compile_sass = true
build_search_index = true
ignored_content = []
extra_syntaxes = []
[link_checker]
skip_prefixes = ["http://[2001:db8::]/"]
skip_anchor_prefixes = ["https://caniuse.com/"]
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
[translations]
[extra]
navbar_items = [
{ code = "en", nav_items = [
{ url = "$BASE_URL/", name = "Home" },
{ url = "$BASE_URL/posts", name = "Blog" },
{ url = "$BASE_URL/projects", name = "Projects" },
# { url = "$BASE_URL/tags", name = "Tags" },
# { url = "$BASE_URL/categories", name = "Categories" },
] },
]
[extra.favicon]
favicon_16x16 = "/icons/favicon-16x16.png"
favicon_32x32 = "/icons/favicon-32x32.png"
apple_touch_icon = "/icons/apple-touch-icon.png"
safari_pinned_tab = "/icons/safari-pinned-tab.svg"
webmanifest = "/icons/site.webmanifest"
[extra.author]
name = "Bort"
avatar = "/images/avatar.png"
[extra.social]
github = "iambort"
#gitlab = "ratanshreshtha"
#keybase = "RatanShreshtha"
linkedin = "bart-carroll-8469056b"
#stackoverflow = "3728911"
email = "bart.a.carroll@gmail.com"
twitter = "iambort2"
[extra.analytics]
google = "G-GL3083K8BL"
[extra.commenting]
disqus = "deepthought-theme"
[extra.mapbox]
access_token = ""