Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
14
archetypes/blog.md
Normal file
14
archetypes/blog.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
deprecated: false
|
||||
publishdate: {{ dateFormat "Jan 2 15:04 2006" now }}
|
||||
lastmod: {{ dateFormat "Jan 2 15:04 2006" now }}
|
||||
date: {{ dateFormat "Jan 2 15:04 2006" now }}
|
||||
aliases: []
|
||||
categories: ["various"]
|
||||
series: []
|
||||
tags: ["various"]
|
||||
draft: true
|
||||
toc: true
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
description:
|
||||
---
|
14
archetypes/default.md
Normal file
14
archetypes/default.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
deprecated: false
|
||||
publishdate: {{ dateFormat "Jan 2 15:04 2006" now }}
|
||||
lastmod: {{ dateFormat "Jan 2 15:04 2006" now }}
|
||||
date: {{ dateFormat "Jan 2 15:04 2006" now }}
|
||||
aliases: []
|
||||
categories: ["meta"]
|
||||
series: []
|
||||
tags: ["info","meta"]
|
||||
draft: true
|
||||
toc: true
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
description:
|
||||
---
|
Reference in New Issue
Block a user