-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
30 lines (28 loc) · 893 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
title = "Eclipse"
base_url = "https://beucismis.github.io/eclipse"
description = "A dark theme for Zola"
generate_feed = true
[markdown]
render_emoji = true
[extra]
author = "beucismis"
eclipse_menu = [
{url = "$BASE_URL", name = "Home"},
{url = "$BASE_URL/posts", name = "Posts"},
{url = "$BASE_URL/journal", name = "Journal"},
{url = "$BASE_URL/projects", name = "Projects"},
{url = "$BASE_URL/donate", name = "Donate"},
]
eclipse_contact = [
{title = "E-mail", url = "[email protected]"},
]
eclipse_profile = [
{title = "GitHub", url = "https://github.com/example"},
{title = "Mastodon", url = "https://mastodon.social/@example"},
{title = "Pixelfed", url = "https://pixelfed.social/example"},
]
eclipse_button = [
{image = "/button/gnu.png", target=""},
{image = "/button/linux.png", target=""},
{image = "/button/debian.png", target=""},
]