Skip to content

Commit

Permalink
[skip-recentupdate] 2024-09-20 00:11
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Sep 19, 2024
1 parent 6832250 commit e0aae33
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ pull:
git fetch origin master
git merge origin/master

migrate-to-permnotes:
./_utils/migrate-to-permnotes

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Expand Down
1 change: 1 addition & 0 deletions _conf/redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ notes/2021-interview/index: /notes/writeups/2021-interview/index.html
notes/nintendo-switch/zelda-breath-of-the-wild: /p/zelda-breath-of-the-wild.html
notes/nju-static-program-analysis: /p/nju-static-program-analysis.html
p/permanent-notes: /p/index.html
notes/abraxas: /p/abraxas.html
1 change: 1 addition & 0 deletions _utils/migrate-to-permnotes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ new_docname="p/$(basename $docname)"
mv $file $new_file
if [[ "$docname" != "ronin"* ]]; then
echo "$docname: /$new_docname.html" >> ./_conf/redirect.yml
sed -i "1i:isso-id: /$docname\n" $new_file
git add $file $new_file ./_conf/redirect.yml
else
git add $new_file
Expand Down
1 change: 0 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
notes/man/index
notes/music-theory/index
notes/*/index
notes/abraxas
notes/color/index

.. grid-item-card::
Expand Down
4 changes: 3 additions & 1 deletion notes/abraxas.rst → p/abraxas.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:isso-id: /notes/abraxas

========
人造上帝
========
Expand Down Expand Up @@ -117,7 +119,7 @@
:medium: 水彩
:image: /_images/artwork-abraxas/mmexport1663161863416__01.jpg

:people:`YY` 画鱼潮的第二张,原照片是在文新站的一家咖啡厅里拍的,YY 备考的那段时间,没有什么户外活动 :del:`也不吵架` 的休息日基本会去。点上一杯九块九的美式,把电脑支起来就能坐一天。她看她的 CPA 课程,蓝色背景下西装革履的老师已三倍速不停地叭叭叭。我没有固定的事情要做,偶尔看看艺术史相关的 wiki,写 :doc:`artstory/artistory`,或者是写写代码,不过好像没写出什么来。
:people:`YY` 画鱼潮的第二张,原照片是在文新站的一家咖啡厅里拍的,YY 备考的那段时间,没有什么户外活动 :del:`也不吵架` 的休息日基本会去。点上一杯九块九的美式,把电脑支起来就能坐一天。她看她的 CPA 课程,蓝色背景下西装革履的老师已三倍速不停地叭叭叭。我没有固定的事情要做,偶尔看看艺术史相关的 wiki,写 :doc:`/notes/artstory/artistory`,或者是写写代码,不过好像没写出什么来。

高中开始我的胡子就长得快又长,怕变粗变硬总是不敢刮,顶着这样的小胡子度过了三年。上了大学开始每天早晨把胡子刮下,太阳落下山唇边又冒出了短短的一茬。

Expand Down
1 change: 1 addition & 0 deletions p/kodaly-rhythm-syllables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 2024-09-14 20min
- 2024-09-16 20min
- 2024-09-17 20min
- 2024-09-19 30min

教程
====
Expand Down

0 comments on commit e0aae33

Please sign in to comment.