Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jarrodmillman/stat133-fall2014

Source for the course website
https://github.com/jarrodmillman/stat133-fall2014

Last synced: 9 days ago
JSON representation

Source for the course website

Awesome Lists containing this project

README

        

# Source for the course website

Source for generating and uploading a [template website Stat
133](http://berkeley-stat133.github.io/]) at the url:
[http://berkeley-stat133.github.io/](http://berkeley-stat133.github.io/]). This
uses

* [pelican blog generator](http://blog.getpelican.com/)
* [pelican-boostrap3 theme](https://github.com/DandyDev/pelican-bootstrap3)
* [pelican plugins](https://github.com/getpelican/pelican-plugins)

## Installation

You will need to use `pip` to install some Python packages.

pip install -r requirements.txt

## Developing

To run Pelican in regeneration mode and serve the output at
http://localhost:8000, type:

make devserver

Once you are happy with your changes, type::

make stopserver

## Publishing

To build the site and push it to github, type:

make github

The updated page can be viewed here: http://berkeley-stat133.github.io/