Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 375 Bytes

AML Website

Jekyll Commands

To install the dependencies, navigate to the theme directory and run bundle install.

To test locally, bundle exec jekyll serve.

To build for Github Pages, run bundle exec jekyll build --destination docs/.

To un-commit due to file over 100MB and unable to push, run git reset --soft HEAD~1.

To go back to root, use cd ../../...