Skip to content

influx6/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog

https://cloudnativedevopsblog.com

Setup

brew install hugo

Writing new post

hugo new posts/TITLE.md

When ready to publish, remove draft: true from the file.

git add posts/TITLE.md

git commit -m "New post about ..."

git push origin master

Deployment

The blog will automatically build and deploy on any push to the master branch.

About

https://cloudnativedevopsblog.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.8%
  • CSS 29.1%
  • JavaScript 3.5%
  • Go 0.6%