mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Tanner Smith
23.01.2021 3b30dfbac339546d9ae6cd185217699f2044b360
README.md
@@ -251,6 +251,22 @@
  site_logo = "img/logo.svg"
```
### Set Content Font Color
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. Alist can be found [here](http://tachyons.io/docs/themes/skins/).
### Localize date format