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:
-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)
# ----------