status: update 2025-12-01T12:02:31-05:00
This is a minimal static blog built with HTML, JavaScript, and a Python helper script to automate blog post creation.
posts.json
posts/
devtools/create-post.py
devtools/post_template.html
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Get Rich and Save the World
This is a minimal static blog built with HTML, JavaScript, and a Python helper script to automate blog post creation.
Key Files
posts.json: Central index of all posts.posts/: Contains all individual blog post HTML files.devtools/create-post.py: Script to generate new posts and update the JSON index.devtools/post_template.html: HTML template used by the script.