blob: 2515acc6e0aaab811afb6572f3450d2bfbaab30e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
base_url = "https://zunzuncito.oriole.systems"
title = "zunzuncito"
description = "Wolf's humming microblog"
compile_sass = true
generate_feeds = true
taxonomies = [
{ name = "tags", feed = true, paginate_by = 100 },
]
[extra]
author = "wolf"
avatar = "/avatars/wolf.jpg"
[markdown]
smart_punctuation = true
|