Simply writing and make site in Markdown without feel stupid for just knowing basic. + It's has perfect Lighthouse score!
Just knowing Markdown? Yeah, just write with it without any complicating features. Knowing HTML? Create the template become what you want. Knowing Javascript? Change anything what you want. Knowing ChatGPT? Ask him.
Boredown was fully using Marked.js for rendering all markdown-styled text like bold, italic, striked. If you're a mad at math, than you're in good company. With Boredown, you can write math by KaTeX.
Boredown has some great built-in features:
🅰️ Easy yet fulfilled accessibility- 🔍 SEO at its finest
- ⚡ Fast performance without reducing
- 💯 Best practices without making it
- 🐥 Nice for all use
- 👁️ Looks the same everywhere
- 🎨 Customize at all edges
- 📝 Easily changed by frontmatter
- ➗ Support math syntax
Boredown.js has the same concept like TeXMe.js, rendering markdown with the contents in HTML and also supporting math.
Boredown.js prioritize performance and appearance. Instead use MathJax, Boredown using KaTeX for getting an lighter render.
- Download this repository to your local storage.
- Unzip the
boredown-main.zip
and openindex.html
, you will see this simple page.
- You can edit that file and learn it yourself. (Here edited in VSCodium)
- Start creating another markdown post in HTML extension (like
new-post.html
, with this simple code:Open that file and you will see this simple page.<!DOCTYPE html><html lang="en"><script src="boredown.js"></script><textarea hidden> --- title: Boredown date: 2024-11-02 --- Hello world
Hope this project can help you ;)