website.git
2021-10-06 sabadevAdded line-height to more body elements. main
2021-10-06 sabadevUpdated readme.
2021-10-06 sabadevAdded line-height to the paragraphs and the links.
2021-07-03 sabadevFleshed out the README.
2021-07-03 sabadevFactored out website title into the configuration.
2021-05-22 sabadevStarted adding unit tests.
2021-05-22 sabadevAdded deployment scripts.
2021-05-22 sabadevRemoved an unused import.
2021-05-22 sabadevAdded a deployment script.
2021-05-22 sabadevFactored directory operations out into MonadDirectory.
2021-05-22 sabadevRefactored server functions to use ServerMonad to allow...
2021-05-08 sabadevFactored out IO functions into classes for easier testing.
2021-05-07 sabadevAdded last modified date to the blog links.
2021-04-25 sabadevJustifying the text.
2021-04-25 sabadevSwitched to forcing UTF-8 for file reads.
2021-04-13 sabadevFixed meta issues.
2021-04-13 sabadevGenerified image types.
2021-04-13 sabadevAdded 404 error codes.
2021-04-13 sabadevFixed styling for Blog Not Found page.
2021-04-13 sabadevAdded image support.
2021-04-13 sabadevAdded theme configuration.
2021-04-13 sabadevAdded a performance test.
2021-04-13 sabadevAdded custom error page when a blog post cannot be...
2021-04-13 sabadevSorted the blog links.
2021-04-13 sabadevStyled the navigation bar.
2021-04-13 sabadevSwitched from 0 and 1 to dark and light.
2021-04-13 sabadevAdded the ViewPatterns extension.
2021-04-13 sabadevAdded the tabindex attribute to every <pre> tag.
2021-04-13 sabadevAdded the Sanitize module.
2021-04-13 sabadevAdded dependency on tagsoup.
2021-04-13 sabadevAdded some more sophisticated styling.
2021-04-13 sabadevRemoved getTheme as it is already implemented by safeSt...
2021-04-13 sabadevRemoved an unused dependency.
2021-04-13 sabadevSimplified theme parsing logic.
2021-04-13 sabadevSwitched to using typesafe links.
2021-04-13 sabadevInlined some proxies.
2021-04-13 sabadevInverted the Html-ApiTypes dependency relationship.
2021-04-13 sabadevAdded functions for generating type-safe links.
2021-04-13 sabadevMoved api proxy out to ApiTypes.
2021-04-13 sabadevFactored out default color selection in getIndividualCo...
2021-04-13 sabadevMoved API definition out into ApiTypes.hs
2021-04-13 sabadevAdded functionality to persist the theme across clicks...
2021-04-13 sabadevAdded logic for parsing and generating query parameters...
2021-04-13 sabadevMoved HTML generation logic out into Html.
2021-04-13 sabadevAdded parameters for custom colors.
2021-04-13 sabadevTurned the main page definition into a markdown file.
2021-04-13 sabadevAdded TODO items.
2021-04-13 sabadevAdded light/dark theme links to the navigation bar.
2021-04-13 sabadevAdded a query parameter to toggle between themes.
2021-04-13 sabadevFactored HTML pages out into their own API.
2021-04-13 sabadevRemoved the test page.
2021-04-13 sabadevAdded link colors.
2021-04-13 sabadevAdded some styling.
2021-04-13 sabadevAdded dependency on Clay.
2021-04-13 sabadevMoved navigation out of main.
2021-04-13 sabadevSwitched footer to a navigation bar, and added proper...
2021-04-13 sabadevAdded a footer with a listing of the blog post files.
2021-04-13 sabadevExtracted common HTML out into htmlContainer.
2021-04-13 sabadevAdded a test path and fixed blog rendering.
2021-04-13 sabadevWorking on adding blog post lookups.
2021-04-13 sabadevAdded a sparse main page.
2021-04-13 sabadevDeclared a function that receives HTML and produces...
2021-04-13 sabadevAdded functions to render blog posts.
2021-04-13 sabadevAdded endpoints for styling.
2021-04-13 sabadevAdded the CSS content type.
2021-04-13 sabadevAdded some routes for the server.
2021-04-13 sabadevAdded dependencies and some helper provision scripts.
2021-04-13 sabadevAdded a Vagrantfile definition.
2021-04-13 sabadevInitial