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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2021-08-08 16:03:02 +0300
committerDerek Severin <severinderek@gmail.com>2021-08-08 16:03:02 +0300
commitdffe72f00bd3d68314046b5478d4815b1f9e5c15 (patch)
tree407a447ea4645f58e7017d61d9b1726cce3c8519
parentd4fe5c1c2a349897f9ef06e01f413e1b44418da3 (diff)
config file update
-rw-r--r--exampleSite/config.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a261f05..b3c90ae 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -131,8 +131,10 @@ unsafe= true
date_format = "Jan-2006"
# Number of columns in projects grid (OPTIONAL)
- nb_columns = "3"
- nb_columns_small = "2"
+ # (accepted values: 1, 2, 3, 4, 6, 12 - must be a multiple of 12)
+ #nb_columns = 6 # (default: 6)
+ #nb_columns_small = 4 # (default: 4)
+ #nb_columns_xsmall = 2 # (default: 2)
# ----------