Skip to content

Commit 3945ad2

Browse files
committed
site: optimize titles and settle series
1 parent 233c4d7 commit 3945ad2

17 files changed

Lines changed: 18 additions & 10 deletions

File tree

content/posts/credit_card/index.md renamed to content/posts/credit-card-clearing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
date = '2025-07-06T17:48:19+08:00'
33
draft = true
4-
title = '信用卡系统初探'
4+
title = '信用卡系统初探:结算机构与卡组织'
55
tags = ['随笔']
66
+++
77

File renamed without changes.

content/posts/csapp/index.md renamed to content/posts/csapp-elf-loading-pic/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
+++
22
date = '2025-11-19T15:54:44+08:00'
33
draft = true
4-
title = 'Csapp'
4+
title = 'CSAPP 笔记:ELF 加载与位置无关代码'
55
tags = ['学习笔记', 'C']
6+
series = ['CSAPP 笔记']
67
+++
78

89
## ELF 的分布

content/posts/firewall/index.md renamed to content/posts/firewall-1-iptables-nftables/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
+++
22
date = '2025-04-25T21:46:16+08:00'
33
draft = false
4-
title = '那些防火墙的事情'
4+
title = '防火墙:iptables、nftables 与 firewalld'
55
tags = ['防火墙', 'Linux']
6-
description = 'iptables&nftables&firewalld 的世界!'
6+
description = 'iptables、nftables 与 firewalld 的世界!'
7+
series = ['防火墙']
78
+++
89

910
## 前言

content/posts/firewall_2/index.md renamed to content/posts/firewall-2-netfilter-deep-dive/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
+++
22
date = '2025-06-22T01:03:32+08:00'
33
draft = true
4-
title = '那些防火墙的事情(2)'
4+
title = '防火墙:Netfilter 深入与实战'
55
tags = ['防火墙', 'Linux']
6+
series = ['防火墙']
67
+++
78

89
之前我写了一篇防火墙的文,那篇东西还是比较基础。经过详细了解社团的网络架构之后,我又有了很多收获。接下来会详细介绍一下我新学到的东西!
File renamed without changes.

content/posts/wrt_configuration/index.md renamed to content/posts/immortalwrt-1-ipv6-vlan/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
+++
2-
title = "Immortalwrt 折腾日记"
2+
title = 'Immortalwrt:IPv6、VLAN 与 NDP 代理'
33
date = 2025-07-19T14:15:52+08:00
44
tags = ['OpenWrt', '网络']
5+
series = ['伪软路由']
6+
series_order = 1
57
draft = false
68
+++
79

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)