Create a Static Website Generator
I use Markdown (md) to document a lot of things in my daily life, and I want to create a blog. However, I prefer not to use platforms like Hugo, GitHub Pages, or WordPress. Instead, I plan to use Python to convert my Markdown files into HTML and deploy the generated site on Cloudflare Pages.
While this approach might be time-consuming, I enjoy the process of creating something on my own and improving it step by step.
Now that the blog is running smoothly, I just need to refine a few details. After that, I'll publish the code on GitHub.
5 comments
[ 2.8 ms ] story [ 24.9 ms ] threadHere’s the current result: https://chrisding.xyz/.
This is something I’ve created—it’s still far from perfect, but I’ll keep improving it step by step. https://github.com/chris1ding1/markdown-website-generator
[GitHub - md star](https://github.com/chris1ding1/md-star)