Skip to content

cloudnativevn/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Native Vietnam

Community blog for Cloud Native Vietnam — sharing knowledge about Kubernetes, cloud native technologies, and the Vietnamese tech ecosystem.

Local Development

Prerequisites

  • Ruby 4.x
  • Bundler

Setup

bundle install
bundle exec jekyll serve

Visit http://localhost:4000 to preview the site.

Writing a New Post

  1. Create a new file in _articles/ (e.g. my-post-title.md)
  2. Add front matter:
---
layout: post
title: "Your Post Title"
date: 2026-03-24
author: Your Name
tags: [tag1, tag2]
---
  1. Write your content in Markdown
  2. Submit a pull request

Deployment

The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors