blob: ae7bf400e76aad0140c6e93ca85eeedc1db64314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
name: {{ .Name }}
user: {{ .User }}
title: {{ .Name }}'s Micro Blog
wordlimit: 50
place: Nowhere
domain:
host: example.com
url: https://example.com
# Accepts file path or URL
# header: /media/header.jpg
# picture: https://example.com/media/picture.jpg
picture:
header:
profile:
epoch: Just now
description: >
I am a nobody. Copy this [example
configuration](/data/generates/authors/{{ .User }}.yaml) to
`data/{{ .User }}.yaml` and make me a [somebody](/data/default.yaml).
feeds:
rss:
json:
|