From 630c4c6b48344901eef91d6153cba5cae5a2a15a Mon Sep 17 00:00:00 2001 From: Angelo Date: Thu, 24 Dec 2020 21:31:47 +1300 Subject: add archive format to all posts --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8dd59fc..7ed86db 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,6 +20,7 @@ DefaultContentLanguage = "en" # Default language fo introHeight = "fullheight" # Input either "medium" or "large" or "fullheight" showLatest = true # Show latest blog post summary showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page + allPostsArchiveFormat = true # show all posts in an archive format numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects localTime = true # Show your current local time in contact section timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -- cgit v1.2.3