Personal website.
app.yaml
: App Engine config.templates/
: stores HTML pages and jinja2 templatesscripts/html-parser.py
: process the .tex files in the latex folder and covert them into HTML pages so that they can be used by the website. Specifically, it produces HTML pages from LaTeX files by runninghtlatex
(generate-html.sh) and processes the HTML output with the Python moduleBeautifulSoup
.