BlogOnLemmy - I made my Blog using Lemmy's API
BlogOnLemmy - I made my Blog using Lemmy's API
./Martijn > Blog | Talking about everything and nothing. | Electronics, Cybersecurity, FOSS, Code, RSS, Linux, Lemmy, dQw4w9WgXcQ, Android, Fediverse, News, Audio, Research, DIY, Games, Linkdumps
Lemmydocs 7:4 – Thou shall create a blog
Features
- Linked to a user using Lemmy’s API, no authentication
- Host content on any instance
- Category filters: Set one or more community as the categories
- Easy to adapt to your profile
- One page constraint
- Anchor navigation and permalinks
- Responsive
- Dark / Light mode
- No cookies or tracking
- Interactive “about me”
- No backend: serving a single lightweight page that can be hosted anywhere, including GitHub
- HTML, CSS and ES6 JavaScript. That's it.
TODO
- Possible compatibility issues with older iOS devices. Let me know if you encounter an issue! I'll be cleaning up the code in the meantime.
- The only class not written by me is the markdown-html translation layer for which I'm using snarkdown. It does so using regex queries. As to not completely re-invent the wheel I've forked it for this purpose, but I'd like to write one myself.
This is pretty cool. Thanks for sharing!
I'm glad you liked it, thanks for the kind words!