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

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Mehl <mail@mehl.mx>2020-10-31 21:30:48 +0300
committerMax Mehl <mail@mehl.mx>2020-10-31 21:30:48 +0300
commit8506a54b694f2c4850b37ce14f5885e13d4eb9cb (patch)
tree8f3ebe891332d615261ba59c8cdc4298a7c301fc /README.md
parente73ab513607dafbe0aa69a35c68610ad7bd108be (diff)
add recent photos widget
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d5e4715..53729b3 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ theme = "hugo-dpsg"
indexPager = false # Show pager navigation on index page
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
mainSections = ["post", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget
+ photosSections = ["photos"] # Specify section pages to show on home page and the "Recent photos" widget
dateformat = "02.01.2006" # Change the format of dates
customCSS = ["css/custom.css"] # Include custom CSS files
customJS = ["js/custom.js"] # Include custom JS files
@@ -106,7 +107,7 @@ theme = "hugo-dpsg"
list = "left" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
- widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
+ widgets = ["search", "recent", "recent_photos", "categories", "taglist", "social", "languages"]
# alternatively "ddg-search" can be used, to search via DuckDuckGo
# widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]