diff --git a/app.py b/app.py index 780e2b0..ee9a7cb 100644 --- a/app.py +++ b/app.py @@ -119,6 +119,224 @@ def post_detail(post_id): if post["id"] == 10: 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.
+
+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 +
+ +
+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.
+
+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 +
+ +
+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. +
+ +hint
- {% for item in timeline %} -