remove unused files
This commit is contained in:
@@ -1,107 +0,0 @@
|
||||
# https://decapcms.org/docs/configuration-options/
|
||||
backend:
|
||||
name: github
|
||||
repo: bishshi/myblogsource
|
||||
branch: master
|
||||
base_url: https://sveltia-cms-auth.bishsh2006.workers.dev/
|
||||
site_url: "https://blog.biss.click"
|
||||
logo_url: ""
|
||||
locale: "zh_Hans"
|
||||
media_folder: "source/images"
|
||||
public_folder: "/images"
|
||||
common_col_conf: &common_col_conf
|
||||
create: true
|
||||
slug: "{{fields.filename}}"
|
||||
sortable_fields:
|
||||
- "commit_date"
|
||||
- "title"
|
||||
- "date"
|
||||
- "updated"
|
||||
# https://decapcms.org/docs/widgets/
|
||||
fields:
|
||||
- label: "文件名"
|
||||
name: "filename"
|
||||
widget: "string"
|
||||
- label: "标题"
|
||||
name: "title"
|
||||
widget: "string"
|
||||
- label: "发表日期"
|
||||
name: "date"
|
||||
widget: "datetime"
|
||||
format: "YYYY-MM-DD HH:mm:ss"
|
||||
date_format: "YYYY-MM-DD"
|
||||
time_format: "HH:mm:ss"
|
||||
- label: "更新日期"
|
||||
name: "updated"
|
||||
widget: "datetime"
|
||||
format: "YYYY-MM-DD HH:mm:ss"
|
||||
date_format: "YYYY-MM-DD"
|
||||
time_format: "HH:mm:ss"
|
||||
required: false
|
||||
- label: "封面"
|
||||
name: "cover"
|
||||
widget: "image"
|
||||
required: false
|
||||
- label: "标签"
|
||||
name: "tags"
|
||||
widget: "string"
|
||||
required: false
|
||||
- label: "分类"
|
||||
name: "categories"
|
||||
widget: "string"
|
||||
required: false
|
||||
- label: "永久链接"
|
||||
name: "abbrlink"
|
||||
widget: "string"
|
||||
required: false
|
||||
- label: "摘要"
|
||||
name: "summary"
|
||||
widget: "text"
|
||||
required: false
|
||||
- label: "正文"
|
||||
name: "body"
|
||||
widget: "markdown"
|
||||
- label: "原创"
|
||||
name: "toc"
|
||||
widget: "boolean"
|
||||
default: true
|
||||
- label: "评论"
|
||||
name: "comments"
|
||||
widget: "boolean"
|
||||
default: true
|
||||
collections:
|
||||
- name: "202508"
|
||||
label: "2025年8月"
|
||||
folder: "source/_posts/2025/2025.08"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
- name: "202509"
|
||||
label: "2025年9月"
|
||||
folder: "source/_posts/2025/2025.09"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
- name: "202510"
|
||||
label: "2025年10月"
|
||||
folder: "source/_posts/2025/2025.10"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
- name: "202511"
|
||||
label: "2025年11月"
|
||||
folder: "source/_posts/2025/2025.11"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
- name: "202512"
|
||||
label: "2025年12月"
|
||||
folder: "source/_posts/2025/2025.12"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
- name: "202601"
|
||||
label: "2026年1月"
|
||||
folder: "source/_posts/2026.01"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
- name: "202602"
|
||||
label: "2026年2月"
|
||||
folder: "source/_posts/2026/2026.02"
|
||||
preview_path: "{{abbrlink}}/"
|
||||
<<: *common_col_conf
|
||||
@@ -1,12 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="robots" content="noindex" />
|
||||
<title>博客管理</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
title: 留言墙
|
||||
date: 2025-08-11 20:40:15
|
||||
aside: false
|
||||
---
|
||||
欢迎留言!!!
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
title: 时间线
|
||||
date: 2025-08-11 20:38:38
|
||||
comments: false
|
||||
---
|
||||
{% timeline 2025 %}
|
||||
|
||||
<!-- timeline 08-01 -->
|
||||
|
||||
开始连载
|
||||
|
||||
<!-- endtimeline -->
|
||||
|
||||
{% endtimeline %}
|
||||
Reference in New Issue
Block a user