https://github.com/yefim/pennapps-landing
https://github.com/yefim/pennapps-landing
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yefim/pennapps-landing
- Owner: yefim
- Created: 2012-07-10T00:40:41.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T02:53:06.000Z (almost 14 years ago)
- Last Synced: 2025-03-13T06:25:21.496Z (about 1 year ago)
- Language: Python
- Size: 22.1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
PennApps 2012 Main Landing Site
------------------------------------
Being the main landing site for [pennapps.com](http://pennapps.com) and subsidary sites.
Requirements
============
* SASS (gem install sass)
* jinja2 (pip install jinja2)
* (optional) watchdog (pip install watchdog)
Setup
=====
To build the jinja templates, simply run 'python build.py'. This will locate the
templates inside of `/templates` and compile them into `./`. If you install
watchdog, you can also run 'python build.py --watch' to automatically recompile
templates on change.
To build the sass run `sass --watch sass:css`. This will watch the `./sass` folder
for changes and automatically recompile the sass files into `./css`.