add permenent link
This commit is contained in:
@@ -14,7 +14,8 @@ timezone: ''
|
||||
# URL
|
||||
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
|
||||
url: https://blog.makefire.fun
|
||||
permalink: :year/:month/:day/:title/
|
||||
# permalink: :year/:month/:day/:title/
|
||||
permalink: :abbrlink/
|
||||
permalink_defaults:
|
||||
pretty_urls:
|
||||
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
|
||||
@@ -112,6 +113,10 @@ encrypt:
|
||||
abstract: 这篇文章已加密,输入密码查看内容。
|
||||
message: 输入密码访问本文
|
||||
|
||||
abbrlink:
|
||||
alg: crc32 # 算法,支持 crc16 和 crc32,默认是 crc16
|
||||
rep: hex # 进制,支持 dec(十进制)和 hex(十六进制),默认是 dec
|
||||
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/one-command-deployment
|
||||
deploy:
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "^7.0.0",
|
||||
"hexo-abbrlink": "^2.2.1",
|
||||
"hexo-blog-encrypt": "^3.1.9",
|
||||
"hexo-generator-archive": "^2.0.0",
|
||||
"hexo-generator-category": "^2.0.0",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Hello World
|
||||
index_img: /img/avatar.png
|
||||
password: 1S59
|
||||
abbrlink: helloworld
|
||||
---
|
||||
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
title: 千寻产品线一张图
|
||||
date: 2025-02-13 17:08:51
|
||||
tags: 产品线
|
||||
sticky: 100
|
||||
password: 1S59
|
||||
abbrlink: a9556152
|
||||
date: 2025-02-13 17:08:51
|
||||
---
|
||||
|
||||
|
||||
|
||||
8
source/_posts/客户需求输入格式.md
Normal file
8
source/_posts/客户需求输入格式.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 客户需求输入格式
|
||||
abbrlink: 8380ac17
|
||||
date: 2025-02-13 23:09:24
|
||||
tags:
|
||||
---
|
||||
|
||||
## 客户需求输入应该包含以下部分
|
||||
@@ -3,6 +3,7 @@ title: 魏简
|
||||
date: 2025-02-12 11:35:37
|
||||
tags:
|
||||
hide: true
|
||||
abbrlink: myson
|
||||
---
|
||||
|
||||
这是一个测试,是否支持中文搜索?
|
||||
|
||||
Reference in New Issue
Block a user