From 2cb2e4aa0662c260bf90fec7f7e2ad30cdac4576 Mon Sep 17 00:00:00 2001 From: Justin Nguyen Date: Thu, 14 Jan 2021 22:08:24 -0800 Subject: [PATCH] Add documentation on daterange parameter for posts --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2a40ef6..8a889fc 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,9 @@ to `config.toml` file in your Hugo root directory and change params fields. In c See the basic `post` file params supported by the theme — https://github.com/panr/hugo-theme-terminal/blob/master/archetypes/posts.md +A `daterange` parameter was added which overrides the date that overrides the displayed date. +This may be very helpful for resume sites. + ## Section archetype Similar to the `post` archetype, but only the title and cover parameters are used.