https://github.com/jborrow/dark-matter-day
Durham University's website for Dark Matter Day. An example of a simple jinja2 template.
https://github.com/jborrow/dark-matter-day
Last synced: 3 months ago
JSON representation
Durham University's website for Dark Matter Day. An example of a simple jinja2 template.
- Host: GitHub
- URL: https://github.com/jborrow/dark-matter-day
- Owner: JBorrow
- License: mit
- Created: 2017-09-26T08:33:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T10:28:17.000Z (over 7 years ago)
- Last Synced: 2024-12-27T06:41:38.034Z (5 months ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dark Matter Day
===============This is the webpage for Dark Matter Day 2017 at Durham University. It's just a
basic webpage outlining where and when the event is; I see no reason not to
open source it as an example of using jinja2 templating.Feel free to do what you want with the source code (hence the MIT license).
I doubt you'll be able to sell it though...Setup
-----Requires ```python > 3.6```.
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python3 compile.py
```This will produce the ```index.html```. If you are wishing to deploy the site
elsewhere, you'll also need to bring the ```static/``` directory along with you
for the images and css.