From 288998aac300ae25c1f33b858673bc53211e008d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 19 Aug 2023 18:06:30 -0500 Subject: [PATCH] make the about page timeless --- content/about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/about.md b/content/about.md index b31bf1d..229ea9a 100644 --- a/content/about.md +++ b/content/about.md @@ -4,6 +4,7 @@ description = "Hugo, the world's fastest framework for building websites" date = "2019-02-28" aliases = ["about-us", "about-hugo", "contact"] author = "Hugo Authors" +timeless = "true" +++ Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.