Skip to content

Commit

Permalink
Add categories to blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Mar 8, 2024
1 parent 51aa5dd commit 8a7a59b
Show file tree
Hide file tree
Showing 28 changed files with 98 additions and 26 deletions.
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: 2 additions & 0 deletions source/_posts/1panel-applies-for-domain-certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tags:
- Let's-Encrypt
abbrlink: e6ee4a29
date: 2024-02-02 14:00:09
categories:
- [技术, 1Panel]
---

> 域名证书是网站安全的基础,它可以保护网站的数据传输安全,防止中间人攻击。而 Let's Encrypt 是一个免费的证书颁发机构,它提供了免费的域名证书,可以让我们的网站免费使用 HTTPS 协议。
Expand Down
4 changes: 4 additions & 0 deletions source/_posts/1panel-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ tags:
- 部署
abbrlink: 15c02856
date: 2023-12-28 15:54:04
categories:
- [技术, 1Panel]
- [技术, 部署]
- [技术, 运维]
---

> 本文档为 1panel 配置教程,主要介绍 1panel 的配置及使用。更多信息请参照官网:https://1panel.cn
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/2024-happy-new-year.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tags:
- 日常
abbrlink: 1c0214de
date: 2024-01-01 00:19:00
categories:
- [随笔, 日常]
---

祝大家元旦快乐!!!
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Blog-seo-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: 博客 SEO 优化
abbrlink: d6d74ca
date: 2024-01-28 12:56:50
tags:
- seo
- SEO
categories:
- [技术, SEO]
---

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

我是 `Linux` 操作系统 `Manjaro` 分支,所以文章着重介绍 `Linux` 下的环境搭建。
Expand Down
6 changes: 6 additions & 0 deletions source/_posts/Caddy-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
title: Caddy 安装与使用教程
tags:
- Caddy
- 部署
- 运维
abbrlink: f3ac7ef6
date: 2024-03-04 04:56:00
categories:
- [技术, Caddy]
- [技术, 部署]
- [技术, 运维]
---
![caddy](caddy-logo.webp)

Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Compress-deploy-code-size.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 压缩前端代码
tags:
- hexo
- Hexo
- 优化
abbrlink: a89b8953
date: 2023-12-28 02:51:41
categories:
- [技术, Hexo]
---
众所周知,我们在写 HTML CSS 和 JS 文件时文件中会包含许多换行和空格。
然而,这些换行和空格对浏览器而言并不具备实际意义,反而可能降低页面的加载速度,会对页面的渲染性能造成一定影响。比如我们看个
Expand Down
8 changes: 5 additions & 3 deletions source/_posts/Deploying-a-Web-Disk-of-Your-Own.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: 部署自己的网盘 — Alist 安装配置教程
title: 部署自己的网盘 — AList 安装配置教程
tags:
- 部署
- Alist
- 1Panel
- AList
abbrlink: 9c18a796
date: 2024-01-17 20:50:59
categories:
- [技术, 部署]
- [技术, AList]
---

{% note secondary %}
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Enable-blog-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: 启用博客评论
abbrlink: 7671c28e
date: 2023-12-29 16:39:46
tags:
- Giscus
- Giscus
categories:
- [技术, Hexo]
---

{% note secondary %}
Expand Down
8 changes: 7 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,13 @@ title: Fail2ban 安装使用教程
abbrlink: 1acd162e
date: 2024-02-19 12:06:33
tags:
- Fail2ban
- 运维
- 服务器
- 部署
- Fail2ban
categories:
- [技术, 部署]
- [技术, 运维]
---

![Fail2ban](fail2ban.webp)
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Fix-article-updated-time-on-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tags:
- Github-Pages
abbrlink: 21f09adf
date: 2023-12-27 22:47:28
categories:
- [技术, 杂]
---
> github actions 具体配置请参考前面的文章
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Fluid-theme-installation.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: 安装 Fluid 主题
tags:
- hexo
- Hexo
- fluid
- 部署
abbrlink: 5eba38dc
date: 2023-12-27 02:09:48
categories:
- [技术, Hexo, Fluid]
---

[官方文档](https://hexo.fluid-dev.com/docs/start)其实挺详细的了。
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Generate-unique-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Hexo 生成文章唯一永久链接
abbrlink: 6a24c2b
date: 2023-12-29 10:27:37
tags:
- 优化
- 优化
categories:
- [技术, Hexo]
---


Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Help-the-elderly.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tags:
- 日常
abbrlink: dfba1590
date: 2024-02-05 16:24:43
categories:
- [随笔, 日常]
---

新年临近,最近也是越来越忙了。
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Hexo-Fluid-set-footer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: Hexo Fluid 设置页脚
tags:
- hexo
- Hexo
- fluid
abbrlink: 2422058f
date: 2023-12-28 02:26:14
categories:
- [技术, Hexo, Fluid]
---

效果图:
Expand Down
9 changes: 9 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,8 +3,17 @@ title: 从零开始部署服务器和网站
sticky: 102
tags:
- 部署
- 运维
- 服务器
- SSH
- ufw
- Fail2ban
abbrlink: 4cde56ee
date: 2024-03-01 22:25:20
categories:
- [技术, 部署]
- [技术, 运维]
- [技术, 服务器]
---

{% note secondary %}
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Java-Casual-talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tags:
- Java
abbrlink: f7c262de
date: 2024-01-10 02:02:20
categories:
- [技术, Java]
---

{% note secondary %}
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/My-2023-Chronicles-and-Insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tags:
- "2023"
abbrlink: af028bbd
date: 2024-02-12 20:15:28
categories:
- [随笔, 日常]
---

2024 农历甲辰龙年,在这一年一度的新春佳节,祝大家龙年行大运!
Expand Down
5 changes: 4 additions & 1 deletion source/_posts/My-first-hexo-blog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
title: Hexo 博客部署教程
tags:
- hexo
- Hexo
- Github
- Github-Pages
- Github-Actions
- 部署
abbrlink: 7a862802
date: 2023-12-26 23:18:38
categories:
- [技术, Hexo]
- [技术, 部署]
---

## Hexo 部署 Github Pages, Github Actions 自动部署
Expand Down
6 changes: 6 additions & 0 deletions source/_posts/Nginx-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
title: Nginx 安装与使用教程
tags:
- Nginx
- 部署
- 运维
abbrlink: 6645bed3
date: 2024-03-02 14:04:40
categories:
- [技术, Nginx]
- [技术, 部署]
- [技术, 运维]
---
![Nginx](NGINX-logo-rgb-large.webp)

Expand Down
6 changes: 5 additions & 1 deletion source/_posts/Open-Source-Software-Recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ sticky: 101
abbrlink: f297b285
date: 2024-01-25 14:05:33
tags:
- open-source
- open-source
categories:
- [技术, 部署]
- [技术, 运维]
- [技术, 服务器]
---

- `1Panel`,现代化、开源的 Linux 服务器运维管理面板:{% post_link 1panel-installation-and-usage-tutorial '1Panel 安装配置教程' %}
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Tutorial-of-Building-a-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: 博客搭建相关教程
abbrlink: 6db78a27
date: 2023-12-28 19:03:00
tags:
categories:
- [技术, Hexo]
---
## 目录

Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Umami-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ title: Umami 安装使用教程
tags:
- 部署
- Umami
- 1Panel
abbrlink: f7a090e6
date: 2024-01-24 11:55:35
categories:
- [技术, 部署]
- [技术, Umami]
---
> Umami is a simple, fast, privacy-focused alternative to Google Analytics.
>
Expand Down
4 changes: 3 additions & 1 deletion source/_posts/Use-lxgw-wenkai-in-fluid.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 在 Fluid 主题中使用霞鹜文楷
tags:
- hexo
- Hexo
- fluid
abbrlink: f24b41b1
date: 2023-12-27 14:58:04
categories:
- [技术, Hexo, Fluid]
---

近来阅读竹林里有冰的博客,发现他的博客字体很好看,想着把他的字体也用到我的博客里,于是就有了这篇文章。
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Using-postgresql-on-ArchLinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tags:
- 数据库
abbrlink: d2adab3b
date: 2024-02-29 09:44:23
categories:
- [技术, 数据库, PostgreSQL]
---

{% note secondary %}
Expand Down
4 changes: 3 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,9 +3,11 @@ title: 使用 uptime-kuma 作为 Status Page
tags:
- 部署
- Uptime-kuma
- 1Panel
abbrlink: c7c2ca22
date: 2024-01-04 11:56:45
categories:
- [技术, 部署]
- [技术, 运维]
---
> A fancy self-hosted monitoring tool
>
Expand Down
2 changes: 2 additions & 0 deletions source/_posts/Writing-Umami-s-uv-pv-access-display.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tags:
- Umami
abbrlink: 4259ee82
date: 2024-02-25 19:47:17
categories:
- [技术, Umami]
---

> Umami is a simple, fast, privacy-focused alternative to Google Analytics.
Expand Down

0 comments on commit 8a7a59b

Please sign in to comment.