mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 19:43:08 +08:00
huge structural change: legacy_md, gmi in folder
move gmi in its own folder to prepare for gemini site posts list
This commit is contained in:
parent
82406682cd
commit
d2cc2e4c86
3
.github/workflows/site.yml
vendored
3
.github/workflows/site.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
curl "https://raw.githubusercontent.com/dongdigua/configs/main/kernel/README.org" -o org/kernel.org
|
curl "https://raw.githubusercontent.com/dongdigua/configs/main/kernel/README.org" -o org/kernel.org
|
||||||
curl "https://raw.githubusercontent.com/dongdigua/configs/main/.tmux.conf" -o tmux.conf
|
curl "https://raw.githubusercontent.com/dongdigua/configs/main/.tmux.conf" -o misc/tmux.conf
|
||||||
|
|
||||||
- name: Build with Org
|
- name: Build with Org
|
||||||
run: |
|
run: |
|
||||||
@ -51,7 +51,6 @@ jobs:
|
|||||||
- name: Patch HTML & Get Static File
|
- name: Patch HTML & Get Static File
|
||||||
run: |
|
run: |
|
||||||
cd _site && tree
|
cd _site && tree
|
||||||
sudo ./patches/icons.sh
|
|
||||||
sudo ./patches/color.sh
|
sudo ./patches/color.sh
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
# 我对 SciCraft 更新 1.19 的看法
|
# 我对 SciCraft 更新 1.19 的看法
|
||||||
> https://youtu.be/Y9DIIh0s9cg
|
=> https://youtu.be/Y9DIIh0s9cg
|
||||||
|
|
||||||
今天打开 YouTube, 卧槽!!! Sci 要更新??!<br>
|
今天打开 YouTube, 卧槽!!! Sci 要更新??!
|
||||||
![sci_update](images/sci_update.jpg)<br>
|
=> images/sci_update.jpg
|
||||||
点进去一看, 要更 1.19, 我心里咯噔一下: 玩了这么久 1.12.2, 升级的话各种机器都会坏!<br>
|
点进去一看, 要更 1.19, 我心里咯噔一下: 玩了这么久 1.12.2, 升级的话各种机器都会坏!
|
||||||
而且, 世界上又少了一个停留在 1.12 的技术服<br>
|
而且, 世界上又少了一个停留在 1.12 的技术服
|
||||||
|
|
||||||
现在的几个 1.12 技术服:
|
现在的几个 1.12 技术服:
|
||||||
- SciCraft
|
- SciCraft
|
||||||
- Dugged
|
- Dugged
|
||||||
- ProtoTech
|
- ProtoTech
|
||||||
|
|
||||||
但是看了视频和评论区后, 觉得可能升级也没有那么不好,<br>
|
但是看了视频和评论区后, 觉得可能升级也没有那么不好,
|
||||||
因为 1.12.2 能做的都做得差不多了, 现在服里人闲得做地图画2333,<br>
|
因为 1.12.2 能做的都做得差不多了, 现在服里人闲得做地图画2333,
|
||||||
升级版本重新发展也给大家带来了动力, 而且研究的各种新版本机器也都能用的上了.<br>
|
升级版本重新发展也给大家带来了动力, 而且研究的各种新版本机器也都能用的上了.
|
||||||
|
|
||||||
Sci 和 TIS 不同, 踢死明确说了就停留在 1.13.2, 而 Sci 早有升级的打算<br>
|
Sci 和 TIS 不同, 踢死明确说了就停留在 1.13.2, 而 Sci 早有升级的打算
|
||||||
比如之前做超高效猪人塔时就说到了升级 1.16 猪灵交易的事情<br>
|
比如之前做超高效猪人塔时就说到了升级 1.16 猪灵交易的事情
|
||||||
|
|
||||||
ProtoTech 之前好像也说要升级(RaysWorks 做了一个 1.12 特性博物馆, 说升级之后就没有这些特性了)<br>
|
ProtoTech 之前好像也说要升级(RaysWorks 做了一个 1.12 特性博物馆, 说升级之后就没有这些特性了)
|
||||||
有可能会跟着 Sci 一起升级?<br>
|
有可能会跟着 Sci 一起升级?
|
||||||
Dugged 我估计不会升级 :)<br>
|
Dugged 我估计不会升级 :)
|
||||||
|
|
||||||
|
|
||||||
**祝 SciCraft Guys 再创奇迹!**
|
**祝 SciCraft Guys 再创奇迹!**
|
@ -1,54 +0,0 @@
|
|||||||
# my gnome configuration
|
|
||||||
|
|
||||||
icon: Numix-Circle<br>
|
|
||||||
```shell
|
|
||||||
doas dnf install numix-icon-theme-circle
|
|
||||||
```
|
|
||||||
|
|
||||||
sound: Ubuntu Yaru<br>
|
|
||||||
```shell
|
|
||||||
doas dnf install yaru-sound-theme
|
|
||||||
doas mv /usr/share/sounds/Yaru/stereo/desktop-login.oga ~/
|
|
||||||
```
|
|
||||||
|
|
||||||
## cursor: oxygen
|
|
||||||
```shell
|
|
||||||
doas dnf install oxygen-cursor-themes
|
|
||||||
```
|
|
||||||
|
|
||||||
## background: fedora 33 (最开始入坑fedora时自带的, 感觉特别好看)
|
|
||||||
```shell
|
|
||||||
doas dnf install f33-backgrounds-gnome
|
|
||||||
```
|
|
||||||
|
|
||||||
gnome-terminal: Solarized
|
|
||||||
|
|
||||||
## login manager: lightdm
|
|
||||||
it don't work with [sway](/wayland#dm)
|
|
||||||
```shell
|
|
||||||
don't forget to install lightdm-settings
|
|
||||||
doas dnf install lightdm-settings
|
|
||||||
```
|
|
||||||
|
|
||||||
extensions:
|
|
||||||
- user theme
|
|
||||||
- dash to panel
|
|
||||||
- clipboard indicator(我之前一直是用文本编辑器当作临时剪切板🤣)
|
|
||||||
|
|
||||||
dir name
|
|
||||||
```shell
|
|
||||||
export LANG=en_US
|
|
||||||
xdg-user-dirs-gtk-update
|
|
||||||
export LANG=zh_CN.UTF-8
|
|
||||||
```
|
|
||||||
|
|
||||||
## remove "gnome-classic"
|
|
||||||
```shell
|
|
||||||
doas dnf remove gnome-classic-session
|
|
||||||
```
|
|
||||||
|
|
||||||
## use Geary as a replacement of Thunderbird
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
|||||||
#+TITLE: 这一天终于来了, B站显示 IP 属地
|
#+TITLE: 这一天终于来了, B站显示 IP 属地
|
||||||
#+DATE: <2022-06-18 六>
|
#+DATE: <2022-06-18 六>
|
||||||
#+OPTIONS: toc:nil num:nil
|
#+OPTIONS: toc:nil num:nil
|
||||||
|
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href=https://www.bilibili.com/favicon.ico>
|
||||||
|
|
||||||
卸载吧!
|
卸载吧!
|
||||||
* 我的看法
|
* 我的看法
|
||||||
|
53
org/my_gnome_config.org
Normal file
53
org/my_gnome_config.org
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
#+TITLE: my gnome configuration
|
||||||
|
#+DATE: <2022-07-08 Fri>
|
||||||
|
|
||||||
|
* icon: Numix-Circle
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
doas dnf install numix-icon-theme-circle
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* sound: Ubuntu Yaru
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
doas dnf install yaru-sound-theme
|
||||||
|
doas mv /usr/share/sounds/Yaru/stereo/desktop-login.oga ~/
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* cursor: oxygen
|
||||||
|
#+begin_src shell
|
||||||
|
doas dnf install oxygen-cursor-themes
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* background: fedora 33 (最开始入坑fedora时自带的, 感觉特别好看)
|
||||||
|
#+begin_src shell
|
||||||
|
doas dnf install f33-backgrounds-gnome
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
gnome-terminal: Solarized
|
||||||
|
|
||||||
|
* login manager: lightdm
|
||||||
|
it don't work with [[/wayland#dm][sway]]
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
don't forget to install lightdm-settings
|
||||||
|
doas dnf install lightdm-settings
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
extensions: - user theme - dash to panel - clipboard
|
||||||
|
indicator(我之前一直是用文本编辑器当作临时剪切板🤣)
|
||||||
|
|
||||||
|
dir name
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
export LANG=en_US
|
||||||
|
xdg-user-dirs-gtk-update
|
||||||
|
export LANG=zh_CN.UTF-8
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* remove "gnome-classic"
|
||||||
|
#+begin_src shell
|
||||||
|
doas dnf remove gnome-classic-session
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* use Geary as a replacement of Thunderbird
|
@ -2,6 +2,7 @@
|
|||||||
#+DESCRIPTION: 你很罕见
|
#+DESCRIPTION: 你很罕见
|
||||||
#+DATE: <2023-01-21 六>
|
#+DATE: <2023-01-21 六>
|
||||||
#+OPTIONS: toc:2
|
#+OPTIONS: toc:2
|
||||||
|
#+HTML_HEAD_EXTRA: <link rel="shortcut icon" href=/images/pufferfish.png>
|
||||||
|
|
||||||
又一篇中文文章
|
又一篇中文文章
|
||||||
这个文章可能是我写过最长的了 (internet_collections 不算)
|
这个文章可能是我写过最长的了 (internet_collections 不算)
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
|
|
||||||
# bili_ip
|
|
||||||
sed -i '6a <link rel="shortcut icon" href=https://www.bilibili.com/favicon.ico>' bili_ip.html
|
|
||||||
|
|
||||||
# magical index
|
|
||||||
sed -i '6a <link rel="shortcut icon" href=https://static.wikia.nocookie.net/minecraft_gamepedia/images/5/55/Enchanted_Book.gif>' internet_collections.html
|
|
||||||
|
|
||||||
# openbsd
|
|
||||||
sed -i '6a <link rel="shortcut icon" href=/images/pufferfish.png>' whatif_openbsd.html
|
|
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
ls gmi | xargs -I {} ln -s gmi/{} {}.txt
|
ls gmi | xargs -I {} ln -s gmi/{} gmi/{}.txt
|
||||||
ln -s code/lol.diff lol.diff.txt
|
ln -s code/lol.diff lol.diff.txt
|
||||||
ln -s pgp pgp.txt
|
ln -s pgp pgp.txt
|
||||||
|
15
posts.md
15
posts.md
@ -1,13 +1,13 @@
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
### Posts (sorted by time)
|
### Posts (sorted by time)
|
||||||
- [Usenet 新闻组 和 命令行浏览器选择 (w3m, lynx, links)](usenet_and_cli_browsers)<br>
|
- [Usenet 新闻组 和 命令行浏览器选择 (w3m, lynx, links)](usenet_and_cli_browsers)<br>
|
||||||
- [Clean Up Home Directory](cleanup_home.gmi.txt)<br>
|
- [Clean Up Home Directory](gmi/cleanup_home.gmi.txt)<br>
|
||||||
- [一位 PGP 进步青年的 Canokey 历程](pgp_canokey)<br>
|
- [一位 PGP 进步青年的 Canokey 历程](pgp_canokey)<br>
|
||||||
- [Join Fedora and Maintain Package](fedora_contrib)<br>
|
- [Join Fedora and Maintain Package](fedora_contrib)<br>
|
||||||
- [Project that Annoys Me](annoying_project.gmi.txt)<br>
|
- [Project that Annoys Me](gmi/annoying_project.gmi.txt)<br>
|
||||||
- [玩转邮件列表](mailinglist)<br>
|
- [玩转邮件列表](mailinglist)<br>
|
||||||
- [我要不要试试 OpenBSD 🐡](whatif_openbsd)<br>
|
- [我要不要试试 OpenBSD 🐡](whatif_openbsd)<br>
|
||||||
- [一个乐子 commit](lol.diff.txt)<br>
|
- [一个乐子 commit](misc/lol.diff.txt)<br>
|
||||||
- [一次大备份](backup_everything)<br>
|
- [一次大备份](backup_everything)<br>
|
||||||
- [2023 了, 试试 emacs 29](emacs29_2023)<br>
|
- [2023 了, 试试 emacs 29](emacs29_2023)<br>
|
||||||
- [Fix TTY after Fedora 37 Upgrade](fix_tty)<br>
|
- [Fix TTY after Fedora 37 Upgrade](fix_tty)<br>
|
||||||
@ -26,9 +26,8 @@ for [COSSIG](https://www.cossig.org)
|
|||||||
any kind of contribution is welcome
|
any kind of contribution is welcome
|
||||||
- [我对显示 IP 属地的看法](bili_ip)<br>
|
- [我对显示 IP 属地的看法](bili_ip)<br>
|
||||||
- [My gnome config](my_gnome_config)<br>
|
- [My gnome config](my_gnome_config)<br>
|
||||||
- [我对 SciCraft 更新1.19的看法](scicraft_update)<br>
|
- [我对 SciCraft 更新1.19的看法](gmi/scicraft_update.gmi.txt)<br>
|
||||||
- [对我将来的视频网站的一些畅想](plan_for_my_video_site)<br>
|
- [对我将来的视频网站的一些畅想](legacy_md/plan_for_my_video_site)<br>
|
||||||
- [<font color=grey>[ARCHIVE] elixir 写点对点加密聊天软件</font>](p2p_chat)<br>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -36,8 +35,8 @@ any kind of contribution is welcome
|
|||||||
- [<font color=red>大概是语文知识整理</font>](digua-YW)<br>
|
- [<font color=red>大概是语文知识整理</font>](digua-YW)<br>
|
||||||
Big project
|
Big project
|
||||||
- [\[Mirror\] My kernel config recipe](kernel)<br>
|
- [\[Mirror\] My kernel config recipe](kernel)<br>
|
||||||
- [Gopher/Gemini reactions](re.gmi.txt)<br>
|
- [Gopher/Gemini reactions](gmi/re.gmi.txt)<br>
|
||||||
- [Gopher/Gemini collections, a quiet web](collections.gmi.txt)<br>
|
- [Gopher/Gemini collections, a quiet web](gmi/collections.gmi.txt)<br>
|
||||||
- [Random Ideas](ideas)<br>
|
- [Random Ideas](ideas)<br>
|
||||||
画大饼
|
画大饼
|
||||||
- [Play with Swaywm and Nixos (solutions)](wayland)<br>
|
- [Play with Swaywm and Nixos (solutions)](wayland)<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user