DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: da0a644e326fd4c6dff103a6b1b54961bdf857f0 liljamo-dev-zola/config.toml -rw-r--r-- 832 bytes
da0a644eJonni Liljamo fix: project links blank 9 months ago
                                                                                
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
base_url = "https://liljamo.dev"

title = "liljamo projects"
#description = "showcase and devlog site for personal projects"

# default author
author = "Jonni Liljamo"

default_language = "en"
# theme = "" # none

output_dir = "public"
preserve_dotfiles_in_output = false
compile_sass = false
minify_html = false
build_search_index = false

ignored_content = []

generate_feed = false
# feed_filename = "atom.xml"
# feed_limit = 20 # unlimited when not set

taxonomies = []

[markdown]
highlight_code = true
extra_syntaxes_and_themes = []
highlight_theme = "ayu-light"

render_emoji = false

external_links_target_blank = true
external_links_no_follow = false
external_links_no_referrer = false

# might be bad, feel free to change if it ain't maketh shit dope
smart_punctuation = true

[extra]
# Put all your custom variables here