diff --git a/index.md b/index.md
index d5ded2a..9739f9c 100644
--- a/index.md
+++ b/index.md
@@ -1,20 +1,15 @@
# dongdigua's blog
-## 关于我
-是人类,
-喜欢 Elixir 语言, 在学 Rust, 会写后端, 前端懒得学
-Minecraft 红石玩家, [B站](https://space.bilibili.com/489732092)
-更多请见[我的 github 主页](https://github.com/dongdigua)
-## 目录
-[MGLNDD scans](org_html/weird_mglndd)
-[elixir 写点对点加密聊天软件](p2p_chat)
-[博客, YouTube 等收集](org_html/internet_collections)
-[我对 SciCraft 更新1.19的看法](scicraft_update)
+## Table of Contents (sorted by time)
+[MGLNDD scans](weird_mglndd)
+[最近折腾 sway 的一些记录](wayland)
+[推荐 everforest 主题](recommend_everforest_theme)
+[我对显示 IP 属地的看法](about_showing_ip)
+[编辑器操作备忘录](cheatsheet)
[我的 gnome 配置](my_gnome_config)
-[编辑器操作备忘录](org_html/cheatsheet)
-[我对显示 IP 属地的看法](org_html/about_showing_ip)
+[我对 SciCraft 更新1.19的看法](scicraft_update)
+[博客, YouTube 等收集](internet_collections)
[对我将来的视频网站的一些畅想](plan_for_my_video_site)
-[推荐 everforest 主题](org_html/recommend_everforest_theme)
-[最近折腾 sway 的一些记录](org_html/wayland)
+[elixir 写点对点加密聊天软件](p2p_chat)
---
diff --git a/org/Makefile b/org/Makefile
index 7a7b574..c582d02 100644
--- a/org/Makefile
+++ b/org/Makefile
@@ -7,8 +7,10 @@ all: html
html:
@echo "Generating HTML..."
@$(EMACS) $(EMACS_OPTS)
- @echo "HTML generation done"
+ @echo "DONE"
clean:
rm ./../org_html/*.html
rm ~/.org-timestamps/org-pages.cache
+ rm ./../*.html*
+ rm ./../*.xml*
diff --git a/org/internet_collections.org b/org/internet_collections.org
index 00556d8..6c1547a 100644
--- a/org/internet_collections.org
+++ b/org/internet_collections.org
@@ -1,7 +1,7 @@
#+TAGS: elixir(e) rust(r) c(c) lisp(l)
#+TAGS: lowlevel(w) frontend(f) backend(b) emacs(m) hack(h) algorithm(a) linux(x)
#+TAGS: rssable(s) rssub(u)
-#+OPTIONS: toc:nil
+#+OPTIONS: toc:1
#+OPTIONS: ^:{}
#+TITLE: Internet Collections
@@ -197,8 +197,6 @@ I agree
* Other
#+BEGIN_COMMENT
#+END_COMMENT
-** [[https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki][日月脏主 Wiki]]
-MC 技术区毒瘤!
** [[https://en.wikipedia.org/wiki/Python_(missile)][Python-5]]
from [[https://youtu.be/8QP2fDBIxjM][tsoding's first porth video]], (he is using debian, 37:00 copilot xd)
** [[http://cat-v.org/][cat -v]]
diff --git a/org/moonboos.org b/org/moonboos.org
new file mode 100644
index 0000000..2e8429f
--- /dev/null
+++ b/org/moonboos.org
@@ -0,0 +1,16 @@
+#+TITLE 庄主其人
+
+#+BEGIN_QUOTE
+互联网是有记忆的
+全都是你的所作所为
+#+END_QUOTE
+
+* 扩充自 [[https://www.bilibili.com/video/BV1be4y1f7PQ][庄主人肉大炮]] 我的置顶评论
+如果再遇到给它洗白的人, 可以把下面这些怼过去
+** [[https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki][日月脏主 Wiki]]
+** [[https://t.bilibili.com/668527168803831831][xk材质包]]
+** [[https://www.bilibili.com/video/BV1as411v7Xn][玩家怪物分离踏板]]
+** [[https://t.bilibili.com/439570012759880564][无限活塞递归]]
+** [[https://www.bilibili.com/video/BV1hR4y1L7Ra][fallen屠龙炮]]
+最开始根本没有标注原作者, 而且还说"感谢TIS成员的帮助", 然而TIS成员并没有进行任何帮助
+后来迫于压力才更改简介
diff --git a/org/publish_config.el b/org/publish_config.el
index 9e35f9d..2932e24 100644
--- a/org/publish_config.el
+++ b/org/publish_config.el
@@ -11,7 +11,7 @@
'(("org-pages"
:base-directory "."
:base-extension "org"
- :publishing-directory "./../org_html/"
+ :publishing-directory "./../"
:recursive t
:exclude "画大饼.org"
:publishing-function org-html-publish-to-html
@@ -19,7 +19,7 @@
;; https://github.com/rgb-24bit/org-html-theme-list org-joshua
:html-head ""
:html-link-home "https://dongdigua.github.io"
- :html-link-up "https://dongdigua.github.io"
+ :html-link-up "./../"
)))
(defun myweb-publish ()
@@ -30,9 +30,9 @@
(webfeeder-build
"rss.xml"
- "./../org_html"
+ "./../"
"https://dongdigua.github.io"
- (delete "rss.html" (directory-files "./../org_html" nil ".*\.html$"))
+ (delete "rss.html" (directory-files "./../" nil ".*\.html$"))
:title "dongdigua's blog"
:description "Blog!"
:builder 'webfeeder-make-rss)