Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2017-11-14 19:55:02 +0300
committerVicky <vicky@vickylai.io>2017-11-14 19:55:02 +0300
commit6194be724a5859e0e34745ea8cf97d486b01f18c (patch)
tree0b70306792d1608d3752b54d1ba285c8e34b52f3 /exampleSite/config.toml
parentef3fb0cf020f2424ffd06af5397acc54d154efaf (diff)
Bug fixes 🐞, added to README.
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0b7826f..a7762dc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,7 +20,7 @@ canonifyurls = true # Turns relative urls into a
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
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
- cachebuster = true # Add the current unix timestamp in query string for cache busting css assets
+ cachebuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode)
description = "Website Description" # Max 160 characters show in search results
faviconfile = "img/fav.ico"
highlightjs = true # Syntax highlighting
@@ -29,6 +29,7 @@ canonifyurls = true # Turns relative urls into a
showblog = true # Show Blog section on home page
showprojects = true # Show Projects section on home page
+ projectcolumns = "3" # Choose "2" or "3" columns for projects section
placeholderimg = "/img/workday.jpg" # For Projects without image
showallposts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page
showlatest = true # Show latest blog post summary