Skip to content

Commit 054d591

Browse files
committed
update post: archlinux-setup
1 parent 1c71b4e commit 054d591

File tree

17 files changed

+958
-953
lines changed

17 files changed

+958
-953
lines changed

archetypes/default.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3-
date: {{ .Date }}
4-
slug:
5-
draft: true
6-
categories: []
7-
tags: []
8-
---
9-
****
1+
---
2+
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
3+
date: {{ .Date }}
4+
slug:
5+
draft: true
6+
categories: []
7+
tags: []
8+
---
9+
****

assets/icons/lastmod.svg

+5-5
Loading

config/_default/config.toml

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Change baseurl before deploy
2-
baseurl = "https://proxyerium.github.io/"
3-
languageCode = "en-us"
4-
paginate = 10
5-
title = "proxyerium::blog"
6-
theme = "hugo-theme-stack"
7-
8-
# Theme i18n support
9-
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
10-
defaultContentLanguage = "en"
11-
12-
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
13-
# This will make .Summary and .WordCount behave correctly for CJK languages.
14-
hasCJKLanguage = true
15-
enableEmoji = true
16-
enableGitInfo = true
17-
18-
# Change it to your Disqus shortname before using
1+
# Change baseurl before deploy
2+
baseurl = "https://proxyerium.github.io/"
3+
languageCode = "en-us"
4+
paginate = 10
5+
title = "proxyerium::blog"
6+
theme = "hugo-theme-stack"
7+
8+
# Theme i18n support
9+
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar
10+
defaultContentLanguage = "en"
11+
12+
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
13+
# This will make .Summary and .WordCount behave correctly for CJK languages.
14+
hasCJKLanguage = true
15+
enableEmoji = true
16+
enableGitInfo = true
17+
18+
# Change it to your Disqus shortname before using
1919
disqusShortname = "hugo-theme-stack"

config/_default/frontmatter.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lastmod = ["lastmod", ":git", ":fileModTime", "date", "publishDate"]
1+
lastmod = ["lastmod", ":git", ":fileModTime", "date", "publishDate"]
22
license = "CC BY-NC-SA 4.0"

config/_default/params.toml

+70-76
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,70 @@
1-
# Pages placed under these sections will be shown on homepage and archive page.
2-
mainSections = ["post"]
3-
# Output page's full content in RSS.
4-
rssFullContent = true
5-
favicon = ""
6-
7-
[footer]
8-
since = 2023
9-
customText = ""
10-
11-
[dateFormat]
12-
published = "2006-01-02"
13-
lastUpdated = "2006-01-02"
14-
15-
[sidebar]
16-
emoji = "🀄"
17-
subtitle = "俺都写嘞啥玩应啊?"
18-
[sidebar.avatar]
19-
enabled = true
20-
local = true
21-
src = "img/avatar.webp"
22-
23-
[article]
24-
math = false # true only in need
25-
readingTime = false
26-
[article.license]
27-
enabled = true
28-
default = "CC BY-NC-SA 4.0"
29-
30-
## Widgets
31-
[[widgets.homepage]]
32-
type = "search"
33-
params.limit = 5
34-
[[widgets.homepage]]
35-
type = "archives"
36-
params.limit = 5
37-
38-
[[widgets.homepage]]
39-
type = "tag-cloud"
40-
[widgets.homepage.params]
41-
limit = 10
42-
43-
[[widgets.page]]
44-
type = "toc"
45-
46-
[opengraph.twitter]
47-
site = ""
48-
card = "summary_large_image"
49-
[defaultImage.opengraph]
50-
enabled = false
51-
local = false
52-
src = ""
53-
54-
# [colorScheme]
55-
# toggle = true
56-
# default = "auto"
57-
58-
[imageProcessing.cover]
59-
enabled = true
60-
[imageProcessing.content]
61-
enabled = true
62-
63-
## Comments
64-
[comments]
65-
enabled = true
66-
provider = "giscus"
67-
[comments.giscus]
68-
repo = "proxyerium/proxyerium.github.io"
69-
repoID = "R_kgDOKZBzLw"
70-
category = "General"
71-
categoryID = "DIC_kwDOKZBzL84CdRUX"
72-
mapping = "pathname"
73-
lightTheme = ""
74-
darkTheme = ""
75-
reactionsEnabled = 1
76-
emitMetadata = 0
1+
# Pages placed under these sections will be shown on homepage and archive page.
2+
mainSections = ["post"]
3+
# Output page's full content in RSS.
4+
rssFullContent = true
5+
favicon = ""
6+
7+
[footer]
8+
since = 2023
9+
customText = ""
10+
11+
[dateFormat]
12+
published = "2006-01-02"
13+
lastUpdated = "2006-01-02"
14+
15+
[sidebar]
16+
emoji = "💪"
17+
subtitle = "我要成为C#高手"
18+
[sidebar.avatar]
19+
enabled = true
20+
local = true
21+
src = "img/avatar.webp"
22+
23+
[article]
24+
math = false # true only in need
25+
readingTime = false
26+
[article.license]
27+
enabled = true
28+
default = "CC BY-NC-SA 4.0"
29+
30+
[[widgets.homepage]]
31+
type = "search"
32+
params.limit = 5
33+
[[widgets.homepage]]
34+
type = "archives"
35+
params.limit = 5
36+
37+
[[widgets.homepage]]
38+
type = "tag-cloud"
39+
[widgets.homepage.params]
40+
limit = 10
41+
42+
[[widgets.page]]
43+
type = "toc"
44+
45+
[opengraph.twitter]
46+
site = ""
47+
card = "summary_large_image"
48+
[defaultImage.opengraph]
49+
enabled = false
50+
local = false
51+
src = ""
52+
53+
[imageProcessing.cover]
54+
enabled = true
55+
[imageProcessing.content]
56+
enabled = true
57+
58+
[comments]
59+
enabled = true
60+
provider = "giscus"
61+
[comments.giscus]
62+
repo = "proxyerium/proxyerium.github.io"
63+
repoID = "R_kgDOKZBzLw"
64+
category = "General"
65+
categoryID = "DIC_kwDOKZBzL84CdRUX"
66+
mapping = "pathname"
67+
lightTheme = ""
68+
darkTheme = ""
69+
reactionsEnabled = 1
70+
emitMetadata = 0

content/about/index.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
---
2-
date: false
3-
slug: a
4-
menu:
5-
main:
6-
name: About
7-
params:
8-
icon: update
9-
weight: 1
10-
toc: false
11-
---
12-
13-
## ❓这里有什么
14-
15-
> 📘分享一些技术经验和想法之类的,写点拙劣的教程;
16-
17-
> 🧸~~推荐一些个人喜好,我没有发日常活动到社交媒体的习惯,所以往这里放了;~~ 根本没有发社交媒体的习惯,所以这里目前也没有;
18-
19-
没了
1+
---
2+
date: false
3+
slug: a
4+
menu:
5+
main:
6+
name: About
7+
params:
8+
icon: update
9+
weight: 1
10+
toc: false
11+
---
12+
13+
## ❓这里有什么
14+
15+
> 📘分享一些技术经验和想法之类的,写点拙劣的教程;
16+
17+
> 🧸~~推荐一些个人喜好,我没有发日常活动到社交媒体的习惯,所以往这里放了;~~ 根本没有发社交媒体的习惯,所以这里目前也没有;
18+
19+
没了

content/page/links/index.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
---
2-
title: 看看人家的
3-
links:
4-
- title: Ohdmire
5-
description: 超高性能的中医药学者(迫真
6-
website: http://ohdmire.github.io/
7-
image: https://ohdmire.github.io/img/logo.png
8-
slug: l
9-
menu:
10-
main:
11-
name: Links
12-
weight: 3
13-
params:
14-
icon: link
15-
license: false
16-
---
1+
---
2+
title: 看看人家的
3+
links:
4+
- title: Ohdmire
5+
description: 超高性能的中医药学者(迫真
6+
website: http://ohdmire.github.io/
7+
image: https://ohdmire.github.io/img/logo.png
8+
slug: l
9+
menu:
10+
main:
11+
name: Links
12+
weight: 3
13+
params:
14+
icon: link
15+
license: false
16+
---

content/page/posts/index.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
2-
title: "Posts"
3-
layout: "archives"
4-
slug: "p"
5-
menu:
6-
main:
7-
weight: 2
8-
params:
9-
icon: archives
1+
---
2+
title: "Posts"
3+
layout: "archives"
4+
slug: "p"
5+
menu:
6+
main:
7+
weight: 2
8+
params:
9+
icon: archives
1010
---

content/page/search/index.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
---
2-
title: "Search"
3-
layout: "search"
4-
slug: "s"
5-
outputs:
6-
- html
7-
- json
8-
menu:
9-
main:
10-
weight: 4
11-
params:
12-
icon: search
1+
---
2+
title: "Search"
3+
layout: "search"
4+
slug: "s"
5+
outputs:
6+
- html
7+
- json
8+
menu:
9+
main:
10+
weight: 4
11+
params:
12+
icon: search
1313
---

0 commit comments

Comments
 (0)