此為台灣大學資訊工程系系學會專題訪談網站,含括歷年來各教授的採訪內容。
-
Install Ruby
-
Install jekyll and bundler gems
gem install jekyll bundler
- Install required plugins
bundle install
- 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