mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-02-23 05:58:36 -05:00
Initial commit
This commit is contained in:
parent
0be138f8d4
commit
a9a22b7f8c
@ -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/)
|
@ -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/)
|
@ -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/)
|
@ -179,6 +179,14 @@
|
||||
<h2 id="hou-ji">后记</h2>
|
||||
<p>关于 root 的其他用途还有很多,这里就不一一列举,分享一些常用模块:</p>
|
||||
<p><code>https://sspai.com/post/68531</code></p>
|
||||
<h2 id="can-kao">参考</h2>
|
||||
<ul>
|
||||
<li><a href="https://download.lineageos.org/devices/lmi/builds">lineageos镜像</a></li>
|
||||
<li><a href="https://wiki.lineageos.org/devices/lmi/install/variant1/">lineageos教程</a></li>
|
||||
<li><a href="https://wiki.lineageos.org/devices/lmi/variant2/">机型介绍</a></li>
|
||||
<li><a href="https://xdaforums.com/t/no-sound-issue-can-u-help.4479225/">XDA-没有声音的问题解决</a></li>
|
||||
<li><a href="https://xdaforums.com/t/kernel-overclocked-no-gravity-2023-08-28-protonclang.4531497/">XDA-更换内核</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -132,7 +132,15 @@
|
||||
<img src="https://pic.dich.ink/1/2024/03/06/65e86687ef0fc.webp" alt="image-ariu.webp" /></p>
|
||||
<h2 id="hou-ji">后记</h2>
|
||||
<p>开源世界还存在着 DD-WERT、Tomato 等系统。正如互联网的发展并非一帆风顺,OpenWRT 也出现过核心开发者出走,另立山头推出 LEDE 等波折,在18年 LEDE 与 openwrt 合并后,通过众多开发者的不懈努力, OpenWRT 有了现在丰富完善的生态。</p>
|
||||
<p><code>官方Wiki:https://openwrt.org/zh/start</code></p>
|
||||
<h2 id="can-kao">参考</h2>
|
||||
<ul>
|
||||
<li><a href="https://openwrt.org/zh/docs/start">Openwrt wiki</a></li>
|
||||
<li><a href="https://openwrt.ai/?target=ipq807x%2Fgeneric&id=xiaomi_ax3600">OpenWrt在线定制编译</a></li>
|
||||
<li><a href="https://www.cnblogs.com/tfel-ypoc/p/17226064.html">openwrt luci 页面无法访问 问题排查</a></li>
|
||||
<li><a href="https://post.smzdm.com/p/axz6369w/">超详细,多图,简单,OpenWRT 设置,IPV6配置</a></li>
|
||||
<li><a href="https://blog.csdn.net/weixin_44548582/article/details/121064734">保姆级-光猫改桥接-路由拨号-openwrt端口转发</a></li>
|
||||
<li><a href="http://www.ttcoder.cn/index.php/2023/07/11/p0/">360T7刷机</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -110,13 +110,21 @@
|
||||
<li>安装Zola到一个文件夹,并为其命名;</li>
|
||||
<li>选择主题(theme),将下载好的主题与Zola同名文件夹合并;</li>
|
||||
<li>运行zola build和zola serve,在本机浏览器127.0.0.1:1111上查看站点;</li>
|
||||
<li>在content文件夹中写自己的博客;</li>
|
||||
<li>使用notion,obsdian,bluestone等软件写markdown格式的文章;</li>
|
||||
<li>保存文章到content文件夹中;</li>
|
||||
<li>随后再次运行运行zola build和zola serve,生成public文件夹;</li>
|
||||
<li>新建一个Github仓库,用Git连接并push上去;</li>
|
||||
<li>在Vercel/Fleek等平台将仓库部署并设置域名。</li>
|
||||
</ul>
|
||||
<h2 id="hou-ji">后记</h2>
|
||||
<p>通过简单的步骤,我们已经快速地创建一个具有自定义主题和样式的独立站点,并将其发布到互联网上供他人访问。而在这期间,各种工具链的完善和前端基本原理了解也是收获的一部分。</p>
|
||||
<h2 id="can-kao">参考</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.getzola.org/documentation/getting-started/overview/">zola官方文档</a></li>
|
||||
<li><a href="https://github.com/pawroman/zola-theme-terminimal">zoal-terminimal主题</a></li>
|
||||
<li><a href="https://github.com/aaranxu/chinese-copywriting-guidelines">中文排版指南</a></li>
|
||||
<li><a href="https://atpx.com/blog/improving-online-reading-experience/">如何提高用户网页阅读体验</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user