-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05b2979
commit 8a5cb3f
Showing
14 changed files
with
111 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Blog on TRG's Blog</title> | ||
<link>http://localhost:1313/categories/blog/</link> | ||
<description>Recent content in Blog on TRG's Blog</description> | ||
<image> | ||
<title>TRG's Blog</title> | ||
<url>https://avatars.githubusercontent.com/u/143636399?s=400&u=cddf9938630951d73335f2f30e3afdd98d844098&v=4</url> | ||
<link>https://avatars.githubusercontent.com/u/143636399?s=400&u=cddf9938630951d73335f2f30e3afdd98d844098&v=4</link> | ||
</image> | ||
<generator>Hugo -- 0.135.0</generator> | ||
<generator>Hugo</generator> | ||
<language>zh-cn</language> | ||
<lastBuildDate>Thu, 17 Oct 2024 03:21:28 +0800</lastBuildDate> | ||
<lastBuildDate>Mon, 21 Oct 2024 08:04:31 +0800</lastBuildDate> | ||
<atom:link href="http://localhost:1313/categories/blog/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>VScode all in one 配置</title> | ||
<link>http://localhost:1313/posts/vscode-all-in-one-%E9%85%8D%E7%BD%AE/</link> | ||
<pubDate>Mon, 21 Oct 2024 08:04:31 +0800</pubDate> | ||
<guid>http://localhost:1313/posts/vscode-all-in-one-%E9%85%8D%E7%BD%AE/</guid> | ||
<description><h2 id="算法竞赛环境">算法竞赛环境:</h2>
<p>ICPC environment:
<a href="https://docs.icpc.global/worldfinals-programming-environment/">https://docs.icpc.global/worldfinals-programming-environment/</a></p>
<h2 id="vscode-插件推荐">VScode 插件推荐</h2>
<ul>
<li>AI 插件: Github Copilot</li>
<li>Git 相关插件</li>
<li>Python 语法, 代码风格 插件: Flake8</li>
</ul>
<h2 id="cc-配置">C/C++ 配置</h2>
<p><a href="https://stay-curious.win/2021/08/06/config-mingw64-for-vs-code-on-windows/">https://stay-curious.win/2021/08/06/config-mingw64-for-vs-code-on-windows/</a></p>
<h2 id="python-配置">Python 配置</h2>
<p><a href="https://zhuanlan.zhihu.com/p/165379391">https://zhuanlan.zhihu.com/p/165379391</a></p>
<h2 id="java-配置">Java 配置</h2>
<p><a href="https://zhuanlan.zhihu.com/p/681106842">https://zhuanlan.zhihu.com/p/681106842</a></p>
<h2 id="web-开发-配置">Web 开发 配置</h2>
<ul>
<li><a href="https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95">https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/113222681">https://zhuanlan.zhihu.com/p/113222681</a></li>
</ul>
<h2 id="markdown-配置">Markdown 配置</h2>
<p><a href="https://zhuanlan.zhihu.com/p/678655064">https://zhuanlan.zhihu.com/p/678655064</a></p></description> | ||
</item> | ||
<item> | ||
<title>个人博客搭建 Hugo & Obsidian & Github</title> | ||
<link>http://localhost:1313/posts/%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA-hugo--obsidian--github/</link> | ||
<pubDate>Thu, 17 Oct 2024 03:21:28 +0800</pubDate> | ||
<guid>http://localhost:1313/posts/%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA-hugo--obsidian--github/</guid> | ||
<description>个人博客搭建记录</description> | ||
<description><p><strong>主流程:</strong></p>
<p><img src="http://localhost:1313/images/Blog%20Flow.png" alt="Blog Flow.png"></p>
<ul>
<li>笔记软件: <a href="http://localhost:1313/">Obsidian</a></li>
<li>框架: <a href="https://gohugo.io/">Hugo</a></li>
<li>主题: <a href="https://adityatelange.github.io/hugo-PaperMod/">PaperMod</a> (不同主题可能有不同的配置需求)</li>
<li>远程同步: <a href="https://git-scm.com/">Git</a></li>
<li>渲染&amp;发布: Github Action &amp; Github Page</li>
<li>Dns托管: <a href="https://cloudflare.com/">Cloudflare</a></li>
</ul>
<h2 id="hugo-安装--配置">Hugo 安装 &amp; 配置</h2>
<h3 id="下载">下载</h3>
<p>首先在 <a href="https://github.com/gohugoio/hugo/releases">Release</a> 下载最新版本的 Hugo 压缩包 (Blog 写于 Hugo 0.135.0 版本)
Windows 则选择例如: <code>hugo_0.135.0_Windows-64bit.zip</code></p></description> | ||
</item> | ||
<item> | ||
<title>博客介绍</title> | ||
<link>http://localhost:1313/posts/%E5%8D%9A%E5%AE%A2%E4%BB%8B%E7%BB%8D/</link> | ||
<pubDate>Wed, 16 Oct 2024 12:16:04 +0800</pubDate> | ||
<guid>http://localhost:1313/posts/%E5%8D%9A%E5%AE%A2%E4%BB%8B%E7%BB%8D/</guid> | ||
<description>博客介绍</description> | ||
<description><p>啊哈,终于也算是有个人博客了,以后会在此处更新技术博客。
希望对你能有所帮助,或者单纯作为个人的备忘录,hhha。</p>
<p>(思考要不要写日记,记录生活?再思考一段时间吧。。。)</p></description> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Posts on TRG's Blog</title> | ||
<link>http://localhost:1313/posts/</link> | ||
<description>Recent content in Posts on TRG's Blog</description> | ||
<image> | ||
<title>TRG's Blog</title> | ||
<url>https://avatars.githubusercontent.com/u/143636399?s=400&u=cddf9938630951d73335f2f30e3afdd98d844098&v=4</url> | ||
<link>https://avatars.githubusercontent.com/u/143636399?s=400&u=cddf9938630951d73335f2f30e3afdd98d844098&v=4</link> | ||
</image> | ||
<generator>Hugo -- 0.135.0</generator> | ||
<generator>Hugo</generator> | ||
<language>zh-cn</language> | ||
<lastBuildDate>Thu, 17 Oct 2024 03:21:28 +0800</lastBuildDate> | ||
<lastBuildDate>Mon, 21 Oct 2024 08:04:31 +0800</lastBuildDate> | ||
<atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>VScode all in one 配置</title> | ||
<link>http://localhost:1313/posts/vscode-all-in-one-%E9%85%8D%E7%BD%AE/</link> | ||
<pubDate>Mon, 21 Oct 2024 08:04:31 +0800</pubDate> | ||
<guid>http://localhost:1313/posts/vscode-all-in-one-%E9%85%8D%E7%BD%AE/</guid> | ||
<description><h2 id="算法竞赛环境">算法竞赛环境:</h2>
<p>ICPC environment:
<a href="https://docs.icpc.global/worldfinals-programming-environment/">https://docs.icpc.global/worldfinals-programming-environment/</a></p>
<h2 id="vscode-插件推荐">VScode 插件推荐</h2>
<ul>
<li>AI 插件: Github Copilot</li>
<li>Git 相关插件</li>
<li>Python 语法, 代码风格 插件: Flake8</li>
</ul>
<h2 id="cc-配置">C/C++ 配置</h2>
<p><a href="https://stay-curious.win/2021/08/06/config-mingw64-for-vs-code-on-windows/">https://stay-curious.win/2021/08/06/config-mingw64-for-vs-code-on-windows/</a></p>
<h2 id="python-配置">Python 配置</h2>
<p><a href="https://zhuanlan.zhihu.com/p/165379391">https://zhuanlan.zhihu.com/p/165379391</a></p>
<h2 id="java-配置">Java 配置</h2>
<p><a href="https://zhuanlan.zhihu.com/p/681106842">https://zhuanlan.zhihu.com/p/681106842</a></p>
<h2 id="web-开发-配置">Web 开发 配置</h2>
<ul>
<li><a href="https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95">https://docs.geeksman.com/front-end/1.front-end-html.html#%E8%AF%AD%E6%B3%95</a></li>
<li><a href="https://zhuanlan.zhihu.com/p/113222681">https://zhuanlan.zhihu.com/p/113222681</a></li>
</ul>
<h2 id="markdown-配置">Markdown 配置</h2>
<p><a href="https://zhuanlan.zhihu.com/p/678655064">https://zhuanlan.zhihu.com/p/678655064</a></p></description> | ||
</item> | ||
<item> | ||
<title>个人博客搭建 Hugo & Obsidian & Github</title> | ||
<link>http://localhost:1313/posts/%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA-hugo--obsidian--github/</link> | ||
<pubDate>Thu, 17 Oct 2024 03:21:28 +0800</pubDate> | ||
<guid>http://localhost:1313/posts/%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA-hugo--obsidian--github/</guid> | ||
<description>个人博客搭建记录</description> | ||
<description><p><strong>主流程:</strong></p>
<p><img src="http://localhost:1313/images/Blog%20Flow.png" alt="Blog Flow.png"></p>
<ul>
<li>笔记软件: <a href="http://localhost:1313/">Obsidian</a></li>
<li>框架: <a href="https://gohugo.io/">Hugo</a></li>
<li>主题: <a href="https://adityatelange.github.io/hugo-PaperMod/">PaperMod</a> (不同主题可能有不同的配置需求)</li>
<li>远程同步: <a href="https://git-scm.com/">Git</a></li>
<li>渲染&amp;发布: Github Action &amp; Github Page</li>
<li>Dns托管: <a href="https://cloudflare.com/">Cloudflare</a></li>
</ul>
<h2 id="hugo-安装--配置">Hugo 安装 &amp; 配置</h2>
<h3 id="下载">下载</h3>
<p>首先在 <a href="https://github.com/gohugoio/hugo/releases">Release</a> 下载最新版本的 Hugo 压缩包 (Blog 写于 Hugo 0.135.0 版本)
Windows 则选择例如: <code>hugo_0.135.0_Windows-64bit.zip</code></p></description> | ||
</item> | ||
<item> | ||
<title>博客介绍</title> | ||
<link>http://localhost:1313/posts/%E5%8D%9A%E5%AE%A2%E4%BB%8B%E7%BB%8D/</link> | ||
<pubDate>Wed, 16 Oct 2024 12:16:04 +0800</pubDate> | ||
<guid>http://localhost:1313/posts/%E5%8D%9A%E5%AE%A2%E4%BB%8B%E7%BB%8D/</guid> | ||
<description>博客介绍</description> | ||
<description><p>啊哈,终于也算是有个人博客了,以后会在此处更新技术博客。
希望对你能有所帮助,或者单纯作为个人的备忘录,hhha。</p>
<p>(思考要不要写日记,记录生活?再思考一段时间吧。。。)</p></description> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
User-agent: * | ||
Disallow: | ||
Sitemap: http://localhost:1313/sitemap.xml | ||
User-agent: * |
Oops, something went wrong.