Offical website generated by jekyll.
NTUT CSIE Student Association website project.
http://csie.ntut.cc 網頁內容
- Ruby / RubyGems / NodeJS / Python 2.7
- Jekyll
- git core
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.
cd ntutcsie.github.io/
touch _posts/YYYY-MM-DD-postShortTitle.md
git add _posts/YYYY-MM-DD-postShortTitle.md
git commit -m '文章新增訊息'
cd ntutcsie.github.io/
bundle exec jekyll build
git add .
git commit -m '編輯訊息'
git push
-
CNAME : github pages自訂網址檔案, 詳見 Using a custom domain with GitHub Pages
-
_posts/ : 文章內容, 以markdown格式編輯
- jekyll 文章系統 - jekyll docs
- Clean Blog by Start Bootstrap - The official Jekyll version of the Clean Blog theme by Start Bootstrap.