From cc51d037c5c9d4562845bea6a1de49b32e0844dd Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 14 Jun 2023 18:49:19 -0400 Subject: [PATCH] more --- archetypes/default.md | 6 ++++++ hugo.toml | 3 +++ readme.md | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 archetypes/default.md create mode 100644 hugo.toml create mode 100644 readme.md diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..1d7c819 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..dc78297 --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# Quickstart Freedom + +This ready-to-go package is everything you need to create a site with the [valor](https://code.gabe.rocks/gabriel/valor) theme. + +Make sure to clone this repository with the `--recursive` option to receive the theme and shortcode submodules.