Commit Graph

87 Commits (f843d89b745d60c60356d41a8f66e7f92a7375cf)

Author SHA1 Message Date
kirbylife f843d89b74 Change gemini port 2024-06-25 22:42:06 -06:00
kirbylife 106894e447 remove test certificates 2024-06-25 21:57:48 -06:00
kirbylife 90513d4007 Initial support to Gemini protocol 2024-06-25 20:48:36 -06:00
kirbylife 42b4285ae9 Replace lazy_Static with Tokio OnceCell 2024-06-18 00:15:36 -06:00
kirbylife ad519d80f7 Remove the bot views from the visitors counter 2024-06-14 18:28:36 -06:00
kirbylife bbba1ead64 Add visitor counter 2024-06-01 01:26:37 -06:00
kirbylife b016fc5bab Add header ids 2024-06-01 01:00:42 -06:00
kirbylife 64d09e0061 Update some dependencies 2024-05-31 00:54:09 -06:00
kirbylife f793227b82 Add Rocket.toml config file 2024-02-20 00:59:28 -06:00
kirbylife f45a8e354d Fix 404 handler 2024-02-20 00:59:15 -06:00
kirbylife dedaed2281 Migrate to Rocket 0.5.0 2024-02-20 00:41:51 -06:00
kirbylife 065eade541 Change the URL in the OG meta tag 2024-01-31 23:58:43 -06:00
kirbylife 7ddb389198 Change the URL in the OG meta tag 2024-01-31 23:53:09 -06:00
kirbylife c5fcdb3ab9 Change the identifier to the canonical form 2023-12-11 00:03:16 -06:00
kirbylife 9cd59dbe2a Some changes to be more precise with the Atom standard 2023-12-11 00:00:13 -06:00
kirbylife 317f752253 Change the date format to be RFC-822 compliance 2023-12-10 23:47:28 -06:00
kirbylife e1678fb679 Add RSS/Atom feeds 2023-12-10 22:53:43 -06:00
kirbylife a0e447cf19 Now the posts accept raw html tags 2023-01-27 00:42:30 -06:00
kirbylife ce21662007 now the tables are a little bit more beauty and readable 2023-01-03 01:05:36 -06:00
kirbylife 205d3c48e9 Merge pull request 'fix-traitobject' (#1) from fix-traitobject into master
Reviewed-on: #1
2022-12-22 21:46:06 +00:00
kirbylife cca93aa1d8 add views filed in the database 2022-12-22 15:46:42 -06:00
kirbylife 46007d9a32 first attempt: update lightly the rocket version 2022-12-20 23:23:07 -06:00
kirbylife 73b24a3a1c Add views field in the database 2022-12-20 22:33:10 -06:00
kirbylife aeacae85c3 added more ways to comment the title 2019-12-27 19:28:44 -06:00
kirbylife c3e5004ab3 fixed the edit page 2019-12-21 03:55:39 -06:00
kirbylife 4f8ca9acae added tables, autolinks and tasklist extensions 2019-12-21 03:55:21 -06:00
kirbylife b2a3ada543 fixed template typo 2019-12-19 16:35:21 -06:00
kirbylife 2eccb530ad improved the metadata to a better seo 2019-12-19 16:26:10 -06:00
kirbylife 4a305dee02 now update the "updated_at" field when modify a post 2019-12-19 01:35:38 -06:00
kirbylife e983cc1b9d now can edit the posts directly from admin panel 2019-12-19 01:07:14 -06:00
kirbylife 0da7e92c09 removed a white line 2019-12-18 18:33:59 -06:00
kirbylife 64c2317bd7 added more info to admin panel 2019-12-18 18:32:45 -06:00
kirbylife 27cac09a08 completed the logic to add new posts from the admin panel 2019-12-18 03:20:00 -06:00
kirbylife efc22e7eb4 completed the interface to write the posts 2019-12-18 02:51:11 -06:00
kirbylife 68aa90d2e1 fixed pub mod imports 2019-12-17 17:02:10 -06:00
kirbylife 279c236401 used the crate extern 2019-12-15 19:11:12 -06:00
kirbylife b57c71842d added a mod to posts page 2019-12-15 18:34:27 -06:00
kirbylife 54fb4d93b8 added files to admin panel WIP 2019-12-15 17:41:56 -06:00
kirbylife 096e6d4f01 added favicon 2019-12-15 17:24:19 -06:00
kirbylife 96a6e0d639 separed the db logic in the file "controllers.rs" 2019-12-15 17:12:07 -06:00
kirbylife de6949a3d1 start with the admin panel 2019-12-08 17:07:49 -06:00
kirbylife f950141d4d added file 2019-12-07 16:55:59 -06:00
kirbylife 80dfe889b4 changed fonts 2019-12-04 18:04:21 -06:00
kirbylife 5952ef990c changed the font size 2019-12-04 17:53:39 -06:00
kirbylife 0ebf996ec3 fixed the date in a single row and added over to code 2019-12-04 17:41:49 -06:00
kirbylife 96f8ed02e4 fixed the footer 2019-12-04 16:25:53 -06:00
kirbylife 605d689fd8 removed the image on the landing page and now is response design 2019-12-04 15:11:27 -06:00
kirbylife fa11edf77f removed the extern crate rand 2019-11-26 15:18:53 -06:00
kirbylife a8094b5411 now throw 404 error page if the final number doesn't exists 2019-11-26 15:18:12 -06:00
kirbylife b7bca3e455 removed a single use variable 2019-11-25 17:42:57 -06:00