Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-28 | chore: add git repo suffixmain | Mole Shang | 1 | -1/+1 | |
2023-01-19 | chore: migrate to new .dev domain | 135e2 | 1 | -3/+3 | |
2022-12-29 | revert: Revert "chore: load css & js locally..." | 135e2 | 5 | -9/+5 | |
This reverts commit 45dba0654aa9c8ba210b8d5b80cdc388c408beef. Conflicts: layout/_partial/head.ejs layout/_partial/scripts.ejs | |||||
2022-12-29 | Fix player not working error | Doge Gui | 2 | -3/+4 | |
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-09 | feat: automatically convert cover path to full_url | 135e2 | 1 | -1/+5 | |
2022-06-07 | chore: broadcast changelog | 135e2 | 2 | -4/+4 | |
2022-06-07 | chore: use cdnjs 360 mirror | 135e2 | 3 | -9/+2 | |
2022-06-03 | chore: adapt config file | 135e2 | 2 | -17/+17 | |
2022-06-03 | feat: automatically convert logo path to full_url | 135e2 | 1 | -2/+5 | |
2022-06-03 | fix: correct logic | 135e2 | 3 | -30/+75 | |
2022-06-03 | chore: load css & js locally... | 135e2 | 8 | -6/+17 | |
... for better loading speed since jsDelivr sucks | |||||
2022-06-03 | Remove redundant TS config file | Doge Gui | 2 | -75/+1 | |
2022-06-03 | docs: update thanks list | 135e2 | 2 | -2/+2 | |
Replace bulma-prefers-dark with bulmaswatch, our new dark-theme template | |||||
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 | 9 | -57/+328 | |
- 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?) | |||||
2022-05-29 | feat: support itunesImage per podcast | 135e2 | 1 | -1/+2 | |
2022-01-16 | Check constructor | Doge Gui | 1 | -4/+5 | |
2022-01-16 | Update Node.js requirements | Doge Gui | 2 | -2/+2 | |
2022-01-15 | Fix 'podcast' is not a constructor | Doge Gui | 1 | -0/+2 | |
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 iTuens Summary field | Doge | 1 | -0/+1 | |
2021-05-29 | Fix invalid copyright info in RSS and desc | Doge | 2 | -22/+25 | |
2021-05-28 | Fix invalid rss summary | Doge | 1 | -2/+2 | |
2021-05-28 | Fix invalid relative url in player and feed | Doge | 3 | -7/+21 | |
2021-05-28 | Merge branch 'main' of https://github.com/guiqiqi/chromate into main | Doge | 1 | -0/+17 | |
2021-05-28 | Add sub-navbar support | Doge | 2 | -27/+32 | |
2021-05-26 | Add stale bot | Doge-GUI | 1 | -0/+17 | |
2021-05-25 | Fix style error | Doge | 1 | -3/+3 | |
2021-05-25 | Add sub nav configuration | Doge | 4 | -10/+54 | |
2021-05-25 | Remove feed tag and inline css | Doge | 2 | -33/+1 | |
2021-05-25 | Add feeding page | Doge | 4 | -3/+39 | |
2021-05-23 | Create CNAME | Doge-GUI | 1 | -0/+1 | |
2021-05-23 | Update GitHub Issue Templates | Doge | 2 | -20/+32 | |
2021-05-23 | Add GitHub check action and package desc | Doge | 2 | -0/+52 | |
2021-05-22 | Add site boardcast support with mourn mode | Doge | 6 | -4/+47 | |
2021-05-21 | Add RSS feeding logo | Doge | 2 | -1/+2 | |
2021-05-21 | Fix favicon doest show bug | Doge | 1 | -1/+3 | |
2021-05-21 | Add header adjustment with autoscroll | Doge | 3 | -4/+32 | |
2021-05-16 | Update readme desc | Doge | 2 | -0/+4 | |
2021-05-16 | Add License | Doge-GUI | 1 | -0/+21 | |
2021-05-15 | Merge branch 'main' of https://github.com/guiqiqi/chromate into main | Doge | 2 | -0/+42 | |
2021-05-15 | Resize header page in not index pages | Doge | 1 | -0/+4 | |
2021-05-15 | Update issue templates | Doge-GUI | 2 | -0/+42 | |
2021-05-15 | Set darkmode img high-contrast with low brightness | Doge | 3 | -2/+5 | |
2021-05-15 | Fix incorrect darkmode style | Doge | 2 | -4/+4 | |
2021-05-15 | Add post page date tag | Doge | 1 | -1/+4 | |