waikato-datamining / adams-website

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

Home Page:https://adams.cms.waikato.ac.nz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adams-website

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

Nikola setup

  • virtual environment

    virtualenv -p /usr/bin/python3 venv
  • install packages and plugins

    ./venv/bin/pip install nikola micawber
    ./venv/bin/nikola plugin -i slides

Build and deploy

  • build and serve (locally)

    ./venv/bin/nikola clean && ./venv/bin/nikola build && ./venv/bin/nikola serve
  • deploy

    ./venv/bin/nikola deploy

About

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

https://adams.cms.waikato.ac.nz/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Python 100.0%