This is the deployable static website converted from Ghost blog.
This folder contains everything needed for GitHub Pages:
- index.html - Homepage with all posts
- 7 blog post pages - Individual story pages
- content/images/ - All images (25 MB)
- CNAME - Custom domain configuration
- Create a new GitHub repository
- Push this
sitefolder to the repository - Go to Settings → Pages
- Set source to: Branch
main, Folder/(root) - Save and wait 5-10 minutes
- Push the entire project to GitHub
- Go to Settings → Pages
- Set source to: Branch
main, Folder/site - Save
✅ No external dependencies - All CSS is embedded in HTML files ✅ Relative paths - Works with Live Server, file://, and GitHub Pages ✅ No Python needed - Pure HTML/CSS only ✅ Homepage shows excerpts - Not full post content ✅ Mobile responsive - Works on all devices
Simply double-click index.html to open in your browser
- Install "Live Server" extension in VS Code
- Right-click
index.html - Select "Open with Live Server"
python3 -m http.server 8000Visit: http://localhost:8000
site/
├── index.html # Homepage
├── care-leaver-to-chane-maker.html
├── preethi-story.html
├── akhil-story-2.html
├── divya-story.html
├── vishwajeet-story-2.html
├── lateeshyas-story.html
├── bhavyas-story.html
├── CNAME # Custom domain
└── content/
└── images/ # All images
├── 2025/07/ # Blog post images
└── size/w256h256/2025/06/ # Favicon
- Clean, modern design
- Fast loading (static HTML)
- SEO friendly
- Accessible markup
- Print-friendly styles
$0/month when hosted on GitHub Pages! 🎉
If you need to add/edit content:
- Easy way: Edit HTML files directly
- Automated way: Use the
build_site.pyscript in parent folder
The site is fully responsive and works great on:
- Mobile phones
- Tablets
- Desktops
- No external CSS files = fewer HTTP requests
- Optimized images
- Clean HTML
- Fast page load
Works in all modern browsers:
- Chrome, Firefox, Safari, Edge
- iOS Safari, Chrome Mobile
- IE 11+ (basic support)
Enjoy your free, fast, static website! 🚀