Coder Social home page Coder Social logo

cgmonline's Introduction

CGMonline

Requirement:

  1. You need a github account.
  2. Install hugo following this page. OR: If you are an R user, you can install R package blogdown and then install hugo using blogdown.
install.packages("devtools")
devtools::install_github('rstudio/blogdown')

### install hugo
blogdown::install_hugo()

How to contribute

1. Fork this repo and clone it to your disc.

git clone [email protected]:<USERNAME>/cgmonline.git
cd cgmonline
git remote add upstream https://github.com/cgmonline/cgmonline.git
git remote -v

You should see:

origin	https://github.com/<USERNAME>/cgmonline (fetch)
origin	https://github.com/<USERNAME>/cgmonline (push)
upstream	https://github.com/cgmonline/cgmonline (fetch)
upstream	https://github.com/cgmonline/cgmonline (push)

Sync your local repo with the main cgm repo:

git fetch upstream
git checkout master
git merge upstream/master

2. 发布预告

Modify the content/coming.md file accordingly.

3. 转移到讨论列表

Create or edit files in content/post/ in your local repo. Note, to add a new post, follow our naming convention year-month-day-some-words-as-title.md. You need an imgur account to post a nice picture that normally just obtained from google as a thumbnail.

4. Deploy your changes

Run the following command to compile the md file into html, git add and git commit.

sh deploy.sh

5. Create a new Pull Request on Github

Copyright & License

The MIT License (MIT), Copyright (c) 2019.

cgmonline's People

Contributors

yangjl avatar yueyvettehao avatar xinshuaiqi avatar haoran-chn avatar qli avatar airichli avatar edwardxr avatar shicheng-guo avatar siwendeng avatar jialuw avatar wengangxbio avatar wjidea avatar yuxuanyuan avatar orionzhou avatar delinli avatar yslizhao avatar chunjiejiang avatar xie186 avatar anhong11 avatar yihui 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.