An introduction blog post

Hey, I have a website with a blog now! source code

Website internals

This website uses Yew.rs as its frontend framework and warp.rs for its backend. The initial page load is server-side rendered and, if WebAssembly is supported, hydrated on the client to add reactivity. TailwindCSS (mostly through PostCSS @applys) is the CSS framework used.

Blog internals

Each blog post is written as a Markdown file. A route, /raw_blog/:category/:post_name, reads from a blog directory and transpiles a post into HTML with highlight_pulldown. You can always find the transpiled HTML at the bottom of the page.

Going forward?

I have Literally No Guarantees that I won't forget or otherwise ghost this blog in two weeks. That seems to be the trend of most niche internet blogs I've come across.

Created:
back to all blogsopen original