mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
Switched to gohugo
This commit is contained in:
parent
4205fd9bda
commit
8c058f1e9c
13 changed files with 163 additions and 0 deletions
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
Loading…
Add table
Add a link
Reference in a new issue