3 These are the sources of my main personal website. It gets turned into an
4 actual website with the help of [Hyde](http://ringce.com/hyde "Hyde").
6 You can reach me at: ehyde at codinghyde com
11 The buildout environment should be entirely self-contained,
14 If you want to modify the website, clone the repository and run:
15 % source bootstrap && buildout
17 If you want to publish the website, push upstream (odin). Once uploaded, a
18 server-side hook will run and do the following (publish.py):
19 1) Clone repository to temp directory.
20 2) Are buildout.cfg or nginx.conf any different from those used by the
21 currently running webserver instance?
22 3) If so, stop web-server, pull repository, and run buildout.
23 4) Else, just pull repository.
25 6) Start web-server if not currently running.
30 Everything but the src/ directory is under the MIT/X11 license.
31 All images, config files, and templates in src/ are licensed under the ???
33 All content (*.html) inside the src/ directory is under the CC-BY-3.0 license.
36 CC-BY-3.0: http://creativecommons.org/licenses/by/3.0/
48 - Convert templates to HAML/SASS?
49 - Multi-lingual support?