An open API service indexing awesome lists of open source software.

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

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.