You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
welpo 9512bbb194
♻️ refactor: use `const` in theme initialization
Refactor the theme initialization script to use 'const' instead of 'let'
for the 'currentTheme' variable, as the value is not expected to change
after initialization.

This makes the code more clear and prevents accidental
re-assignment.
2 years ago
..
fonts feat: add KaTeX support 2 years ago
img 🍱 style: update project images 2 years ago
js ♻️ refactor: use `const` in theme initialization 2 years ago
social_icons 🐛 fix: remove duplicate social images; allow relative paths in socials 2 years ago
katex.min.css feat: add KaTeX support 2 years ago