调整到老博客的程度
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# 主页自我介绍卡片配置
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
bio: ''
|
||||
avatar: /resources/头像.jpg
|
||||
links:
|
||||
- name: GitHub
|
||||
url: https://github.com/
|
||||
icon: github
|
||||
---
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: '{{ .Date }}'
|
||||
lastmod: '{{ .Date }}'
|
||||
draft: true
|
||||
description: ''
|
||||
authors:
|
||||
- Kushidou
|
||||
tags: []
|
||||
categories: []
|
||||
toc: true
|
||||
comments: true
|
||||
---
|
||||
Reference in New Issue
Block a user