Community blog for Cloud Native Vietnam — sharing knowledge about Kubernetes, cloud native technologies, and the Vietnamese tech ecosystem.
- Ruby 4.x
- Bundler
bundle install
bundle exec jekyll serveVisit http://localhost:4000 to preview the site.
- Create a new file in
_articles/(e.g.my-post-title.md) - Add front matter:
---
layout: post
title: "Your Post Title"
date: 2026-03-24
author: Your Name
tags: [tag1, tag2]
---- Write your content in Markdown
- Submit a pull request
The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.