Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likhon-dev/likhon-dev.github.io
A modern, static blog CMS with multi-language support, built for GitHub Pages.
https://github.com/likhon-dev/likhon-dev.github.io
Last synced: 26 days ago
JSON representation
A modern, static blog CMS with multi-language support, built for GitHub Pages.
- Host: GitHub
- URL: https://github.com/likhon-dev/likhon-dev.github.io
- Owner: likhon-dev
- License: apache-2.0
- Created: 2024-12-11T17:25:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:34:43.000Z (about 2 months ago)
- Last Synced: 2024-12-11T18:33:18.161Z (about 2 months ago)
- Language: HTML
- Homepage: https://likhon-dev.github.io/
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Likhon Dev Blog CMS
## 🚀 Project Overview
A modern, static blog CMS with multi-language support, built for GitHub Pages.## 📂 Project Structure
```
likhon-dev.github.io/
│
├── .github/
│ └── workflows/
│ ├── deploy.yml
│ └── build.yml
│
├── assets/
│ ├── css/
│ │ ├── main.css
│ │ ├── fonts.css
│ │ └── responsive.css
│ │
│ ├── js/
│ │ ├── main.js
│ │ ├── cms.js
│ │ ├── seo.js
│ │ └── utils.js
│ │
│ └── fonts/
│ ├── bn/
│ └── en/
│
├── content/
│ ├── posts/
│ │ ├── 2024-01-first-post.md
│ │ └── 2024-02-tech-insights.md
│ │
│ ├── pages/
│ │ ├── about.md
│ │ └── contact.md
│ │
│ └── config.json
│
├── dist/
│ ├── index.html
│ └── assets/
│
├── src/
│ ├── templates/
│ │ ├── base.html
│ │ ├── blog-post.html
│ │ └── page.html
│
├── scripts/
│ ├── build.js
│ ├── deploy.js
│ └── sitemap.js
│
├── .gitignore
├── README.md
├── index.html
├── sitemap.xml
└── robots.txt
```## 🛠 Setup Instructions
1. Clone the repository
2. Install dependencies: `npm install`
3. Run local development: `npm run dev`
4. Build for production: `npm run build`## 🌐 Features
- Multi-language Support
- SEO Optimized
- Static Site Generation
- Responsive Design
- Performance Monitoring## 📦 Technologies
- Tailwind CSS
- Alpine.js
- Marked.js
- Highlight.js## 🚢 Deployment
Deployed automatically via GitHub Actions to GitHub Pages## 📝 License
MIT License
```