-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
34 lines (28 loc) · 733 Bytes
/
config.toml
File metadata and controls
34 lines (28 loc) · 733 Bytes
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
baseURL = "http://chason.codes/"
languageCode = "en-us"
title = "Chason Codes"
theme = "chason_codes"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
enableEmoji = "true"
enableRobotsTXT = "true"
[outputs]
home = [ "HTML", "JSON", "RSS" ]
[params]
name = "Chason Chaffin"
author = "Chason Chaffin"
author_url = "https://chason.codes/"
description = "chason chaffin, internet thousandaire"
[author]
name = "Chason Chaffin"
email = "chason@chason.codes"
[permalinks]
post = "/:year/:month/:slug/"
[[menu.main]]
name = "Posts"
weight = -110
url = "/posts/"
[[menu.main]]
name = "About"
weight = -100
identifier = "about"
url = "/about/"