aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-12Update profile pictureHEADmasterAdrian Kummerlaender
2022-11-12Lock using basic flakeAdrian Kummerlaender
2021-05-17Update introductionAdrian Kummerlaender
2020-08-25Update pictureAdrian Kummerlaender
2019-10-27Match recent commit timeline changesAdrian Kummerlaender
2019-04-28Fix XHTML outputAdrian Kummerlaender
2019-04-28Add KaTeX styling when requiredAdrian Kummerlaender
2019-04-16Fix img stylingAdrian Kummerlaender
2019-04-14Update formatter and styling to match blog generatorAdrian Kummerlaender
2019-04-13Use raw timeline of `blip.kummerlaender.eu`Adrian Kummerlaender
2019-04-13Remove newly extracted featuresAdrian Kummerlaender
i.e. Overview is now a mostly pure aggregator again. The new commit / blip feature is now maintained in `blip.kummerlaender.eu`.
2019-04-13Add compustream updateAdrian Kummerlaender
This works out nicely -- the only thing still missing is an archive and maybe filtering support.
2019-04-13Replace commit feed aggregation with manual importAdrian Kummerlaender
This is the starting point for extending _Overview_ to support various types of recent updates (i.e. not just blog articles and commits over a certain message size). While direct fetching and rendering of markdown-formatted Git commit messages is an attractive concept, this new approach should be much more flexible. As a side benefit commit entries can now be edited and expanded compared to their fixed Git reference. e.g. retroactively expanding upon older commits or adding example media that doesn't strictly belong inside the actual commit message.
2019-04-12Use Nix to fetch ATOM feedAdrian Kummerlaender
Fetching external resources during the actual build became problematic after the last major Nix update (build purity was improved). The sensible way of doing things in Nix seems to be to declare ALL build dependencies prior to the actual build -- this includes e.g. ATOM feeds to be aggregated. I am probably not going to do the same for the individual repository feeds as this feature is going to be replaced with a more general _microblog_-like subpage.
2018-11-18Fix footnote links in latest articles sectionAdrian Kummerlaender
See 76f8676 @ blog.kummerlaender.eu
2018-11-18Port CSS fixesAdrian Kummerlaender
2018-11-13Finally add blog's faviconAdrian Kummerlaender
2018-11-13Use new fontsAdrian Kummerlaender
2018-10-21Fix super- and subscript line heightAdrian Kummerlaender
Only seems to be a problem on some browsers such as Edge. Nevertheless this patch fixes it for all of them.
2018-10-01Add Nix derivationAdrian Kummerlaender
2018-10-01Update repository feedsAdrian Kummerlaender
2018-10-01Use shared Nix derivationsAdrian Kummerlaender
2018-08-30Update photo of meAdrian Kummerlaender
2018-06-05Nixify build processAdrian Kummerlaender
2017-05-24Add Edge link font workaroundAdrian Kummerlaender
The _more_ link symbol is displayed with an ugly blue background in recent versions of Microsoft Edge (see MS issue 11635143).
2017-04-15Update repository websites, add _slang_ repository to commit feedAdrian Kummerlaender
2017-02-12Link to `tree.kummerlaender.eu`Adrian Kummerlaender
2017-02-10Use `pandoc` as markdown processorAdrian Kummerlaender
analogously to blog.kummerlaender.eu
2016-12-03Improve flow of introductory sectionAdrian Kummerlaender
2016-10-17Change all link protocols to HTTPSAdrian Kummerlaender
2016-09-01Add introductory section to overviewAdrian Kummerlaender
2016-02-26Remove explicit font definitionAdrian Kummerlaender
2016-02-14Remove older projects from feed sourceAdrian Kummerlaender
2016-02-14Increase amount of displayed commitsAdrian Kummerlaender
2016-02-14Port `blog.kummerlaender.eu` code block handling for commit messagesAdrian Kummerlaender
2015-09-06Update _TypeAsValue_ project page linkAdrian Kummerlaender
2015-09-06Adapt commit selection to cater to non-list based commit messagesAdrian Kummerlaender
2015-09-06Add _MetaTerm_ to repository listAdrian Kummerlaender
2015-03-16Improved layout for mobile devicesAdrian Kummerlaender
* navigation now aligns itself properly on smaller screens * increased line height for both the article teasers and commit message list items
2015-02-19Increased line height and list paddingsAdrian Kummerlaender
* removed _justify_ text alignment for list items
2015-01-17Added _TypeAsValue_ to list of repositoriesAdrian Kummerlaender
2015-01-10Tweaked commit selection and added `ConstList` to repositoriesAdrian Kummerlaender
* a commit must now have at least three list nodes to be selected for inclusion into the list of latest commits
2014-12-13Removed top padding for small screen sizesAdrian Kummerlaender
* fixed menu list padding to prevent premature line wrap
2014-12-11Refactored commit resolution in ATOM transformation as template applicationAdrian Kummerlaender
2014-12-07Added `code` styling analogous to blog stylingAdrian Kummerlaender
2014-12-07Removed `dotfiles` repository from set of feed-source repositoriesAdrian Kummerlaender
* _dotfile_ changes don't really deserve _first-class-representation_ on a overview page
2014-10-29Fixed commit timeline sort orderAdrian Kummerlaender
* the commits were only sorted by date and not by time
2014-10-29Added ATOM namespace declarationAdrian Kummerlaender
* commit `71a637` in upstream _InputXSLT_ activated namespace comprehension for `InputXSLT:read-file` and `InputXSLT:external-command` ** this caused both the article and the repository feed queries to fail as they are inside the ATOM namespace
2014-10-28Added basic README.mdAdrian Kummerlaender
2014-10-27Changed timeline transformation to generate a valid ATOM feedAdrian Kummerlaender
* `id` has to contain a valid URL ** i.e. it now contains the same value as `link/@href` * `author` was missing