/website

My personal website

Primary LanguageCSS

Personal website

This is my personal website, you can check it live. It's powered by Pelican, a static site generator. Design based on Hyde and this layout.

For checking live the output generated while writing just run $ pelican -r content and serve it via the handy $ python -m http.server

In order to generate the static content and deploy the output to github-pages

$ pelican content -o output -s publishconf.py
$ ghp-import output
$ git push origin gh-pages