Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yefim/pennapps-landing
https://github.com/yefim/pennapps-landing
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/yefim/pennapps-landing
- Owner: yefim
- Created: 2012-07-10T00:40:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T02:53:06.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:42:27.486Z (7 months 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`.