How to edit our website

List of tools:

  1. Github.com
  2. git or (github tool): https://desktop.github.com/
  3. jekyll and add-on applications, see: http://jekyllrb.com/docs/installation/
  4. For japanese: http://jekyllrb-ja.github.io/

Steps

In order to edit our website in github.com:

  1. Please create account in github.com
  2. Request to join this group: https://github.com/ieee-aizustd
  3. If you cannot join, please email me in : d8162103@u-aizu.ac.jp
  4. All edits are based on markdown, the reference for syntax is here: http://kramdown.gettalong.org/syntax.html
  5. You can update with html if you want.
  6. In order to run in localhost, please install jekyll: https://jekyllrb.com/
  7. To commit the code, please install git or github tool. Direct website edit is not recommended.

List of the files to edit (all belong to this repo: https://github.com/ieee-aizustd/ieee-aizustd.github.io):

  1. index.markdown : homepage
  2. member.markdown: member page
  3. activities.markdown: activities page
  4. contact.markdown: contact page
  5. _post/file_name.markdown : post in news
  6. image/post_date/filename.jpg : folder consists of image, please organized as sub-folders

Please check it carefully before make any commitments. The site still has 2 errors as shown bellow, please ignore it:

[2016-02-09 21:07:25] ERROR `/css/landscape.css' not found.
[2016-02-09 21:07:25] ERROR `/css/portrait.css' not found.

Please understand that any further errors is not belong to the original repository.

A tutorial video if you want to understand more:

Update: 2016 Feb 11th (K)