martin-ku-hku / learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn @ GPIO.CC

This is a blog of GPIO.CC, an online maker community for sharing ideas about using technologies and STEM education.

The blog can be accessed via https://gpiocc.github.io/learn/ or http://learn.gpio.cc .

You may contribute to this blog as well! You may:

  1. fork this repository
  2. clone the forked repository to your computer (you may just clone the master branch only to reduce the download sizes)
  3. (optional) create a new branch for a new post (this can keep your master branch clean so that it can be used as a template later)
  4. create the new entry in the _posts folder and the asset folder in the assets/post folders (see README.md in these folders for the naming convention)
  5. push to changes back to your forked repository
  6. create a new pull request to our 'gh-pages' branch

We will review your post as soon as possible :D

To test the blog locally, you need to install bundle and Jekyll. You may refer to the official tutorial from Jekyll to install the software properly. Once it's done, simply go to the directory of the cloned repository, and start the Jekyll server by entering:

bundle exec jekyll serve

After starting the server on your local machine, you can open a browser and visit http://localhost:4000/learn/.

About

License:MIT License


Languages

Language:JavaScript 32.2%Language:HTML 31.0%Language:SCSS 28.0%Language:Ruby 5.1%Language:Shell 3.2%Language:CSS 0.6%