Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 421 Bytes

TelekomCloud.github.io

TelekomCloud DevOps team blog

How to add posts?

  • gem install jekyll
  • fork this git repo (https://github.com/TelekomCloud/TelekomCloud.github.io)
  • write your post (in markdown) and add it to _posts/ directory (potentially add pictures)
  • run "jekyll serve -w" in the main directory, to preview your posts locally
  • git commit
  • create a pull request to this repo, to get the post reviewed