Browse Source

hugo quick-start

main
Hendrik Langer 3 years ago
parent
commit
b9a92ab749
  1. 3
      .gitmodules
  2. 6
      archetypes/default.md
  3. 4
      config.toml
  4. 1
      themes/papercss-hugo-theme

3
.gitmodules

@ -0,0 +1,3 @@
[submodule "themes/papercss-hugo-theme"]
path = themes/papercss-hugo-theme
url = https://github.com/zwbetz-gh/papercss-hugo-theme.git

6
archetypes/default.md

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

4
config.toml

@ -0,0 +1,4 @@
baseURL = "https://xd0.de/doc/"
languageCode = "de-DE"
title = "xd0.de"
theme = "papercss-hugo-theme"

1
themes/papercss-hugo-theme

@ -0,0 +1 @@
Subproject commit e1d923b860693e59638797c8d4639252b51d9cbb
Loading…
Cancel
Save