Giter Club home page Giter Club logo

ciandcd-web's Introduction

Title: 投稿

##LOGO logo

##build 状态 Build Status

##关于ciandcd.com
本网站使用github pages技术维护,主要关注软件持续集成和持续发布,欢迎大家提供优秀的相关文章。

##投稿

  1. fork本网站源码:git clone https://github.com/ciandcd/ciandcd-web.git.  
  2. 将你的文章放到content/category/下对应的子目录中, 如果是原创文章可以放到content/category/原创.  
  3. 文章的格式可以为markdown,restructuredtext或html。
  4. 提交你的文章。
  5. 你也可以通过QQ群来提供相关的rss feed。

.rst格式

My super title
\##############

:date: 2010-10-03 10:20
:modified: 2010-10-04 18:40
:tags: thats, awesome
:category: yeah
:slug: my-super-post
:authors: Alexis Metaireau, Conan Doyle
:summary: Short version for index and feeds

This is the content of my super blog post.

.md格式

Title: My super title
Date: 2010-12-03 10:20
Modified: 2010-12-05 19:30
Category: Python
Tags: pelican, publishing
Slug: my-super-post
Authors: Alexis Metaireau, Conan Doyle
Summary: Short version for index and feeds

This is the content of my super blog post.

.html格式

<html>
    <head>
        <title>My super title</title>
        <meta name="tags" content="thats, awesome" />
        <meta name="date" content="2012-07-09 22:28" />
        <meta name="modified" content="2012-07-10 20:14" />
        <meta name="category" content="yeah" />
        <meta name="authors" content="Alexis Métaireau, Conan Doyle" />
        <meta name="summary" content="Short version for index and feeds" />
    </head>
    <body>
        This is the content of my super blog post.
    </body>
</html>

##联系 email: [email protected]
QQ群:172758282 / 567940397 / 567931165

##感谢 https://www.python.org/
https://pythonhosted.org/feedparser/index.html
https://github.com/codelucas/newspaper
https://github.com/getpelican/pelican
http://twitter.github.com/bootstrap

##开发环境

  1. prod环境请参考.travis.yml.
  2. 本地测试环境   *make clean && make html
    *make devserver, or 'cd output && python -m http.server 8000'.

##自动deploy

  1. 所有的修改会被trivs CI自动build和deploy到github pages.

##问题

  1. file issues.
  2. pull requests.

###License

  1. MIT License for this source code
  2. Creative Commons Attribution 3.0 Unported License for the content of www.ciandcd.com which includes all blogs, pages and articles

ciandcd-web's People

Contributors

harukama avatar itech001 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.