From d11d328eda4791002a9a095b4eac160903bb701b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Nov 2023 16:56:07 +0000 Subject: [PATCH] Cleanup theme files --- themes/lhs/archetypes/default.md | 9 +++++++-- themes/lhs/theme.toml | 15 +++------------ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/themes/lhs/archetypes/default.md b/themes/lhs/archetypes/default.md index ac36e06..bf63b27 100644 --- a/themes/lhs/archetypes/default.md +++ b/themes/lhs/archetypes/default.md @@ -1,2 +1,7 @@ -+++ -+++ +--- +title: "{{ replace .Name "-" " " | title }}" +subtitle: "" +draft: true +show_big_cta: false # Show the big Call To Action at the bottom of the page +--- + diff --git a/themes/lhs/theme.toml b/themes/lhs/theme.toml index d56a546..aee5e40 100644 --- a/themes/lhs/theme.toml +++ b/themes/lhs/theme.toml @@ -1,20 +1,11 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - name = "lhs" license = "MIT" description = "A theme for Leigh Hackspace" homepage = "https://leighhack.org/" tags = [] features = [] -min_version = "0.41.0" +min_version = "0.111.3" [author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" +name = "Andrew Williams" +homepage = "https://nikdoof.com"