feat: Create feed handler for root
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M config/default.toml → config/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"