update
This commit is contained in:
@@ -237,7 +237,7 @@ post_copyright:
|
|||||||
enable: true
|
enable: true
|
||||||
decode: false
|
decode: false
|
||||||
author_href:
|
author_href:
|
||||||
location: 长沙
|
location: 杭州
|
||||||
license: CC BY-NC-SA 4.0
|
license: CC BY-NC-SA 4.0
|
||||||
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
license_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
|
||||||
avatarSinks: false # hover时头像下沉
|
avatarSinks: false # hover时头像下沉
|
||||||
@@ -430,11 +430,11 @@ crisp:
|
|||||||
footer:
|
footer:
|
||||||
owner:
|
owner:
|
||||||
enable: true
|
enable: true
|
||||||
since: 2025
|
since: 2026
|
||||||
custom_text:
|
custom_text:
|
||||||
runtime:
|
runtime:
|
||||||
enable: true
|
enable: true
|
||||||
launch_time: 12/01/2025 00:00:00 # 网站上线时间
|
launch_time: 01/12/2026 00:00:00 # 网站上线时间
|
||||||
work_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.4/img/badge/安知鱼-上班摸鱼中.svg
|
work_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.4/img/badge/安知鱼-上班摸鱼中.svg
|
||||||
work_description: 距离月入25k也就还差一个大佬带我~
|
work_description: 距离月入25k也就还差一个大佬带我~
|
||||||
offduty_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.4/img/badge/安知鱼-下班啦.svg
|
offduty_img: https://npm.elemecdn.com/anzhiyu-blog@2.0.4/img/badge/安知鱼-下班啦.svg
|
||||||
@@ -863,7 +863,7 @@ busuanzi:
|
|||||||
# Formal: Month/Day/Year Time or Year/Month/Day Time
|
# Formal: Month/Day/Year Time or Year/Month/Day Time
|
||||||
runtimeshow:
|
runtimeshow:
|
||||||
enable: true
|
enable: true
|
||||||
publish_date: 4/1/2021 00:00:00
|
publish_date: 01/12/2026 12:00:00
|
||||||
|
|
||||||
# Console - Newest Comments
|
# Console - Newest Comments
|
||||||
newest_comments:
|
newest_comments:
|
||||||
|
|||||||
@@ -1,38 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Hello World
|
title: Hello World
|
||||||
|
date: 2026-01-12 12:00:00
|
||||||
|
|
||||||
---
|
---
|
||||||
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).
|
|
||||||
|
|
||||||
## Quick Start
|
# Hello World
|
||||||
|
|
||||||
### Create a new post
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo new "My New Post"
|
|
||||||
```
|
|
||||||
|
|
||||||
More info: [Writing](https://hexo.io/docs/writing.html)
|
|
||||||
|
|
||||||
### Run server
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo server
|
|
||||||
```
|
|
||||||
|
|
||||||
More info: [Server](https://hexo.io/docs/server.html)
|
|
||||||
|
|
||||||
### Generate static files
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo generate
|
|
||||||
```
|
|
||||||
|
|
||||||
More info: [Generating](https://hexo.io/docs/generating.html)
|
|
||||||
|
|
||||||
### Deploy to remote sites
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo deploy
|
|
||||||
```
|
|
||||||
|
|
||||||
More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)
|
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cd blog && pnpm i && pnpm build"
|
"build": "cd blog && pnpm i && pnpm build",
|
||||||
|
"test": "docker run -it --rm -p 8080:80 docker.cnb.cool/abearxiong/blog:latest"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user