Skip to content

c45p14n/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 c45p14n Blog

A simple and lightweight static blog built with HTML, CSS, and JavaScript.

📂 Project Structure

.
├── css/
├── scripts/
├── imgs/
├── posts/
├── index.html
├── style.css
└── scripts.js

🚀 Getting Started

1️⃣ Clone the Repository

git clone https://github.com/c45p14n/blog.git
cd blog

2️⃣ Run Locally

Open index.html in your browser, or start a simple local server:

Using Python 3

python3 -m http.server 8000 Visit http://localhost:8000

3️⃣ Add a New Post

  • 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.

🎨 Features

  • 100% static — no backend required

  • Mobile-friendly responsive design

  • Simple and minimal layout

  • Easy post management

  • Fast load times

💡 Future Enhancements

  • Dark mode toggle

  • Comment integration (e.g., Disqus or Staticman)

🤝 Contributing

Pull requests are welcome! If you find a bug or have an idea, open an issue with details and screenshots if possible.

📄 License

MIT License

© 2025 c45p14n. All rights reserved.

✨ Built with simplicity in mind by c45p14n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors