A simple and lightweight static blog built with HTML, CSS, and JavaScript.
.
├── css/
├── scripts/
├── imgs/
├── posts/
├── index.html
├── style.css
└── scripts.js
git clone https://github.com/c45p14n/blog.git
cd blogOpen index.html in your browser, or start a simple local server:
python3 -m http.server 8000
Visit http://localhost:8000
-
Create a new .html or .md file inside the posts/ folder.
-
Link it in your index.html navigation or post list.
-
(Optional) Add images to imgs/ and reference them in your post.
-
100% static — no backend required
-
Mobile-friendly responsive design
-
Simple and minimal layout
-
Easy post management
-
Fast load times
-
Dark mode toggle
-
Comment integration (e.g., Disqus or Staticman)
Pull requests are welcome! If you find a bug or have an idea, open an issue with details and screenshots if possible.
MIT License
© 2025 c45p14n. All rights reserved.
✨ Built with simplicity in mind by c45p14n