mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Add authors taxonomy and layout * Add my name to contributors file * Add authors to front matter post archetypes * Add author to i18n for en * Add authors taxonomy to exampleSite config * Add some author names to exampleSite for demo * Tested authors on pt-br and externally-linked post * Also ran make release again * Resources Deleted resources in exampleSite and added resources in root
31 lines
436 B
TOML
31 lines
436 B
TOML
[category]
|
|
other = "category"
|
|
|
|
[tag]
|
|
other = "tag"
|
|
|
|
[series]
|
|
other = "series"
|
|
|
|
[author]
|
|
other = "author"
|
|
|
|
[reading_time]
|
|
one = "One-minute read"
|
|
other = "{{ .Count }}-minute read"
|
|
|
|
[page_not_found]
|
|
other = "Page Not Found"
|
|
|
|
[page_does_not_exist]
|
|
other = "Sorry, this page does not exist."
|
|
|
|
[head_back]
|
|
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
|
|
|
|
[powered_by]
|
|
other = "Powered by"
|
|
|
|
[see_also]
|
|
other = "See also in"
|