Lab2023's official web page - Built with Jekyll
# Install dependencies
bundle install
# Run local server
bundle exec jekyll serve --livereload
# Build for production
bundle exec jekyll buildVisit http://localhost:4000 to see the site.
The site is automatically deployed to GitHub Pages when changes are pushed to the develop branch.
MAJOR.MINOR.PATCH.ARTICLE
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backwards-compatible manner
- PATCH version when you make backwards-compatible bug fixes
- ARTICLE version when you add a new post