-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (34 loc) · 1010 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
30
31
32
33
34
35
36
37
base_url = "https://ewpratten.com"
title = "Evan Pratten"
description = "Evan Pratten is a software developer, amateur radio operator, and more. This is his website."
default_language = "en"
compile_sass = true
build_search_index = true
generate_feeds = true
feed_filenames = ["rss.xml"]
minify_html = false # This breaks mermaid diagrams :(
ignored_content = ["content/@/blog/*.md", "sites/"]
ignored_static = ["static/images/drawings/*/*.xcf", "sites/"]
[markdown]
highlight_code = true
render_emoji = true
external_links_target_blank = true
[link_checker]
skip_prefixes = []
skip_anchor_prefixes = []
internal_level = "error"
external_level = "error"
[extra]
# Website
domain_name = "ewpratten.com"
# Me
name = "Evan Pratten"
profession = "Software Developer"
profile_photo = "/images/pfp/2022/460x460.webp"
# Accounts
email = "[email protected]"
github = "ewpratten"
linkedin = "ewpratten"
# Announcements
# home_announcement = "Test content"
# global_announcement = "Global announcement content test"