This blog application mainly shares knowledge of Linux administration and management. You are welcome to leave a comment for query.
Here is my major git commit log:
commit 57e4f7988a7f2789986833b31c09f155b6230570
Author: hide
Date: Fri Aug 7 11:04:10 2020 +0000
updated sitemap
commit 80f6db8b105f079aa262bd8aee848a6e47fbb1b3
Author: hide
Date: Wed Aug 5 14:58:12 2020 +0000
1. implemented safe delete action for Post by updating Post model, so it
could be recovered from database if needed;
2. fixed tags issue on post_list, only show post's relative tags
commit e1cd24bbdea24e4b820fcce7b2e797d255852835
Author: hide
Date: Wed Aug 5 12:38:12 2020 +0000
- fixed URL issue for post_detail, now support utf-8 URI
- added a confirm-delete modal for Remove button
- fixed delaying update on ListView by switching back to view.post_list
- updated a few field in models.py as not required
commit a57b30e9968c57111768aefd1c25f265dc3dbe40
Author: hide
Date: Mon Aug 3 17:03:42 2020 +0000
implemented readable url
commit a9f5b3030e4b9e9c2cf0b772b9fb1b5ba6663975
Author: hide
Date: Mon Aug 3 11:34:17 2020 +0000
implemented Pagination and sitemap
commit 51b6eca341e41e93b099cb3963702a798d3cc765
Author: hide
Date: Fri Jul 31 13:43:27 2020 +0000
1. implemented views tracking for url
commit 785f4f6445d7a620650e5b4aebdb6eb09c27adfa
Author: hide
Date: Thu Jul 30 19:50:25 2020 +0000
added a 'Top' button; and updated navbar appearance
commit abac5c57c27f075b44e8b3c44e3d7623d6067e40
Author: hide
Date: Wed Jul 29 13:12:22 2020 +0000
updated font for h1,h2,h3,h4 and navbar
commit 0159a610e62d6eadd92408d878f3761136072af4
Author: hide
Date: Wed Jul 29 11:47:00 2020 +0000
1. updated tagged() in blog/views.py and post_list.html
2. implemented autohide navbar when scroll down
commit 6b59e58e09569eb6d1d8092a449568458f0ceacf
Author: hide
Date: Tue Jul 28 12:43:26 2020 +0000
updated templates
commit 4953f170201af35b2e3cd570a81799c63e33506b
Author: hide
Date: Mon Jul 27 16:15:03 2020 +0000
1. optimize some templates into post_preview.html;
2. added blog/static/taggit/
commit a5805fde9107cf7260d9efac7153f11a28931095
Author: hide
Date: Mon Jul 27 12:23:40 2020 +0000
implemented Tags function