Want to know what I used to build my website? Have a look here.
- Connect GitHub repository to Vercel and clarale.com ✅
- Basic IndieWeb features: add profile (h-card) to homepage, add microformats (h-entry) ✅
- Add menu ✅
- Review basic branding: typeface, colors, etc. ✅
- Basic pages: add Blog, About and Now pages ✅
- Set up MDX support ✅
- Set up Tailwind Typography ✅
- Set up RSS feed ✅
- Pages: add Books, Antilibrary, About This Website pages ✅
- Pages: add Portfolio, Favorites, Recipe Book, Movies ✅
- Connect to digital garden
- More advanced IndieWeb features: add tokens, add Webmentions
Emoji | GFM shortcode | Use |
---|---|---|
🎉 | :tada: |
initial commit |
✨ | :sparkles: |
when adding a new user-facing feature |
💄 | :lipstick: |
when improving UI |
🖊️ | :pen: |
when adding a new blog post or data |
🐛 | :bug: |
when fixing a bug |
♻️ | :recycle: |
when refactoring code |
🔧 | :wrench: |
when updating config files |
🤝 | :handshake: |
when adding or removing dependencies |
📝 | :pencil: |
when writing docs (e.g. README, code comments) |
🚧 | :construction: |
for work in progress that should not be merged |
⚡ | :zap: |
when making very big changes |
Inspired by Emoji Commit Messages