Skip to content

Commit

Permalink
Add Learning Notes section to index and post pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Charle4 committed Nov 4, 2023
1 parent 375a831 commit 0aa8a9b
Show file tree
Hide file tree
Showing 7 changed files with 431 additions and 4 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,18 @@ <h1 class="mt-1.5 mb-3 text-3xl font-bold">Charles</h1>



<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">
<h2 class="!my-0 pb-1 !leading-none">Learning Notes</h2>
<time class="text-sm opacity-60"
>Nov 4, 2023</time
>
<a class="absolute inset-0" href="/post/ln/"></a>
</section>





<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">
<h2 class="!my-0 pb-1 !leading-none">Windows 下为某些特殊应用配置系统代理</h2>
<time class="text-sm opacity-60"
Expand Down
12 changes: 11 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
<generator>Hugo -- gohugo.io</generator>
<language>zh</language>
<copyright>Copyright © 2023, Charles IV; all rights reserved.</copyright>
<lastBuildDate>Thu, 20 Jul 2023 10:58:52 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 04 Nov 2023 20:06:17 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Learning Notes</title>
<link>/post/ln/</link>
<pubDate>Sat, 04 Nov 2023 20:06:17 +0800</pubDate>

<guid>/post/ln/</guid>
<description> Learning Notes Contents Learning Notes Notes taken during the course of some college math courses written in Chinese. Created as a personal record and backup, and shared in hopes of assisting others.
Contents 数理统计: 参数估计与假设检验 点集拓扑学: 拓扑空间, 连续映射, 连通性与紧致性 初等数论: 整除, 素数, 同余; 不定方程, 同余方程; 平方剩余, 二次互反律 </description>
</item>

<item>
<title>Windows 下为某些特殊应用配置系统代理</title>
<link>/post/proxy/</link>
Expand Down
12 changes: 12 additions & 0 deletions post/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,18 @@



<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">
<h2 class="!my-0 pb-1 !leading-none">Learning Notes</h2>
<time class="text-sm opacity-60"
>Nov 4, 2023</time
>
<a class="absolute inset-0" href="/post/ln/"></a>
</section>





<section class="relative my-10 first-of-type:mt-0 last-of-type:mb-0">
<h2 class="!my-0 pb-1 !leading-none">Windows 下为某些特殊应用配置系统代理</h2>
<time class="text-sm opacity-60"
Expand Down
12 changes: 11 additions & 1 deletion post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
<generator>Hugo -- gohugo.io</generator>
<language>zh</language>
<copyright>Copyright © 2023, Charles IV; all rights reserved.</copyright>
<lastBuildDate>Thu, 20 Jul 2023 10:58:52 +0800</lastBuildDate><atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 04 Nov 2023 20:06:17 +0800</lastBuildDate><atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Learning Notes</title>
<link>/post/ln/</link>
<pubDate>Sat, 04 Nov 2023 20:06:17 +0800</pubDate>

<guid>/post/ln/</guid>
<description> Learning Notes Contents Learning Notes Notes taken during the course of some college math courses written in Chinese. Created as a personal record and backup, and shared in hopes of assisting others.
Contents 数理统计: 参数估计与假设检验 点集拓扑学: 拓扑空间, 连续映射, 连通性与紧致性 初等数论: 整除, 素数, 同余; 不定方程, 同余方程; 平方剩余, 二次互反律 </description>
</item>

<item>
<title>Windows 下为某些特殊应用配置系统代理</title>
<link>/post/proxy/</link>
Expand Down
Loading

0 comments on commit 0aa8a9b

Please sign in to comment.