Improve formatting of example config

main
Pantonshire 4 years ago
parent f1cc41025c
commit 1027f80bf5

@ -1,26 +1,26 @@
bind "127.0.0.1:8080" bind "127.0.0.1:8080"
concurrency-limit 128 concurrency-limit 128
static-dir "./content/static/" static-dir "./content/static/"
favicon-dir "./content/favicon/" favicon-dir "./content/favicon/"
robots-path "./content/robots.txt" robots-path "./content/robots.txt"
posts-dir "./posts/" posts-dir "./posts/"
post-media-dir "./article_media/" post-media-dir "./article_media/"
namespace-uuid "00000000-0000-0000-0000-000000000000" namespace-uuid "00000000-0000-0000-0000-000000000000"
self-ref { self-ref {
protocol "http" protocol "http"
domain "127.0.0.1:8080" domain "127.0.0.1:8080"
} }
rss { rss {
num-posts 20 num-posts 20
title "Pantonshire" title "Pantonshire"
ttl 360 ttl 360
} }
atom { atom {
num-posts 20 num-posts 20
title "Pantonshire" title "Pantonshire"
} }

Loading…
Cancel
Save