Skip to content

Commit

Permalink
Update navbar configuration and disable category page
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Mar 8, 2024
1 parent 51aa5dd commit d55ba63
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 28 deletions.
4 changes: 2 additions & 2 deletions _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ navbar:
menu:
- { key: "home", link: "/", icon: "iconfont icon-home-fill" }
- { key: "archive", link: "/archives/", icon: "iconfont icon-archive-fill" }
- { key: "category", link: "/categories/", icon: "iconfont icon-category-fill" }
# - { key: "category", link: "/categories/", icon: "iconfont icon-category-fill" }
- { key: "tag", link: "/tags/", icon: "iconfont icon-tags-fill" }
- { key: "RSS", link: "/atom.xml", icon: "iconfont icon-rss" }
- { key: "随机", link: "#", icon: "iconfont icon-code"}
Expand Down Expand Up @@ -920,7 +920,7 @@ archive:
# Category Page
#---------------------------
category:
enable: true
enable: false
banner_img: https://www.yuanxiapi.cn/api/bing/
banner_img_height: 60
banner_mask_alpha: 0.3
Expand Down
14 changes: 4 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Site
title: 漠北残月的博客
subtitle: '漠北残月,江南垂柳'
description: '欢迎来到漠北残月的博客'
keywords: 漠北残月 , mobeicanyue, technology, daily, share
description: '欢迎来到漠北残月的博客,这里是一个技术分享的地方,也是一个记录生活的地方。'
keywords: 漠北残月, 博客, mobeicanyue, technology, daily, share
author: mobeicanyue
language: zh-CN
timezone: 'Asia/Shanghai'
Expand Down Expand Up @@ -84,7 +84,7 @@ prismjs:
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 10
per_page: 12
order_by: -date

# Category & Tag
Expand All @@ -107,7 +107,7 @@ updated_option: 'mtime'

# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
per_page: 12
pagination_dir: page

# Include / Exclude file(s)
Expand All @@ -121,12 +121,6 @@ ignore:
## Themes: https://hexo.io/themes/
theme: fluid

# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: 'git'
repo: '[email protected]:mobeicanyue/mobeicanyue.github.io.git'
branch: 'gh-pages'

sitemap:
rel: true
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Blog-seo-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 博客 SEO 优化
abbrlink: d6d74ca
date: 2024-01-28 12:56:50
tags:
- seo
- SEO
---

> 写博客的目的是为了记录自己的学习过程与分享日常。
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Build-the-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Hexo 环境搭建
abbrlink: dc0bbd22
date: 2023-12-28 19:08:02
tags:
- hexo
- Hexo
---

我是 `Linux` 操作系统 `Manjaro` 分支,所以文章着重介绍 `Linux` 下的环境搭建。
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Caddy-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Caddy 安装与使用教程
tags:
- Caddy
- 部署
- 运维
abbrlink: f3ac7ef6
date: 2024-03-04 04:56:00
---
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Compress-deploy-code-size.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 压缩前端代码
tags:
- hexo
- Hexo
- 优化
abbrlink: a89b8953
date: 2023-12-28 02:51:41
Expand Down
5 changes: 2 additions & 3 deletions source/_posts/Deploying-a-Web-Disk-of-Your-Own.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: 部署自己的网盘 — Alist 安装配置教程
title: 部署自己的网盘 — AList 安装配置教程
tags:
- 部署
- Alist
- 1Panel
- AList
abbrlink: 9c18a796
date: 2024-01-17 20:50:59
---
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Enable-blog-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 启用博客评论
abbrlink: 7671c28e
date: 2023-12-29 16:39:46
tags:
- Giscus
- Giscus
---

{% note secondary %}
Expand Down
5 changes: 4 additions & 1 deletion source/_posts/Fail2ban-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ title: Fail2ban 安装使用教程
abbrlink: 1acd162e
date: 2024-02-19 12:06:33
tags:
- Fail2ban
- 运维
- 服务器
- 部署
- Fail2ban
---

![Fail2ban](fail2ban.webp)
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Fluid-theme-installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 安装 Fluid 主题
tags:
- hexo
- Hexo
- fluid
- 部署
abbrlink: 5eba38dc
Expand Down
3 changes: 2 additions & 1 deletion source/_posts/Generate-unique-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Hexo 生成文章唯一永久链接
abbrlink: 6a24c2b
date: 2023-12-29 10:27:37
tags:
- 优化
- Hexo
- 优化
---


Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Hexo-Fluid-set-footer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Hexo Fluid 设置页脚
tags:
- hexo
- Hexo
- fluid
abbrlink: 2422058f
date: 2023-12-28 02:26:14
Expand Down
5 changes: 5 additions & 0 deletions source/_posts/How-to-Deploy-a-new-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: 从零开始部署服务器和网站
sticky: 102
tags:
- 部署
- 运维
- 服务器
- SSH
- ufw
- Fail2ban
abbrlink: 4cde56ee
date: 2024-03-01 22:25:20
---
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/My-first-hexo-blog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Hexo 博客部署教程
tags:
- hexo
- Hexo
- Github
- Github-Pages
- Github-Actions
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Nginx-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Nginx 安装与使用教程
tags:
- Nginx
- 部署
- 运维
abbrlink: 6645bed3
date: 2024-03-02 14:04:40
---
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Open-Source-Software-Recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sticky: 101
abbrlink: f297b285
date: 2024-01-25 14:05:33
tags:
- open-source
- open-source
---

- `1Panel`,现代化、开源的 Linux 服务器运维管理面板:{% post_link 1panel-installation-and-usage-tutorial '1Panel 安装配置教程' %}
Expand Down
1 change: 0 additions & 1 deletion source/_posts/Umami-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Umami 安装使用教程
tags:
- 部署
- Umami
- 1Panel
abbrlink: f7a090e6
date: 2024-01-24 11:55:35
---
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Use-lxgw-wenkai-in-fluid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 在 Fluid 主题中使用霞鹜文楷
tags:
- hexo
- Hexo
- fluid
abbrlink: f24b41b1
date: 2023-12-27 14:58:04
Expand Down
1 change: 0 additions & 1 deletion source/_posts/Using-uptime-kuma-as-Status-Page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: 使用 uptime-kuma 作为 Status Page
tags:
- 部署
- Uptime-kuma
- 1Panel
abbrlink: c7c2ca22
date: 2024-01-04 11:56:45
---
Expand Down

0 comments on commit d55ba63

Please sign in to comment.