diff options
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" |