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

Regis Philibert
02.02.2021 120ebe58be756e2913a3c60de924c375ed950ffe
README.md
@@ -252,6 +252,18 @@
```
### Localize date format
Dates of blog posts and single pages are rendered with the default date format commonly used in the USA and Canada. It is possible to specify a different format.
```
[params]
  date_format = "2. January 2006"
```
See hugo's documentation of the [`dateFormat` function](https://gohugo.io/functions/dateformat/) for more details.
### Nearly finished
In order to see your site in action, run Hugo's built-in local server.