You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
700 B
TOML
33 lines
700 B
TOML
bind = "127.0.0.1:8080"
|
|
concurrency_limit = 128
|
|
fs_event_delay_millis = 2000
|
|
namespace_uuid = "00000000-0000-0000-0000-000000000000"
|
|
|
|
[site]
|
|
protocol = "http"
|
|
domain = "localhost:8080"
|
|
|
|
[content]
|
|
static_dir = "./content/static/"
|
|
favicon_dir = "./content/favicon/"
|
|
robots_path = "./content/robots.txt"
|
|
posts_dir = "./articles/src/"
|
|
post_media_dir = "./articles/media/"
|
|
|
|
[github]
|
|
edit_url = "https://github.com/pantonshire/blog_content/edit/main/src"
|
|
|
|
[rss]
|
|
num_posts = 20
|
|
title = "Pantonshire"
|
|
ttl = 360
|
|
|
|
[atom]
|
|
num_posts = 20
|
|
title = "Pantonshire"
|
|
|
|
[[contact]]
|
|
name = "Twitter"
|
|
user = "@pantonshire"
|
|
url = "https://twitter.com/pantonshire"
|