Coder Social home page Coder Social logo

blog's Introduction

Botbie Blog BuildStatus

This is an open source blogging platform that is based on Jekyll and hosted by Github. Everyone is free to join us to contribute your articles.

To run this blog on your machine, just follow these steps:

  1. Clone the respository:
$ git clone https://github.com/botbie/blog.git
  1. Install ruby 2.x and bundler:
$ brew install ruby
$ gem install bundler
  1. Install required gems:
$ bundle install
  1. Run the local server:
bundle exec jekyll serve
  1. Access local server at: http://localhost:4000/

How to become a contributor?

Like normal open source project on Github, you should fork https://github.com/botbie/blog, make changes and create a Pull Request.

If you are a new contributor, you must register your profile by adding an entry in _data/authors.yml, for example:

just_another_cool_contributor:
  username: just_another_cool_contributor
  avatar: /assets/images/avatars/casper.png
  cover: /assets/images/covers/casper.jpg
  name: Cool Name
  location: In the shell
  intro: >
    I'm a ghost...

To add a new article, create a file in _posts with filename follow this format: <year>-<month>-<day>-slug-of-the-article.md

Article is just a markdown file with some information in Front Matter to describe your post, example:

---
layout: post
cover: 'assets/images/covers/cover2.jpg'
title: Article Title
date: 2017-08-10
tags: [cool, blog]
author: just_another_cool_contributor
description: >
  Description here.
---

Your main content here.

blog's People

Contributors

kimkha avatar nguquen avatar toanhd-ibl avatar toanhdpy avatar zunc avatar

Watchers

 avatar  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.