GitHub Pages build from master
branch: https://2020.alaoweb.org
Netlify build from staging
branch: https://2020-staging.alaoweb.org
This site was developed by the ALAO 2020 Virtual Conference Website Team based on a design by the Project Zeppelin / GDG DevFest. A great deal of conference and organizational info can be found on the ALAO Website. This site should serve as a gateway to the various sources of ALAO information while providing visitors with a user-friendly way to find conference-specific info.
This site was designed with future users in mind, so the group chose platforms that would be accessible to a wide range of users: Jekyll and GitHub Pages.
Jekyll is a Ruby gem that generates static websites from markdown, HTML, and other formats. See the official Jekyll documentation for details.
More details are available in the GitHub wiki.
Pre-Requisite:
The following example uses "issue#3" as a subject. That's the branch name and is used in the commit message.
git clone
the repo from GitHubgit pull
bundle install
git checkout master
git pull origin master
bundle exec jekyll serve
git checkout -b issue#3
git add {changed-files}
git commit -m "fixes issue #3"
git push --set-upstream origin issue#3
git checkout master
git fetch
git checkout BRANCHNAME
bundle exec jekyll serve