all repos — archive/homestead @ 7bf25f232569aa62edf1c88e7014a9f3c1b37014

My future indieweb platform

feat: Create feed handler for root

Alan Pearce
commit

7bf25f232569aa62edf1c88e7014a9f3c1b37014

parent

a62fb1e7584ffa53a256ff8ce4d6a451ca542f20

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M config/default.tomlconfig/default.toml
@@ -3,6 +3,7 @@ port = 3000
[site] description = "Nobody in particular" +baseURL = "http://localhost:3000/" [[site.nav]] text = "Home"
@@ -19,6 +20,10 @@
[[author.contact]] url = "https://twitter.com/johndoe" text = "Twitter" + +[feed] +originalDomainName = "johndoe.com" +domainStartDate = "2016-01-01" [posts] folder = "./posts"