Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.43 KB

README.markdown

File metadata and controls

48 lines (33 loc) · 1.43 KB

David Sanson's Home Page

This is the source for my home page. You can see the page itself at:

License

Unless specified otherwise:

One important exception:

  • all rights reserved for research papers and drafts of research papers, i.e., any documents linked from my Research page.

How This Site is Built

This site is generated by Hakyll, which in turn depends on Haskell and Pandoc. CSS files are generated by Sass, which depends on Ruby. The PDF copy of my CV is generated by Pandoc and LaTeX, using a Makefile.

So, to generate a working version of this site from this source, assuming you have all of that installed, you first need to compile 'site.hs':

$ ghc site.hs

Then build the site,

$ ./site build