creating a post using own templates

  1. create an archetypes folder
  2. 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