Skip to content

waikato-datamining/adams-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages