-
Notifications
You must be signed in to change notification settings - Fork 25
/
config.toml
59 lines (47 loc) · 1.6 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
# The URL the site will be built for
base_url = "https://ergo.liquidthink.net"
title = "Alan Turing"
# a description; you can use markdown here if you like
description="\"*to develop the skill of correct thinking is in the first place to learn what you have to disregard. In order to go on, you have to know what to leave out.*\" \n -Kurt Gödel"
default_language = "en"
highlight_theme = "solarized-light"
generate_feed = true
feed_limit = 20
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[extra]
# theme options
profile = "profile.svg" # the name of the profile picture in static/img/
color_themes = ["default", "dark"]
country_flags = true # Display languages as country flags. Defaults to false.
[[extra.socials]]
icon = "globe"
icon_class = "fas"
display = "liquidthink.net"
uri = "liquidthink.net"
[[extra.socials]]
icon = "github"
display = "insipx"
uri = "https://github.com/insipx"
[[extra.socials]]
icon = "twitter"
display = "insipx"
uri = "https://twitter.com/insipx"
[[extra.socials]]
icon = "envelope"
icon_class = "fas"
display = "say hello"
uri = "mailto:[email protected]?subject=hi"
[extra.comments] # Optional
repo = "insipx/Ergo"
theme = "github-light"
label = "comment" # Optional
#issue_number = 1 # Specify either this or term
term = "pathname"
[extra.font_awesome]
kit = "e307e34624"