Skip to content

NTUCSIECouncil/Laboratories-of-CSIE

Repository files navigation

CSIECouncil

此為台灣大學資訊工程系系學會專題訪談網站,含括歷年來各教授的採訪內容。

Usage

  1. Install Ruby

  2. Install jekyll and bundler gems

gem install jekyll bundler
  1. Install required plugins
bundle install
  1. Start Website Locally
bundle exec jekyll serve --livereload
  • Compile tailwindcss real-time
npx tailwindcss -i ./assets/css/base.css -o ./assets/css/tailwind.css --watch
  • Deploy to server
bash deploy.sh
  • Run server locally
bash serve.sh

Releases

No releases published

Packages

No packages published