update theme, arrange posts, multi-section, RSS link
This commit is contained in:
parent
d121124574
commit
6efcab244c
|
@ -3,6 +3,8 @@ title: "{{ replace .Name "-" " " | title }}"
|
|||
date: {{ .Date }}
|
||||
tags: []
|
||||
categories: []
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
|
|
@ -48,9 +48,14 @@ pre = "Theme <a href=\"https://cgit.leafee98.com/hugo-theme-blank\">hugo-theme-f
|
|||
|
||||
|
||||
[[menus.main]]
|
||||
name = "Archives"
|
||||
name = "Posts"
|
||||
url = "/posts/"
|
||||
weight = 20
|
||||
[[menus.main]]
|
||||
name = "Essays"
|
||||
url = "/essays/"
|
||||
weight = 30
|
||||
|
||||
[[menus.main]]
|
||||
pageref = "about"
|
||||
name = "About"
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
title: "About"
|
||||
date: 2021-01-04T11:36:10+08:00
|
||||
tags: []
|
||||
categories: []
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
12
content/essays/_index.md
Normal file
12
content/essays/_index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: "Essays"
|
||||
date: 2022-05-18T16:40:45+08:00
|
||||
tags: []
|
||||
categories: []
|
||||
weight: 60
|
||||
draft: false
|
||||
---
|
||||
|
||||
<!--more-->
|
||||
|
||||
*There are some short articles, eg: summary after I read other's blog.*
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: "KVM安装"
|
||||
date: 2020-02-29T15:12:41+08:00
|
||||
tags: [linux, KVM]
|
||||
tags: [ linux, KVM ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
@ -53,4 +56,4 @@ sudo systemctl enable libvirtd.service
|
|||
|
||||
```
|
||||
sudo systemctl start libvirtd.service
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: "Linux 文件系统中的权限"
|
||||
date: 2021-09-29T22:01:00+08:00
|
||||
tags: [linux, permission, file system]
|
||||
tags: [ linux, permission, file system ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
title: Linux服务 -- systemd.unit
|
||||
date: 2019-09-14 04:09:45 +0800
|
||||
layout: post
|
||||
categories: [ tech ]
|
||||
tags: [ linux, systemctl ]
|
||||
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: Linux计划任务 -- crontab
|
||||
layout: post
|
||||
date: 2019-09-17 11:04:15 +0800
|
||||
tags: [ linux, crontab ]
|
||||
categories: [ tech ]
|
||||
date: 2019-09-17 11:04:15 +0800
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
||||
|
|
10
content/posts/_index.md
Normal file
10
content/posts/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Posts"
|
||||
date: 2022-05-18T16:40:51+08:00
|
||||
tags: []
|
||||
categories: []
|
||||
weight: 40
|
||||
draft: false
|
||||
---
|
||||
|
||||
<!--more-->
|
|
@ -2,6 +2,9 @@
|
|||
title: "Nginx配置webdav"
|
||||
date: 2020-03-24T23:26:53+08:00
|
||||
tags: [ linux, nginx ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: shell学习笔记
|
||||
date: 2019-07-20 15:46:09 +0800
|
||||
layout: post
|
||||
categories: [ tech ]
|
||||
tags: [ linux ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
### 关于符号
|
||||
|
|
|
@ -3,6 +3,8 @@ title: "使用 git hook 实现自动构建 Hugo 静态网站"
|
|||
date: 2022-04-28T20:39:01+08:00
|
||||
tags: [ git, git-hook, hugo ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: vsftp 配置,踩坑和一些理解
|
||||
date: 2019-10-01 20:53:00 +0800
|
||||
layout: post
|
||||
categories: [ tech ]
|
||||
tags: [ linux, vsftp ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
## 1. vsftpd虚拟用户的配置
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
title: "Webdav的挂载"
|
||||
date: 2020-08-23T11:28:36+08:00
|
||||
tags: [ linux, mount, systemd ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: "为单一命令设置环境变量的终端函数"
|
||||
date: 2021-04-19T14:10:41+08:00
|
||||
tags: [linux, shell, bash]
|
||||
tags: [ linux, shell, bash ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: 树莓派Arch Base系统无头配置wifi
|
||||
date: 2020-02-06 19:31:00 +0800
|
||||
layout: post
|
||||
categories: [ tech ]
|
||||
tags: [ raspi, linux ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
## 开门见山
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: 正则表达式随笔
|
||||
date: 2019-08-03 16:03:45 +0800
|
||||
layout: post
|
||||
categories: [ tech ]
|
||||
tags: [ regular-expression ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
## POSIX基础正则表达式
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
layout: post
|
||||
title: "科一知识点总结"
|
||||
date: 2019-08-02 21:40:00 +0800
|
||||
categories: [ daily ]
|
||||
tags: [ drive ]
|
||||
categories: [ daily ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
> 总结截止于2019年8月2日,之后的知识点或可能不再进行更新。
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
title: 科四知识点总结
|
||||
date: 2020-05-11 10:30:10 +0800
|
||||
layout: post
|
||||
categories: [ daily ]
|
||||
tags: [ drive ]
|
||||
categories: [ daily ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
> 总结截止于2019年8月2日,之后的知识点或可能不再进行更新,请自行甄别。
|
||||
|
@ -309,4 +311,4 @@ tags: [ drive ]
|
|||
|
||||
- 一条车道: 后方停车
|
||||
- 两条车道: 后方和相邻车道停车
|
||||
- 三条车道: 后方和和相邻车道停车, 左侧车道减速慢行
|
||||
- 三条车道: 后方和和相邻车道停车, 左侧车道减速慢行
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
title: "迁移到 wayland 事记"
|
||||
date: 2021-10-24T17:28:00+08:00
|
||||
tags: [linux, KVM]
|
||||
tags: [ linux, KVM ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
title: "部署davical到apache2"
|
||||
date: 2021-01-02T12:21:45+08:00
|
||||
tags: [ linux, apache, caldav ]
|
||||
categories: [ tech ]
|
||||
weight: 50
|
||||
show_comments: true
|
||||
draft: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 715a82f5acf80b125c5e5ead2ff5765c075efa6b
|
||||
Subproject commit a71e469a23f99a8a203e46e00b275c03209a8fd5
|
Loading…
Reference in a new issue