diff options
author | Alan Pearce | 2017-07-20 18:08:12 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-20 18:08:12 +0200 |
commit | 7bf25f232569aa62edf1c88e7014a9f3c1b37014 (patch) | |
tree | 7d7d40cfa295c405427cb3bc859757b1effb0e71 /config | |
parent | a62fb1e7584ffa53a256ff8ce4d6a451ca542f20 (diff) | |
download | homestead-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.toml | 5 |
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" |