summaryrefslogtreecommitdiff
path: root/layout/_partial/head.ejs
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01fix: set initial media attributes135e21-2/+2
Set default bulma theme while loading css to avoid switching website theme regularly at loading stage.
2022-06-01feat: add #btn-toggle-dark botton to toggle dark mode135e21-2/+2
- 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
2021-08-12Fix undefined title errorDoge Gui1-1/+3
2021-08-05Add title for non-home pageDoge Gui1-1/+5
2021-05-25Remove feed tag and inline cssDoge1-1/+1
2021-05-25Add feeding pageDoge1-1/+1
2021-05-22Add site boardcast support with mourn modeDoge1-1/+1
2021-05-21Fix favicon doest show bugDoge1-1/+3
2021-05-15Set darkmode img high-contrast with low brightnessDoge1-1/+1
2021-05-15Fix incorrect darkmode styleDoge1-1/+1
2021-05-15Fix main css loading with none-cssDoge1-1/+1
2021-05-13Add rss auto discovery and fix some bugs with rssDoge1-0/+5
2021-05-11Change footer styleDoge1-1/+1
2021-05-11Enhancement for non-self link securityDoge1-5/+2
2021-05-11Make pre code more beautifulDoge1-1/+1
2021-05-11Make enhancement for speedDoge1-1/+4
2021-05-11Favicon supportDoge1-3/+2
2021-05-10Add compressed js and cssDoge1-1/+1
2021-05-08Draw header pageDoge1-1/+1
2021-05-08Minor bug fixesDoge1-0/+1
2021-05-06Making progressDoge1-4/+1
2021-05-03Add modules supportDoge1-8/+10
2021-05-03Initial commitDoge1-0/+26