Add configurable timestamping for posts (#494)
* Add configurable timestamping * Add attribution for configurable timestamping * Add new post timestamp options to example hugo.toml * All date formats are now set by single config option in site or page config * Add post timestamp explainer and examples to example config file * Add configurable timestamping value to frontmatter archetype * Explain possible timezone rendering issue with new time formatting * Fix bug concerning time/date tokens * Convert datestamps to work with a partial * Fix issue with lastmod being equal to date * Add Updated prefix functionality
This commit is contained in:
parent
08ec931cea
commit
c779a70834
8 changed files with 45 additions and 5 deletions
|
@ -27,3 +27,8 @@ eg:
|
|||
- **Support for beautiful *KaTeX* formulae** ([amtoine/hugo-theme-terminal-katex](https://github.com/amtoine/hugo-theme-terminal-katex))
|
||||
- SHORT DESCRIPTION
|
||||
- Antoine Stevan ([@amtoine](https://github.com/amtoine)), software engineer into open source
|
||||
|
||||
- **Configurable timestamping for posts** ([KatieTheDev/hugo-theme-terminal](https://github.com/KatieTheDev/hugo-theme-terminal))
|
||||
- Allows for configuring timestamping, not just datestamping
|
||||
- Works with last modification dates as well
|
||||
- KatieTheDev ([@KatieTheDev](https://github.com/KatieTheDev))
|
Loading…
Add table
Add a link
Reference in a new issue