Browse Source

Create hugo static gen site

master
Drew Short 5 years ago
parent
commit
d97d15436d
  1. 1
      .gitignore
  2. 6
      archetypes/default.md
  3. 3
      config.toml

1
.gitignore

@ -0,0 +1 @@
public/

6
archetypes/default.md

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

3
config.toml

@ -0,0 +1,3 @@
baseURL = "https://sothr.com/"
languageCode = "en-us"
title = "Sothr"