How to edit our website
List of tools:
- Github.com
- git or (github tool): https://desktop.github.com/
- jekyll and add-on applications, see: http://jekyllrb.com/docs/installation/
- For japanese: http://jekyllrb-ja.github.io/
Steps
In order to edit our website in github.com:
- Please create account in github.com
- Request to join this group: https://github.com/ieee-aizustd
- If you cannot join, please email me in : d8162103@u-aizu.ac.jp
- All edits are based on markdown, the reference for syntax is here: http://kramdown.gettalong.org/syntax.html
- You can update with html if you want.
- In order to run in localhost, please install jekyll: https://jekyllrb.com/
- 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):
- index.markdown : homepage
- member.markdown: member page
- activities.markdown: activities page
- contact.markdown: contact page
- _post/file_name.markdown : post in news
- 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)


