Skip to content

Commit

Permalink
modify default post template
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjun18 committed Aug 7, 2024
1 parent 1e2b9f7 commit b8335a7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions archetypes/posts.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
subtitle: ""
date: {{ .Date }}
draft: true
author:
name: "{{ .Site.Params.author.name }}"
link: "{{ .Site.Params.author.link }}"
avatar: "/images/avatar.jpg"
description: ""
keywords: ""
comment: true
weight: 0

tags:
- draft
- XXX
categories:
- draft
- XXX

hiddenFromHomePage: false
hiddenFromSearch: false

summary: ""
resources:
- name: featured-image
src: featured-image.png
src: images/featured-image.png
- name: featured-image-preview
src: featured-image.png
src: images/featured-image.png

toc:
enable: true
Expand Down

0 comments on commit b8335a7

Please sign in to comment.