Skip to content

Commit

Permalink
Add post bundle archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
chringel21 committed Apr 19, 2022
1 parent 5bdba2b commit 8db453d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions archetypes/post-bundle/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "{{ replace .Name "-" " " | title }}"
author: Me
type: post
date: {{ now.Format "2006-01-02" }}
featured_image: myimage.jpg
draft: true
categories:
- A
- B
- C
tags:
- Hugo
- Game Development
- Internet of Things (IoT)
- Linux
- ...
description: xxx
---

CONTENT

 

Source: xyz

0 comments on commit 8db453d

Please sign in to comment.