vosskuhle / vosskuhle.github.io-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These are the sources of my private website hosted at GitHub. To generate the website from these sources type

hyde gen -c prod.yaml -r

Make sure you have installed all requirements, for example with the help of pip

pip install -r requirements.txt

Also consider setting up a Python environment dedicated to this task with virtualenv.

An additional requirement is Less.

Another optional requirement, handy during development, is pandoc. It is used by the simple script LaTeX2html5.sh.

Upstream hyde is mostly compatible with python3. However, there is no current version available on PyPi. Therefore one must install directly from git via below command. Furthermore there is a tiny bug in upstream hyde. This has been fixed in a fork and a pull request for this bugfix is pending. Until this is accepted, use the following command to install hyde

pip install -e git+https://github.com/vosskuhle/hyde.git#egg=hyde

My website is produced with the help of hyde and Skeleton.

About


Languages

Language:HTML 51.0%Language:Less 28.0%Language:TeX 19.3%Language:Python 0.9%Language:Shell 0.6%