diff --git a/archetypes/post-bundle/images/feature.png b/archetypes/post-bundle/images/feature.png new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/post-bundle/index.md b/archetypes/post-bundle/index.md new file mode 100644 index 0000000..86af0c9 --- /dev/null +++ b/archetypes/post-bundle/index.md @@ -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 \ No newline at end of file