-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Customization Colors
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.
You can set the font color of the main content both globally and on individual pages:
Globally:
Set the text_color
param in the config.toml
file.
[params]
text_color = "green"
Individual Page (prioritized over global):
Set the text_color
param in a page's markdown file front matter.
note: The value of text_color
must be a valid tachyons color class. A list can be found here.
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