Commit Graph

  • 031abd96ce Add link bridges into http-gemini master kirbylife 2024-08-07 22:50:26 -0600
  • 0f30612b8b Fix md2gemtext convert kirbylife 2024-08-07 01:19:18 -0600
  • f843d89b74 Change gemini port kirbylife 2024-06-25 22:42:06 -0600
  • 106894e447 remove test certificates kirbylife 2024-06-25 21:57:48 -0600
  • 90513d4007 Initial support to Gemini protocol kirbylife 2024-06-25 20:48:36 -0600
  • 42b4285ae9 Replace lazy_Static with Tokio OnceCell kirbylife 2024-06-18 00:15:36 -0600
  • ad519d80f7 Remove the bot views from the visitors counter kirbylife 2024-06-14 18:28:36 -0600
  • bbba1ead64 Add visitor counter kirbylife 2024-06-01 01:26:37 -0600
  • b016fc5bab Add header ids kirbylife 2024-06-01 01:00:42 -0600
  • 64d09e0061 Update some dependencies kirbylife 2024-05-31 00:54:09 -0600
  • f793227b82 Add Rocket.toml config file kirbylife 2024-02-20 00:59:28 -0600
  • f45a8e354d Fix 404 handler kirbylife 2024-02-20 00:59:15 -0600
  • dedaed2281 Migrate to Rocket 0.5.0 kirbylife 2024-02-20 00:41:51 -0600
  • 065eade541 Change the URL in the OG meta tag kirbylife 2024-01-31 23:58:43 -0600
  • 7ddb389198 Change the URL in the OG meta tag kirbylife 2024-01-31 23:53:09 -0600
  • c5fcdb3ab9 Change the identifier to the canonical form kirbylife 2023-12-11 00:03:16 -0600
  • 9cd59dbe2a Some changes to be more precise with the Atom standard kirbylife 2023-12-11 00:00:13 -0600
  • 317f752253 Change the date format to be RFC-822 compliance kirbylife 2023-12-10 23:47:28 -0600
  • e1678fb679 Add RSS/Atom feeds kirbylife 2023-12-10 22:53:43 -0600
  • a0e447cf19 Now the posts accept raw html tags kirbylife 2023-01-27 00:42:30 -0600
  • ce21662007 now the tables are a little bit more beauty and readable kirbylife 2023-01-03 01:05:36 -0600
  • 205d3c48e9 Merge pull request 'fix-traitobject' (#1) from fix-traitobject into master kirbylife 2022-12-22 21:46:06 +0000
  • cca93aa1d8 add views filed in the database #1 kirbylife 2022-12-22 15:46:42 -0600
  • 46007d9a32 first attempt: update lightly the rocket version kirbylife 2022-12-20 23:23:07 -0600
  • 73b24a3a1c Add views field in the database kirbylife 2022-12-20 22:33:10 -0600
  • aeacae85c3 added more ways to comment the title kirbylife 2019-12-27 19:28:44 -0600
  • c3e5004ab3 fixed the edit page kirbylife 2019-12-21 03:55:39 -0600
  • 4f8ca9acae added tables, autolinks and tasklist extensions kirbylife 2019-12-21 03:55:21 -0600
  • b2a3ada543 fixed template typo kirbylife 2019-12-19 16:35:21 -0600
  • 2eccb530ad improved the metadata to a better seo kirbylife 2019-12-19 16:26:10 -0600
  • 4a305dee02 now update the "updated_at" field when modify a post kirbylife 2019-12-19 01:35:38 -0600
  • e983cc1b9d now can edit the posts directly from admin panel kirbylife 2019-12-19 01:07:14 -0600
  • 0da7e92c09 removed a white line kirbylife 2019-12-18 18:33:59 -0600
  • 64c2317bd7 added more info to admin panel kirbylife 2019-12-18 18:32:45 -0600
  • 27cac09a08 completed the logic to add new posts from the admin panel kirbylife 2019-12-18 03:20:00 -0600
  • efc22e7eb4 completed the interface to write the posts kirbylife 2019-12-18 02:51:11 -0600
  • 68aa90d2e1 fixed pub mod imports kirbylife 2019-12-17 17:02:10 -0600
  • 279c236401 used the crate extern kirbylife 2019-12-15 19:11:12 -0600
  • b57c71842d added a mod to posts page kirbylife 2019-12-15 18:34:27 -0600
  • 54fb4d93b8 added files to admin panel WIP kirbylife 2019-12-15 17:41:56 -0600
  • 096e6d4f01 added favicon kirbylife 2019-12-15 17:24:19 -0600
  • 96a6e0d639 separed the db logic in the file "controllers.rs" kirbylife 2019-12-15 17:12:07 -0600
  • de6949a3d1 start with the admin panel kirbylife 2019-12-08 17:07:49 -0600
  • f950141d4d added file kirbylife 2019-12-07 16:55:59 -0600
  • 80dfe889b4 changed fonts kirbylife 2019-12-04 18:04:21 -0600
  • 5952ef990c changed the font size kirbylife 2019-12-04 17:53:39 -0600
  • 0ebf996ec3 fixed the date in a single row and added over to code kirbylife 2019-12-04 17:41:49 -0600
  • 96f8ed02e4 fixed the footer kirbylife 2019-12-04 16:25:53 -0600
  • 605d689fd8 removed the image on the landing page and now is response design kirbylife 2019-12-04 15:11:27 -0600
  • fa11edf77f removed the extern crate rand kirbylife 2019-11-26 15:18:53 -0600
  • a8094b5411 now throw 404 error page if the final number doesn't exists kirbylife 2019-11-26 15:18:12 -0600
  • b7bca3e455 removed a single use variable kirbylife 2019-11-25 17:42:57 -0600
  • 11e183504d now the context og the templates is unificated in a single file kirbylife 2019-11-25 14:59:42 -0600
  • 0203b88900 added 404 response if a post is not found kirbylife 2019-11-23 22:44:11 -0600
  • ac70178423 added 404 custom page kirbylife 2019-11-23 13:05:41 -0600
  • a56dfcb749 removed the comments section *temporal* kirbylife 2019-11-22 15:55:58 -0600
  • 1f1128b014 set custom port kirbylife 2019-11-22 02:06:29 -0600
  • 2af0ef97fc added custom flags to compile diesel flags kirbylife 2019-11-22 01:40:53 -0600
  • f45f8d3cc4 removed the support for sqlite kirbylife 2019-11-21 20:31:10 -0600
  • 87d56d70ea add config to set diesel on the dyno kirbylife 2019-11-21 20:10:50 -0600
  • 1fa0b9f2e6 added the files to run the dyno on heroku kirbylife 2019-11-21 19:49:31 -0600
  • a9f84d131e minor bug fixed kirbylife 2019-11-21 14:35:56 -0600
  • cbeaceeb5c added new header with the comment way of ASM and MatLab kirbylife 2019-11-21 14:34:48 -0600
  • 57ce4a93a8 added new headers with comments in lua and tera/jinja kirbylife 2019-11-21 14:31:04 -0600
  • d1558df51a now only import libraries to highlight code when code exists in post kirbylife 2019-11-21 14:27:03 -0600
  • a2adab7c7d now highlight the pieces of code in the posts kirbylife 2019-11-21 14:19:37 -0600
  • 2652f1b894 post page already kirbylife 2019-11-20 15:59:35 -0600
  • 615ca6c300 changed the route from posts to post kirbylife 2019-11-18 02:16:16 -0600
  • d8a4c2b03e changed the route from posts to post kirbylife 2019-11-18 02:15:46 -0600
  • cbc88b34b8 fixed the way to display correctly the posts kirbylife 2019-11-18 02:14:29 -0600
  • 21d9d25215 added the library comrak kirbylife 2019-11-18 02:14:12 -0600
  • debcb8bb57 changed the replace to slugify method kirbylife 2019-11-17 16:16:54 -0600
  • 1435bac8ab Basic display the content of the post kirbylife 2019-11-17 16:09:58 -0600
  • 1832a5bdd5 add method and route to display posts kirbylife 2019-11-17 16:09:36 -0600
  • ad4cd6b028 add pagination kirbylife 2019-11-16 23:10:06 -0600
  • 482b70e292 add inherit to the templates to do more easy write new templates kirbylife 2019-11-16 01:13:46 -0600
  • cdf1e409a8 added file kirbylife 2019-11-15 17:21:08 -0600
  • 64fe3d5f03 now display the posts saved on the DB kirbylife 2019-11-13 20:10:42 -0600
  • 7f8d700a64 added support to chrono, serde and tera kirbylife 2019-11-13 20:10:20 -0600
  • a34d14ec6b created the initial migration kirbylife 2019-11-13 20:10:07 -0600
  • a167fbb65c created the initial migration kirbylife 2019-11-13 20:09:40 -0600
  • 464f991696 now generate the title randomly kirbylife 2019-11-13 01:17:38 -0600
  • c48a13265e added the library rand kirbylife 2019-11-13 01:17:24 -0600
  • 77b0bf000c added folders kirbylife 2019-11-13 01:17:15 -0600
  • c65aacfc1f added rocket_contrib lib kirbylife 2019-11-12 21:45:14 -0600
  • 80d91a1731 changed the edition kirbylife 2019-11-12 21:14:50 -0600
  • 2e5d59d63d added principal dependencies kirbylife 2019-11-12 21:12:53 -0600
  • 3fb3600af0 added Cargo.toml kirbylife 2019-11-12 21:12:42 -0600
  • d67ca418d4 initial commit kirbylife 2019-11-12 19:57:32 -0600