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>2019-03-18 10:03:32 +0300
committerDerek Severin <severinderek@gmail.com>2019-03-18 10:03:32 +0300
commitf6dbc30a2550a21909ec1e6ff1485fdf330f707a (patch)
tree26fc2a07ef5fc453d02037a7292c6624f470dcc7 /exampleSite/config.toml
parent759b735270606b0390235a6d570dc91f41be1816 (diff)
Set number of columns for projects as configurable
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9fbbf09..2f2e188 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -109,7 +109,11 @@ theme = "hugo-myportfolio-theme"
# Format of the "period" field.
date_format = "Jan-2006"
- # ----------
+ # Number of columns in projects grid (OPTIONAL)
+ #nb_columns = "3"
+ #nb_columns_small = "2"
+
+ # ----------
# PAGE 404
[params.page404]