-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Content General
Patrick Kollitsch edited this page Apr 12, 2025
·
1 revision
Note
Work in progress. The information on this page is a copy paste result from old notes and documentation. Needs rewrite.
The homepage and other areas of the site use a read more
link on the element. You can customize the copy of this link to make it more descriptive with the parameter read_more_copy
available as a site and front matter parameter.
# config.toml
# Globally for all pages:
[params]
read_more_copy = "Read more about this entry"
# Just for french
[languages.fr]
name = "Français"
weight = 2
[languages.fr.params]
read_more_copy = "En savoir plus à ce sujet"
Using front matter and cascade, this can be customized for a whole section, or just for one page.
# content/posts/tower-bridge-london.md
title: The Tower Bridge of London
read_more_copy: Read more about this bridge
If you add a key of show_reading_time
true to either the Config Params, a page or section's front matter, articles will show the reading time and word count.
Tip
We offer two sample repositories for Ananke's use. Feel free to clone them and play around to test out features described here:
- gohugo-theme-ananke-template-mod --- Hugo Module installation (preferred)
- gohugo-theme-ananke-template-submod --- Git Submodule installation (legacy method)
- Home
- Installation (notes)
- Configuration (notes)
- Content (notes)
- Design and customization
- FAQ