From a9a22b7f8cb7e851a1d813caef24f71d7c3141c3 Mon Sep 17 00:00:00 2001 From: Dichgrem Date: Sat, 23 Mar 2024 10:07:59 +0800 Subject: [PATCH] Initial commit --- content/Zola-blog.md | 10 +++++++--- content/android-root.md | 7 +++++++ content/openwrt.md | 10 +++++++++- public/android-root/index.html | 8 ++++++++ public/openwrt/index.html | 10 +++++++++- public/zola-blog/index.html | 10 +++++++++- 6 files changed, 49 insertions(+), 6 deletions(-) diff --git a/content/Zola-blog.md b/content/Zola-blog.md index 6b3e838..bd965b7 100644 --- a/content/Zola-blog.md +++ b/content/Zola-blog.md @@ -30,7 +30,8 @@ tags = ["Zola","Blog"] - 安装Zola到一个文件夹,并为其命名; - 选择主题(theme),将下载好的主题与Zola同名文件夹合并; - 运行zola build和zola serve,在本机浏览器127.0.0.1:1111上查看站点; -- 在content文件夹中写自己的博客; +- 使用notion,obsdian,bluestone等软件写markdown格式的文章; +- 保存文章到content文件夹中; - 随后再次运行运行zola build和zola serve,生成public文件夹; - 新建一个Github仓库,用Git连接并push上去; - 在Vercel/Fleek等平台将仓库部署并设置域名。 @@ -39,5 +40,8 @@ tags = ["Zola","Blog"] 通过简单的步骤,我们已经快速地创建一个具有自定义主题和样式的独立站点,并将其发布到互联网上供他人访问。而在这期间,各种工具链的完善和前端基本原理了解也是收获的一部分。 - - +## 参考 +- [zola官方文档](https://www.getzola.org/documentation/getting-started/overview/) +- [zoal-terminimal主题](https://github.com/pawroman/zola-theme-terminimal) +- [中文排版指南](https://github.com/aaranxu/chinese-copywriting-guidelines) +- [如何提高用户网页阅读体验](https://atpx.com/blog/improving-online-reading-experience/) \ No newline at end of file diff --git a/content/android-root.md b/content/android-root.md index cfb111d..8a3bef9 100644 --- a/content/android-root.md +++ b/content/android-root.md @@ -107,3 +107,10 @@ Magisk : ``https://magisk.me/zip/`` ``https://sspai.com/post/68531`` +## 参考 + + - [lineageos镜像](https://download.lineageos.org/devices/lmi/builds) + - [lineageos教程](https://wiki.lineageos.org/devices/lmi/install/variant1/) + - [机型介绍](https://wiki.lineageos.org/devices/lmi/variant2/) + - [XDA-没有声音的问题解决](https://xdaforums.com/t/no-sound-issue-can-u-help.4479225/) + - [XDA-更换内核](https://xdaforums.com/t/kernel-overclocked-no-gravity-2023-08-28-protonclang.4531497/) \ No newline at end of file diff --git a/content/openwrt.md b/content/openwrt.md index 316ef01..f96160b 100644 --- a/content/openwrt.md +++ b/content/openwrt.md @@ -52,4 +52,12 @@ https://drive.google.com/drive/folders/1uRXg_krKHPrQneI3F2GNcSVRoCgkqESr 开源世界还存在着 DD-WERT、Tomato 等系统。正如互联网的发展并非一帆风顺,OpenWRT 也出现过核心开发者出走,另立山头推出 LEDE 等波折,在18年 LEDE 与 openwrt 合并后,通过众多开发者的不懈努力, OpenWRT 有了现在丰富完善的生态。 -``官方Wiki:https://openwrt.org/zh/start`` + +## 参考 + +- [Openwrt wiki](https://openwrt.org/zh/docs/start) +- [OpenWrt在线定制编译](https://openwrt.ai/?target=ipq807x%2Fgeneric&id=xiaomi_ax3600) +- [openwrt luci 页面无法访问 问题排查](https://www.cnblogs.com/tfel-ypoc/p/17226064.html) +- [超详细,多图,简单,OpenWRT 设置,IPV6配置](https://post.smzdm.com/p/axz6369w/) +- [保姆级-光猫改桥接-路由拨号-openwrt端口转发](https://blog.csdn.net/weixin_44548582/article/details/121064734) +- [360T7刷机](http://www.ttcoder.cn/index.php/2023/07/11/p0/) \ No newline at end of file diff --git a/public/android-root/index.html b/public/android-root/index.html index 67da271..25d63ba 100644 --- a/public/android-root/index.html +++ b/public/android-root/index.html @@ -179,6 +179,14 @@

后记

关于 root 的其他用途还有很多,这里就不一一列举,分享一些常用模块:

https://sspai.com/post/68531

+

参考

+ diff --git a/public/openwrt/index.html b/public/openwrt/index.html index 76d2ad2..208b1b8 100644 --- a/public/openwrt/index.html +++ b/public/openwrt/index.html @@ -132,7 +132,15 @@ image-ariu.webp

后记

开源世界还存在着 DD-WERT、Tomato 等系统。正如互联网的发展并非一帆风顺,OpenWRT 也出现过核心开发者出走,另立山头推出 LEDE 等波折,在18年 LEDE 与 openwrt 合并后,通过众多开发者的不懈努力, OpenWRT 有了现在丰富完善的生态。

-

官方Wiki:https://openwrt.org/zh/start

+

参考

+ diff --git a/public/zola-blog/index.html b/public/zola-blog/index.html index 99f8ce0..195d463 100644 --- a/public/zola-blog/index.html +++ b/public/zola-blog/index.html @@ -110,13 +110,21 @@
  • 安装Zola到一个文件夹,并为其命名;
  • 选择主题(theme),将下载好的主题与Zola同名文件夹合并;
  • 运行zola build和zola serve,在本机浏览器127.0.0.1:1111上查看站点;
  • -
  • 在content文件夹中写自己的博客;
  • +
  • 使用notion,obsdian,bluestone等软件写markdown格式的文章;
  • +
  • 保存文章到content文件夹中;
  • 随后再次运行运行zola build和zola serve,生成public文件夹;
  • 新建一个Github仓库,用Git连接并push上去;
  • 在Vercel/Fleek等平台将仓库部署并设置域名。
  • 后记

    通过简单的步骤,我们已经快速地创建一个具有自定义主题和样式的独立站点,并将其发布到互联网上供他人访问。而在这期间,各种工具链的完善和前端基本原理了解也是收获的一部分。

    +

    参考

    +