Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jarrodmillman/stat133-fall2014
- Owner: jarrodmillman
- License: bsd-2-clause
- Created: 2014-09-09T19:14:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-09T19:25:11.000Z (over 10 years ago)
- Last Synced: 2024-11-01T14:12:04.892Z (about 2 months ago)
- Language: Python
- Size: 1.94 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/