This commit is contained in:
Gabriel 2023-06-14 18:49:19 -04:00
parent 708686836b
commit cc51d037c5
3 changed files with 14 additions and 0 deletions

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
hugo.toml Normal file
View file

@ -0,0 +1,3 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

5
readme.md Normal file
View file

@ -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.