Hacker News new | ask | show | jobs
by olaven 1665 days ago
This looks great! I actually made a very similar tool called Markblog[1]. We did a lot the same way (even using Deno!), but we did themes a little differently. I used custom CSS-files, but your approach is even simpler.

Not to detract from Md2blog, I just want to add it to the converstaion for anyone interested in these things :) Keep up!

[1]: https://github.com/olaven/markblog

1 comments

Thanks for sharing! Is there an example site built with Markblog? I didn’t see a link in the readme.

It certainly sounds very similar!

Edit: Found this link on the Markblog docs: https://olaven.org/

Edit again: I like that you appear to have an automated approach to deploying to GitHub Pages.

Thanks for checking it out! Yeah, like you I made it for personal use :)

Thank you!