staticgen for devcenter. https://devcenter.megam.io
This is our devcenter where we share technical tips and articles from TeamMegam/Community.
Anyone can send a pullrequest.
There are 3 steps
- Step 1: Fork this repo
- Step 2: Local test
- Step 3: Push the changes
Every post appears as
$ git clone https://github.com/<id>/devcenter.megam.io
bundle install
Create a file named __your_blog_title_here_.md
with the following header
---
title: "Cassandra Replication - HA"
layout: post
author: "rajesh"
og_image_url: "https://devcenter.megam.io/res/gotalk-intro.png"
description: "Cassandra Replication - HA"
---
bundle exec jekyll serve
Push your master.
git push master
Send us a pull request.
When the pull request gets merged, devcenter will be refreshed automagically.
Creative Commons