Skip to content

Latest commit

 

History

History
executable file
·
39 lines (22 loc) · 775 Bytes

README.md

File metadata and controls

executable file
·
39 lines (22 loc) · 775 Bytes

My academic webpage, built with Hyde and inspired by @jakevdp.

See the rendered version at http://www.utdallas.edu/~olalekan.ogunmolu/

Building

Requires hyde:

pip install hyde

Also `texliveonfly` (for CV to be auto-generated)

Generate version for local development:

make gen

Generate CV:

make CV

Preview local version (this is previewable in the browser at localhost:8080 -- Kill with ctrl-C)

make serve

Generate site for production:

make prod

Publish site via SFTP

make web

Remember to change your user name in the make file as well as SFTP server domain name.

License

This work is under a BSD 2-clause license