2020 09 15 Creating a Post
creating a post using own templates
- create an archetypes folder
- then create a
default.md
file with contains the basic strusture for your template
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
tags:
---
in homepage-root directory start with
hugo new /posts/<date-title>.md
now you can edit the new created post