Welcome to Cisco China GDC Engineering Blog

This blog is maintained by Cisco China Dalian GDC team.

如何提交一篇新的博客

Fork repository

把本代码库(https://github.com/ciscochina/engineering)fork到自己的GitHub账号

Create a new post

把源码clone到本地后,在 _posts文件夹里创建一个新的markdown格式文件,命名规则按照 yy-mm-dd-name.md.比如 2012-12-02-linux-bridge.md.

Format header

每一个markdown的post文件,在正文前面必须包括下面的内容(也可参考_posts文件夹里其它文件):

---
layout: post
title:  "xxx xxx xxxx xxxx xxxx"
date:   2017-07-08 08:43:59
author: Peng Xiao
categories: database
---

title 标题, date 创建日期, author 作者名称,categories 分类。

目前可用的分类有network, linux, openstack, python. 如果有新的分类需求,请开issue。

接下来是blog的正文,请用标准的markdown格式编写。

Preview locally

本地预览,请参考https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/,主要参考requirement和step2,step4.

Commit, push and merge request

本地预览没有问题,请commit,push代码到GitHub,然后创建merge request。

Review and merge

管理员做review,最后merge。