#How to edit/preview website
- To preview website:
- issue this command at terminal and open URL in web browser
- bundle exec jekyll serve
- http://localhost:4000
- For more information, see: * https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll * https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages * https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll
- Changes are issued by editing markdown files in main directory
- To publish page, commit changes to git repo and push to github