Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.21 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.21 KB

NTUT CSIE SA website

Offical website generated by jekyll.

Introduction

NTUT CSIE Student Association website project.
http://csie.ntut.cc 網頁內容

Requirement

  • Ruby / RubyGems / NodeJS / Python 2.7
  • Jekyll
  • git core

Quick Start

git clone https://github.com/ntutcsie/ntutcsie.github.io
gem install jekyll bundler
cd ntutcsie.github.io/
bundle exec jekyll serve

then open http://127.0.0.1:4000 you will see the site.

Write a new post

cd ntutcsie.github.io/
touch _posts/YYYY-MM-DD-postShortTitle.md
git add _posts/YYYY-MM-DD-postShortTitle.md
git commit -m '文章新增訊息'

Build and deploy

cd ntutcsie.github.io/
bundle exec jekyll build
git add .
git commit -m '編輯訊息'
git push

Structure

Related sources

  • jekyll 文章系統 - jekyll docs
  • Clean Blog by Start Bootstrap - The official Jekyll version of the Clean Blog theme by Start Bootstrap.