-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
27 lines (24 loc) · 875 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
title = "Joe Clay"
description = """
Joe Clay's personal website, blog and portfolio. \
Features articles/tutorials about programming and music. \
"""
base_url = "https://www.seventeencups.net"
compile_sass = true
generate_feeds = true
[[taxonomies]]
name = "tags"
feed = true
[markdown]
highlight_code = true
highlight_theme = "charcoal"
[extra]
socials = [
{ name = "Bluesky", url = "https://bsky.app/profile/17cupsofcoffee.bsky.social" },
{ name = "Mastodon", url = "https://toot.cafe/@17cupsofcoffee" },
{ name = "GitHub", url = "https://github.com/17cupsofcoffee" },
{ name = "Itch.io", url = "https://17cupsofcoffee.itch.io/" },
{ name = "YouTube", url = "https://youtube.com/@17cupsofcoffee" },
{ name = "SoundCloud", url = "https://soundcloud.com/17cupsofcoffee" },
{ name = "Twitch", url = "https://www.twitch.tv/17cupsofcoffee" },
]