Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-datamining/adams-website

Source code for the ADAMS website. Uses Nikola, the static site generator.
https://github.com/waikato-datamining/adams-website

nikola website

Last synced: about 2 months ago
JSON representation

Source code for the ADAMS website. Uses Nikola, the static site generator.

Awesome Lists containing this project

README

        

# adams-website

Source code for the [ADAMS](https://adams.cms.waikato.ac.nz/) website.
Uses [Nikola](https://getnikola.com/), the static site generator.

## Nikola setup

* virtual environment

```bash
virtualenv -p /usr/bin/python3 venv
```

* install packages and plugins

```bash
./venv/bin/pip install nikola micawber ruamel.yaml
./venv/bin/nikola plugin -i slides
```

## Build and deploy

* build and serve (locally)

```bash
./venv/bin/nikola clean && ./venv/bin/nikola build && ./venv/bin/nikola serve
```

* deploy

```bash
./venv/bin/nikola deploy
```