diff --git a/app.py b/app.py index ee9a7cb..1c9570b 100644 --- a/app.py +++ b/app.py @@ -120,221 +120,194 @@ def post_detail(post_id): post["template"] = "components/timeline_post.html" post["timeline"] = """ -
+ a testing page for blog preview and some string formatter...
It's also my first time to correctly using git, to upload edited pages directly via rsync and synchronization via git.
+
-a testing page for blog preview and some string formatter...
It's also my first time to correctly using git, to upload edited pages directly via rsync and synchronization via git.
-
+ added a timeline component,
but I have to generate a timeline html and paste it as text,
then paste into content generation, and the upload to blog.
+
-added a timeline component,
but I have to generate a timeline html and paste it as text,
then paste into content generation, and the upload to blog.
-
+ uwsgi + flask -> caddy, gunicorn, flask, docker +
+-uwsgi + flask -> caddy, gunicorn, flask, docker -
- -
+ have been using gitea's wiki page to take notes, which is a life-saver
I made a script to pull all wiki pages into one repository, now I have a way to save all my notes.
+
-have been using gitea's wiki page to take notes, which is a life-saver
I made a script to pull all wiki pages into one repository, now I have a way to save all my notes.
-
+ VS Code was always hanging for two months. +
+
-pacman -Sc doesnt work anymore
I am confused very confused
started to move gitea from /etc to /home
accidentally deleted all gitea data...then recovered with a previous gitea dump
-
+ pacman -Sc doesnt work anymore
I am confused very confused
started to move gitea from /etc to /home
accidentally deleted all gitea data...then recovered with a previous gitea dump
+
-all repositories have a mirror now -
- -+ all repositories have a mirror now +
+
-system-wide caddy worked for https://ip
but docked caddy didnt work for https://ip
I have no clue...
-
+ system-wide caddy worked for https://ip
but docked caddy didnt work for https://ip
I have no clue...
+
-trying to use language tool, which helps with spelling but it doesnt work well for grammar checking, also the current setting should be fixed, I am not sure if I am running locally or querying via API. -
- -+ trying to use language tool, which helps with spelling but it doesnt work well for grammar checking, also the current setting should be fixed, I am not sure if I am running locally or querying via API. +
+hint
- {{ post.timeline | safe}} -