/dgm-website

DGM Website

Primary LanguageHTMLApache License 2.0Apache-2.0

DGM 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 ../../...