-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (36 loc) · 1.03 KB
/
Copy pathconfig.toml
File metadata and controls
45 lines (36 loc) · 1.03 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
[site]
title = "Live Life Real"
subtitle = "Sentences on faith, life, and code."
domain = "https://blog.codetri.net"
date_format = "%B %d, %Y"
[site.logo]
file = "logo.svg"
width = 80
height = 80
alt_text = ""
[site.nav]
portfolio = { label = "Portfolio", url = "https://codetri.net" }
[site.pages]
# Uncomment to create a distinct home page
# home_template = "index.jinja2"
404_template = "404.jinja2"
[directories]
theme = "/var/www/obsidian/site-theme"
root = "/var/www/obsidian/site-theme/root"
static = "/var/www/obsidian/site-theme/static"
media = "/var/www/obsidian/attachments"
posts = "/var/www/obsidian/published"
output_dir = "dist"
[post]
index_template = "post_index.jinja2"
post_template = "post.jinja2"
output_dir = "post"
[post.defaults]
subtitle = ""
# Fill this in to provide a default author
# author = ""
# Fill this in to provide default tags. Can be `str` or `list[str]`
# tags = ""
# true: place default tags before post specific (default if not set)
# false: place default tags after post specific
# tags_before = true