🏗️ First time sync the css & js files from hexo theme NexT
This commit is contained in:
21
archetypes/default.md
Normal file
21
archetypes/default.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
description: 'Short description of the article.'
|
||||
keywords: 'Key words'
|
||||
isCJKLanguage: true
|
||||
|
||||
author: 'Author of the article'
|
||||
lastmod: '{{ .Date }}'
|
||||
publishDate: '{{ .Date }}'
|
||||
weight: 1
|
||||
|
||||
categories:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
-
|
||||
|
||||
toc: false
|
||||
draft: true
|
||||
url: '{{ lower .Name }}.html'
|
||||
---
|
||||
Reference in New Issue
Block a user