TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create a Static Website Generator

3 pointsby chrisding4 months ago
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.<p>While this approach might be time-consuming, I enjoy the process of creating something on my own and improving it step by step.<p>Now that the blog is running smoothly, I just need to refine a few details. After that, I&#x27;ll publish the code on GitHub.

2 comments

jjjbokma4 months ago
I did the same :-) and also in Python (and there is a Perl version, too). The code is available at GitHub as [tumblelog](<a href="https:&#x2F;&#x2F;github.com&#x2F;john-bokma&#x2F;tumblelog">https:&#x2F;&#x2F;github.com&#x2F;john-bokma&#x2F;tumblelog</a>). The site is generate from a single Markdown file with extra directives is called [Plurrrr](<a href="https:&#x2F;&#x2F;plurrrr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plurrrr.com&#x2F;</a>).
评论 #42842834 未加载
Tanishmittal4 months ago
But what about the UI?
评论 #42697757 未加载