Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-29 | revert: Revert "chore: load css & js locally..." | 135e2 | 1 | -5/+5 | |
This reverts commit 45dba0654aa9c8ba210b8d5b80cdc388c408beef. Conflicts: layout/_partial/head.ejs layout/_partial/scripts.ejs | |||||
2022-12-29 | Fix player not working error | Doge Gui | 1 | -2/+3 | |
Conflicts: layout/post.ejs Co-authored-by: 135e2 <[email protected]> | |||||
2022-10-13 | fix: check Chapter type | 135e2 | 2 | -3/+3 | |
... to avoid the following error (while we don't have chapters): Uncaught ReferenceError: Chapter is not defined | |||||
2022-06-27 | chore: add Cloudflare Web Analytics | 135e2 | 1 | -0/+3 | |
2022-06-07 | chore: broadcast changelog | 135e2 | 1 | -1/+1 | |
2022-06-07 | chore: use cdnjs 360 mirror | 135e2 | 1 | -2/+2 | |
2022-06-03 | chore: adapt config file | 135e2 | 1 | -2/+2 | |
2022-06-03 | chore: load css & js locally... | 135e2 | 2 | -6/+6 | |
... for better loading speed since jsDelivr sucks | |||||
2022-06-03 | fix: set initial media attributes | 135e2 | 1 | -2/+2 | |
Set default bulma theme while loading css to avoid switching website theme regularly at loading stage. | |||||
2022-06-03 | feat: add #btn-toggle-dark botton to toggle dark mode | 135e2 | 4 | -5/+9 | |
- Switch dark theme to bulmaswatch/darkly, since bulma-prefers-dark highly relies on `@media: (prefers-color-scheme: dark)` tag - Add a playerman handler to toggle shikwasa theme[1] - Use localstorage to store user's preference[2] - Fix a typo: SystemDarkmodePrefrence => SystemDarkmodePreference [1]: Modified from https://github.com/jessuni/shikwasa/blob/main/pages/public/index.js#L208 [2]: Took inspiration from https://blog.skk.moe/post/hello-darkmode-my-old-friend | |||||
2022-05-29 | chore: replace jsDelivr CDN ... | 135e2 | 2 | -6/+6 | |
... with something faster (least in Mainland China?) | |||||
2021-08-12 | Fix undefined title error | Doge Gui | 1 | -1/+3 | |
2021-08-05 | Add title for non-home page | Doge Gui | 1 | -1/+5 | |
2021-05-29 | Fix invalid copyright info in RSS and desc | Doge | 1 | -20/+24 | |
2021-05-28 | Fix invalid relative url in player and feed | Doge | 1 | -5/+13 | |
2021-05-28 | Add sub-navbar support | Doge | 1 | -26/+32 | |
2021-05-25 | Fix style error | Doge | 1 | -3/+3 | |
2021-05-25 | Add sub nav configuration | Doge | 1 | -7/+34 | |
2021-05-25 | Remove feed tag and inline css | Doge | 1 | -1/+1 | |
2021-05-25 | Add feeding page | Doge | 1 | -1/+1 | |
2021-05-22 | Add site boardcast support with mourn mode | Doge | 3 | -2/+17 | |
2021-05-21 | Fix favicon doest show bug | Doge | 1 | -1/+3 | |
2021-05-21 | Add header adjustment with autoscroll | Doge | 2 | -4/+20 | |
2021-05-15 | Resize header page in not index pages | Doge | 1 | -0/+4 | |
2021-05-15 | Set darkmode img high-contrast with low brightness | Doge | 1 | -1/+1 | |
2021-05-15 | Fix incorrect darkmode style | Doge | 2 | -4/+4 | |
2021-05-15 | Add post page date tag | Doge | 1 | -1/+4 | |
2021-05-15 | Add chapters to web-player support | Doge | 2 | -1/+33 | |
2021-05-15 | Change tags style | Doge | 1 | -14/+37 | |
2021-05-15 | Fix main css loading with none-css | Doge | 1 | -1/+1 | |
2021-05-13 | Add rss auto discovery and fix some bugs with rss | Doge | 1 | -0/+5 | |
2021-05-13 | Add extension tags with rendering meta | Doge | 1 | -41/+0 | |
2021-05-12 | Fix eslint error | Doge | 1 | -1/+1 | |
2021-05-12 | Add timeline seek support | Doge | 1 | -1/+2 | |
2021-05-12 | Add podcast meta rendering | Doge | 1 | -0/+41 | |
2021-05-11 | Add support for logo with dark mode and icon descriptions | Doge | 2 | -15/+26 | |
2021-05-11 | Minor improvement | Doge | 1 | -1/+1 | |
2021-05-11 | Change footer style | Doge | 1 | -1/+1 | |
2021-05-11 | Enhancement for non-self link security | Doge | 4 | -13/+14 | |
2021-05-11 | Make pre code more beautiful | Doge | 1 | -1/+1 | |
2021-05-11 | Make enhancement for speed | Doge | 2 | -7/+8 | |
2021-05-11 | Favicon support | Doge | 2 | -3/+5 | |
2021-05-11 | Add rss podcast support | Doge | 1 | -2/+2 | |
2021-05-11 | Add custom copyright support | Doge | 1 | -1/+1 | |
2021-05-10 | Fix padding error | Doge | 1 | -1/+1 | |
2021-05-10 | Add compressed js and css | Doge | 2 | -2/+2 | |
2021-05-10 | Complete archives | Doge | 1 | -11/+18 | |
2021-05-10 | Fix incorrect position | Doge | 1 | -2/+2 | |
2021-05-10 | Enhance autodark working | Doge | 2 | -5/+5 | |
2021-05-09 | Fix layout minor bugs | Doge | 2 | -42/+40 | |