This commit is contained in:
2025-08-26 13:20:20 +08:00
parent 52658ca8b3
commit 482d4bda57
6 changed files with 7 additions and 3 deletions

View File

@@ -178,7 +178,7 @@ subtitle:
# 5: Info displayed on the cover
# 6: Masonry layout - Cover on top, info on the bottom
# 7: Masonry layout - Info displayed on the cover
index_layout: 3
index_layout: 6
# Display the article introduction on homepage
# 1: description

View File

@@ -3,6 +3,7 @@ title: 自定义页脚(新)
abbrlink: c6143ad3
tags: 网站
category: 建站手札
cover: https://pic.biss.click/i/2025/08/26/542121.webp
series: webcustom
summary: >-
您提供的代码是一个自定义页脚的HTML和CSS代码 要在您的网站中使用这个自定义页脚,请按照以下步骤操作: 1.

View File

@@ -4,6 +4,7 @@ categories: 建站手札
tags: 网站
series: webcustom
abbrlink: 8bdb35fb
cover: https://pic.biss.click/i/2025/08/26/349074.webp
summary: 自定义右键菜单
date: 2025-08-11 16:02:12
---

View File

@@ -3,6 +3,7 @@ title: 利用 SiteMap 随机访问站内页面
tags: 网站
categories: 建站手札
series: webcustom
cover: https://pic.biss.click/i/2025/08/26/200711.webp
abbrlink: b5866b9e
summary: >-
提供了一个很好的解决方案,通过使用 Hexo 的 sitemap 生成器和 JavaScript 代码来实现随机访问站内页面的功能

View File

@@ -4,6 +4,7 @@ tags:
- 网站
categories: 建站手札
abbrlink: 6e5f5039
cover: https://pic.biss.click/i/2025/08/26/024553.webp
summary: >-
这篇文章详细介绍了如何部署Hexo博客到Linux服务器包括前提条件、本地环境准备、SSH密钥认证、配置步骤、工作流程以及故障排除提示。文章首先列出了部署所需满足的条件然后逐步指导读者如何在服务器上安装Git、创建裸仓库、配置Git钩子以自动部署Hexo博客并提供了验证部署成功的步骤。最后文章还给出了一些常见问题的解决建议帮助读者顺利完成部署。整个过程简单高效适合需要自动化部署博客的用户。
date: 2025-8-02 19:07:05

View File

@@ -73,10 +73,10 @@ collections:
- name: "202508"
label: "2025年8月"
folder: "source/_posts/2025.08"
preview_path: "2025/{{filename}}/"
preview_path: "{{abbrlink}}/"
<<: *common_col_conf
- name: "202509"
label: "2025年9月"
folder: "source/_posts/2025.09"
preview_path: "2025/{{filename}}/"
preview_path: "{{abbrlink}}/"
<<: *common_col_conf