Rules
tags
only meta-tags are in all lowercase ('blog','test'), other tags like 'Translation' and 'Reading' needs to be capitalized (also, try to keep them within one word)
exsisting tags
- Translation
- Reading
- Frontend
Goals:
- Building a personal site using 11ty
- Minimun bugs & brutal force
Problems encountered
Deploy
1. No 'pathPrefix' in .js
This will bomb all pathes in Github pages. And you have to use /.../ in njks, I think there are more solutions in this issue , however, this doesn't work in non-njk files. An alternative way is using relative path: '../assets/...'