Skip to content

Department of CSIE, National Taipei University of Technology. Offcial website.

License

Notifications You must be signed in to change notification settings

ntutcsie/ntutcsie.github.io-legacy

Repository files navigation

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.

About

Department of CSIE, National Taipei University of Technology. Offcial website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published