https://github.com/team-approx-bayes/team-approx-bayes.github.io
Code for team webpage
https://github.com/team-approx-bayes/team-approx-bayes.github.io
Last synced: 7 months ago
JSON representation
Code for team webpage
- Host: GitHub
- URL: https://github.com/team-approx-bayes/team-approx-bayes.github.io
- Owner: team-approx-bayes
- Created: 2020-08-20T04:21:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T07:28:48.000Z (8 months ago)
- Last Synced: 2025-04-23T08:28:59.443Z (8 months ago)
- Language: HTML
- Homepage: http://team-approx-bayes.github.io
- Size: 95.7 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABI Team Website
## Installation
- Using the [remote theme method](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#remote-theme-method) of the Minimal Mistakes theme.
- Copied all files from [mmistakes/mm-github-pages-starter](https://github.com/mmistakes/mm-github-pages-starter).
- The alternative approach, that is also compatible with GitHub Pages, is to fork the theme.
## Local setup
This is for running things locally.
1. Install **Jekyll** and **Bundler**. See instructions [here](https://jekyllrb.com/docs/installation/).
2. Run `$ bundle` to install Ruby gems specified in the Gemfile.
3. Run `$ bundle exec jekyll serve --incremental` to host locally.
### Update for MacOS
To launch website locally in MacOS, please follow these steps:
1. Follow the [instructions](https://jekyllrb.com/docs/installation/macos/) to install `jekyll` and related packages.
2. Run `$ bundle install` in this repo directory.
3. Run `$ bundle exec jekyll serve --incremental` to run website locally.
Please see Github's [instructions](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) for more information.