diff --git a/content/post/Archlinux-Network-Issue/index.md b/content/post/Archlinux-Network-Issue/index.md index 7eb4ffc..5f4f1d9 100644 --- a/content/post/Archlinux-Network-Issue/index.md +++ b/content/post/Archlinux-Network-Issue/index.md @@ -8,9 +8,30 @@ url: b5a75f7a date: 2024-03-11 21:50:06 --- -## 摘要 +## Update on May 14 -{{}} +{{}} +在Windows下重启进grub,然后选择archlinux进入就会出现网络问题。重启不能解决问题,但关机后开机可以解决问题。 + +原因不详。 +{{}} + +进windows搞了几下acrobat,结果archlinux又出现了相同的问题,但我这次根本没休眠,NetworkManager service也是正常的。 + +然后我按照上次的操作用arch镜像u盘挂载原来的根目录,然后发现所有网络相关包都在,于是什么都没干就退出了。然后再开机进入原来的archlinux,发现居然好了。 + +经测试,windows->关机->开机进arch没事,但windows->重启进arch则有事。解决方式是先关机后开机。 + +考虑到上一次出bug前也进了windows,上一次的bug不一定是休眠导致的。 + +对KDE和NVIDIA致歉,我fuck错了人。 + +之后为更新前的内容,不删了。 + + +## 摘要 (out of date) + +{{}} 若在linux下手滑点到休眠键,**不要手动关机,等机器自己关**。 没配置休眠的结果最多是正在进行的任务丢失,但此时手动关机可能导致系统损坏。 {{}} diff --git a/content/post/Migrate-from-Hexo-to-Hugo/index.md b/content/post/Migrate-from-Hexo-to-Hugo/index.md index 3e848f3..62fb55e 100644 --- a/content/post/Migrate-from-Hexo-to-Hugo/index.md +++ b/content/post/Migrate-from-Hexo-to-Hugo/index.md @@ -48,7 +48,8 @@ graph TD end ``` -加了admonition,也叫alert。实现方式抄的[DoIt](https://github.com/HEIGE-PCloud/DoIt)里的admonition,样式与github alert 接近。效果如下: +加了admonition,也叫alert。实现方式抄的[DoIt](https://github.com/HEIGE-PCloud/DoIt)里的admonition,样式与github alert 接近。既支持github里的alert样式,又支持mkdocs里的admonition样式(不全),效果如下: + ```md {{}} @@ -92,6 +93,27 @@ A **warning** banner A **caution** banner {{< /admonition >}} + +{{< admonition type=info title="This is an info">}} +A **info** banner +{{< /admonition >}} + +{{< admonition question "This is an question">}} +A **question** banner +{{< /admonition >}} + +{{< admonition type=danger title="This is a danger">}} +A **danger** banner +{{< /admonition >}} + +{{< admonition type=bug title="This is a bug">}} +A **bug** banner +{{< /admonition >}} + + + + + 也可以不加type和title,默认type为note,title为type,效果如下: ```md {{}} diff --git a/themes/hugo-theme-stack b/themes/hugo-theme-stack index 0fc1581..0d9517e 160000 --- a/themes/hugo-theme-stack +++ b/themes/hugo-theme-stack @@ -1 +1 @@ -Subproject commit 0fc158130140a8a3cd4be2b1ad040662b2ce4c8a +Subproject commit 0d9517eaa8e0446704ed791044bd36972148fcd5