queensferryme / hugo-theme-texify

A minimal, latex-style hugo theme for personal blogging
https://texify.qufy.me
MIT License
134 stars 48 forks source link

Date format #7

Closed emeralit closed 3 years ago

emeralit commented 3 years ago

Hi, can I change the date format in config.toml, as in other themes? Thanks

queensferryme commented 3 years ago

Hi @emeralit, since 43015aa you can configure the date format in config.toml like this:

[params]
  # ...
  dateFormat = "2006-01-02"

Read https://gohugo.io/functions/format/ on more available date formats.

Let me know if you need any help!