This is a PWA using Mkdocs material theme
- Network-first PWA (offline-use possible)
- Minifying & combining CSS/JS
- Lazy loading images
- Prefetching links
- Using katex instead of mathjax
content-visibility: auto
PWA are applications that have been designed to be capable, reliable, and installable with a single codebase.
Using a PWA in this case allows the contributors of the website and I to ensure legible and understandable content, without worrying about the app development.
For more details, check out Google’s blog post
- Make sure to give due credit when sharing these notes, to help support this project :) Publishing this as your own without crediting and using the exact Open Software License 3.0 would be bypassing the license, and demeaning this project.
- This is meant to be a student-only knowledge sharing initiative - not a classroom portal.
- These notes are not affiliated to any university, club, association.
- Kindly note that since this is open source, and hence, correctness cannot be guaranteed.
There is no explicit git command to fork a repo, so you will need to fork using the Fork
button at the top of this repository page.
git clone --single-branch --branch main https://github.com/uni-notes/uni-notes
Lines 1 to 10 in 0e642d1