A personal tech blog focusing on DevOps, MLOps, and AIOps practices, built with Hexo
🌟 Visit Site | 📖 Archives | 📊 Categories | 🔖 Tags | 📰 RSS
Visit the blog – freemankevin.uk
- Framework: Hexo
- Theme: NexT.Gemini
- Hosting: GitHub Pages
- Search: Algolia
- Container: Docker
# clone project
git clone https://github.com/FreemanKevin/FreemanKevin.github.io.git
cd FreemanKevin.github.io
# run project
git clone https://github.com/next-theme/hexo-theme-next themes/next
rm -rf node_modules && npm install --force
hexo cl && hexo g && hexo s
# git push
hexo cl && hexo g && hexo d
# algolia push
hexo cl && hexo g && hexo algolia
# git commit
git add .
git commit -m "update files"
git push
- DevOps Practices
- Machine Learning Operations
- CI/CD Pipelines
- Security
- Cloud Native
Quick start with Docker:
docker run -d -p 80:80 freelabspace/freemankevin:latest
Or use Docker Compose:
version: '3'
services:
blog:
image: freelabspace/freemankevin:latest
ports:
- "80:80"
restart: unless-stopped
This blog is licensed under MIT License.