DeepThought
DeepThought copied to clipboard
A simple blog theme focused on writing powered by Bulma and Zola.
Reasoning: for very short posts for which there is no need for a summary. A summary should be optional by default. The "Read More" could be pulled outside of the...
Recommandation of zola : https://www.getzola.org/documentation/content/syntax-highlighting/#styling-codeblocks
Academicons.css and fontawesome.css are not critical ressource. Web can defer the loading. Show https://web.dev/render-blocking-resources/
For a best referencement
Links must have a discernible name For icon link, show https://kittygiraudel.com/2020/12/10/accessible-icon-links/
A user should be able to set an unoptimized avatar image. When the site is compiled, the image will be optimized using Zola's function: resize_image.
A new `colorscheme` option is added with the capability to be always dark, always light, or automatic based on the user's browser setting. Closes #50 Closes #46
Paginators Gone Wild, also clicking on page 1 from another page causes a redirect:  Was thinking Something like this might be better: 
I noticed that images in a Galleria container are inverted if the darkmode is activated and you maximize them. This is not the case for the preview though. Reproduce: 1....
Hello @RatanShreshtha , thanks a lot for such a great theme. I added MathJax (as in https://github.com/aaranxu/adidoks) [One can use it by setting `mathjax.enabled = true` in `config.toml`]