Skip to content

Latest commit

 

History

History
executable file
·
37 lines (27 loc) · 963 Bytes

README.md

File metadata and controls

executable file
·
37 lines (27 loc) · 963 Bytes

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 git@github.com:MYID/cgmonline.git

2. Create or edit files in content/post/.

Note, to add a new post, follow our naming convention year-month-day-some-words-as-title.md.

3. Deploy your changes

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

sh deploy.sh

4. Create a new Pull Request

Copyright & License

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