cobanov's blog
2025-05-07

Simplest Blog

A minimal, fast, and easy-to-use blog system built with Python and Markdown. This project focuses on simplicity and performance while maintaining a clean and modern design.

Features

Technologies Used

Project Structure

.
├── posts/          # Blog posts in markdown
├── projects/       # Project pages in markdown
├── pages/          # Static pages
├── blog/           # Generated HTML files
├── template.html   # HTML template
├── styles.css      # Styles
└── render.py       # Build script

How It Works

The blog uses a simple Python script to convert Markdown files into HTML pages. Each post and project is written in Markdown format, making it easy to write and maintain content.

Future Improvements