A personal blog built with Zola - a fast stati sitgenerator.
- 🌐 Multilingual support (English & Bengali)
- 📱 Responsive design
- 🔍 Built-in search functionality
- 🏷️ Tag and category system
- 📝 Markdown-based content
- 🎨 Beautiful, minimal design
- Zola installed
- Git
- Clone the repository:
git clone <your-repo-url>
cd mysite- Start the development server:
zola serve- Open your browser to
http://127.0.0.1:1111
This site is configured for automatic deployment to GitHub Pages using GitHub Actions.
Setup GitHub Pages:
- Go to your repository settings
- Navigate to "Pages" section
- Under "Source", select "Deploy from a branch"
- Select "gh-pages" branch and "/ (root)" folder
- Configure your custom domain
mmestiyak.comin the Pages settings
The workflow will automatically:
- Build the site on every push to
main/masterbranch - Deploy to GitHub Pages
- Handle Zola installation and build process
You can also deploy manually using the provided script:
./deploy.shcontent/logs/- Blog posts (logs)content/posts/- Additional poststemplates/- Zola templatesstatic/- Static assetsconfig.toml- Site configuration
The site supports Bengali content with proper transliteration for URLs. Bengali tags are automatically converted to English slugs for better SEO and sharing.
© 2025 Meer Estiyak. All rights reserved.