aboutsummaryrefslogtreecommitdiff
path: root/hakyll/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use feed.atom extension so nginx uses the right Content-TypeEuAndreh2020-01-261-1/+1
* Add feedRoot value to Atom...This way the generated file contains the full URL of IDs and paths, as recommended by W3C Feed Validation Service: https://validator.w3.org/feed/ EuAndreh2020-01-251-1/+1
* Main.hs: Don't limit Atom and RSS feeds to 10 itemsEuAndreh2020-01-251-2/+2
* Remove "/archive.html" page...It was simply a duplicate of "/index.html", and I'd rather keep all the posts listed in the index itself. EuAndreh2020-01-241-14/+0
* Add pastebins.html listing pageEuAndreh2020-01-241-3/+24
* Add favicon.ico image file.EuAndreh2018-12-221-0/+3
* Fix article links in Atom feedEuAndreh2018-07-251-1/+1
* Add fonts and styles under site/static/external/EuAndreh2018-07-251-1/+1
* Fix email addressEuAndreh2018-07-151-1/+1
* Add public-key.txt under site/root/EuAndreh2018-07-151-0/+3
* Add initial Hakyll website skeletonEuAndreh2018-07-151-0/+112