~xenrox/homepage

6238448845b4c695602fa4fd22950ef453eff565 — Thorben Günther 10 months ago 8dbfe8b
hugo new site
2 files changed, 9 insertions(+), 0 deletions(-)

A archetypes/default.md
A hugo.toml
A archetypes/default.md => archetypes/default.md +6 -0
@@ 0,0 1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---


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