Contributing How To Contribute
Contributing Guideline
How to fix article?
- Fix some thing in the some-article.md
- Create a pull request :)
Shortcut:
- Visit a page to fix.
- Click “Edit on GitHub” link.
- Fix it and Commit it
- Create a pull request :)
How to post News?
- Create a new file in _posts/
<year>
- File name should be
<year>-<month>-<day>-<title>.md
- Copy the contents of post.md.template into the file.
- Fill as many values.(meta data only)
- Create a pull request from the online editor, or if you’re using git from the command line follow the usual steps for making a pull request.
Property | Required | Description |
---|---|---|
title | ✓ | page’s title |
item-url | ✓ | page’s URL |
date | ✓ | YYYY-MM-DD HH:MM:SS +/-TTTT |
description | ✓ | Short descriptive summary in a few sentence |
related | related page list | |
tags | tag list |
Preview ECMAScript Daily Locally
This site is built using jekyll. To preview on your local machine, clone this repository and run
git clone https://github.com/ecmascript-daily/ecmascript-daily.github.com.git
cd ecmascript-daily.github.com
# if you not installed bundle, please do `gem install bundle`
bundle install
bundle exec jekyll serve
# open http://0.0.0.0:4000/