summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAlan Pearce2017-07-20 18:08:12 +0200
committerAlan Pearce2017-07-20 18:08:12 +0200
commit7bf25f232569aa62edf1c88e7014a9f3c1b37014 (patch)
tree7d7d40cfa295c405427cb3bc859757b1effb0e71 /config
parenta62fb1e7584ffa53a256ff8ce4d6a451ca542f20 (diff)
downloadhomestead-7bf25f232569aa62edf1c88e7014a9f3c1b37014.tar.lz
homestead-7bf25f232569aa62edf1c88e7014a9f3c1b37014.tar.zst
homestead-7bf25f232569aa62edf1c88e7014a9f3c1b37014.zip
feat: Create feed handler for root
Diffstat (limited to 'config')
-rw-r--r--config/default.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.toml b/config/default.toml
index b52674c..5dceae1 100644
--- a/config/default.toml
+++ b/config/default.toml
@@ -3,6 +3,7 @@ port = 3000
 
 [site]
 description = "Nobody in particular"
+baseURL = "http://localhost:3000/"
 
 [[site.nav]]
 text = "Home"
@@ -20,6 +21,10 @@ text = "johndoe@johndoe.org"
 url = "https://twitter.com/johndoe"
 text = "Twitter"
 
+[feed]
+originalDomainName = "johndoe.com"
+domainStartDate = "2016-01-01"
+
 [posts]
 folder = "./posts"