Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-16 | Fix img styling | Adrian Kummerlaender | |
2019-04-14 | Update formatter and styling to match blog generator | Adrian Kummerlaender | |
2019-04-13 | Use raw timeline of `blip.kummerlaender.eu` | Adrian Kummerlaender | |
2019-04-13 | Remove newly extracted features | Adrian 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-13 | Add compustream update | Adrian Kummerlaender | |
This works out nicely -- the only thing still missing is an archive and maybe filtering support. | |||
2019-04-13 | Replace commit feed aggregation with manual import | Adrian 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-12 | Use Nix to fetch ATOM feed | Adrian 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-18 | Fix footnote links in latest articles section | Adrian Kummerlaender | |
See 76f8676 @ blog.kummerlaender.eu | |||
2018-11-18 | Port CSS fixes | Adrian Kummerlaender | |
2018-11-13 | Finally add blog's favicon | Adrian Kummerlaender | |
2018-11-13 | Use new fonts | Adrian Kummerlaender | |
2018-10-21 | Fix super- and subscript line height | Adrian Kummerlaender | |
Only seems to be a problem on some browsers such as Edge. Nevertheless this patch fixes it for all of them. | |||
2018-10-01 | Add Nix derivation | Adrian Kummerlaender | |
2018-10-01 | Update repository feeds | Adrian Kummerlaender | |
2018-10-01 | Use shared Nix derivations | Adrian Kummerlaender | |
2018-08-30 | Update photo of me | Adrian Kummerlaender | |
2018-06-05 | Nixify build process | Adrian Kummerlaender | |
2017-05-24 | Add Edge link font workaround | Adrian Kummerlaender | |
The _more_ link symbol is displayed with an ugly blue background in recent versions of Microsoft Edge (see MS issue 11635143). | |||
2017-04-15 | Update repository websites, add _slang_ repository to commit feed | Adrian Kummerlaender | |
2017-02-12 | Link to `tree.kummerlaender.eu` | Adrian Kummerlaender | |
2017-02-10 | Use `pandoc` as markdown processor | Adrian Kummerlaender | |
analogously to blog.kummerlaender.eu | |||
2016-12-03 | Improve flow of introductory section | Adrian Kummerlaender | |
2016-10-17 | Change all link protocols to HTTPS | Adrian Kummerlaender | |
2016-09-01 | Add introductory section to overview | Adrian Kummerlaender | |
2016-02-26 | Remove explicit font definition | Adrian Kummerlaender | |
2016-02-14 | Remove older projects from feed source | Adrian Kummerlaender | |
2016-02-14 | Increase amount of displayed commits | Adrian Kummerlaender | |
2016-02-14 | Port `blog.kummerlaender.eu` code block handling for commit messages | Adrian Kummerlaender | |
2015-09-06 | Update _TypeAsValue_ project page link | Adrian Kummerlaender | |
2015-09-06 | Adapt commit selection to cater to non-list based commit messages | Adrian Kummerlaender | |
2015-09-06 | Add _MetaTerm_ to repository list | Adrian Kummerlaender | |
2015-03-16 | Improved layout for mobile devices | Adrian Kummerlaender | |
* navigation now aligns itself properly on smaller screens * increased line height for both the article teasers and commit message list items | |||
2015-02-19 | Increased line height and list paddings | Adrian Kummerlaender | |
* removed _justify_ text alignment for list items | |||
2015-01-17 | Added _TypeAsValue_ to list of repositories | Adrian Kummerlaender | |
2015-01-10 | Tweaked commit selection and added `ConstList` to repositories | Adrian Kummerlaender | |
* a commit must now have at least three list nodes to be selected for inclusion into the list of latest commits | |||
2014-12-13 | Removed top padding for small screen sizes | Adrian Kummerlaender | |
* fixed menu list padding to prevent premature line wrap | |||
2014-12-11 | Refactored commit resolution in ATOM transformation as template application | Adrian Kummerlaender | |
2014-12-07 | Added `code` styling analogous to blog styling | Adrian Kummerlaender | |
2014-12-07 | Removed `dotfiles` repository from set of feed-source repositories | Adrian Kummerlaender | |
* _dotfile_ changes don't really deserve _first-class-representation_ on a overview page | |||
2014-10-29 | Fixed commit timeline sort order | Adrian Kummerlaender | |
* the commits were only sorted by date and not by time | |||
2014-10-29 | Added ATOM namespace declaration | Adrian 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-28 | Added basic README.md | Adrian Kummerlaender | |
2014-10-27 | Changed timeline transformation to generate a valid ATOM feed | Adrian Kummerlaender | |
* `id` has to contain a valid URL ** i.e. it now contains the same value as `link/@href` * `author` was missing | |||
2014-10-27 | Added author and description meta tags | Adrian Kummerlaender | |
2014-10-27 | Grouped configuration parameters | Adrian Kummerlaender | |
* added overview commit count parameter * added `key` subdomain link | |||
2014-10-27 | Added missing repository feeds | Adrian Kummerlaender | |
2014-10-27 | Improved CSS styling and added subdomain links | Adrian Kummerlaender | |
2014-10-27 | Rewrite `href` attributes to base url | Adrian Kummerlaender | |
* the article feed contains links that expect the base url to be the blog url ** these links have to be rewritten to be absolute instead of relative to the blog url * this is achieved via a appropriate identity template in `02_augment/articles.xsl` | |||
2014-10-27 | Added header and article continuation links | Adrian Kummerlaender | |
* article continuation links are injected into the summary paragraph ** changed article summary transformation `02_augment/articles.xsl` accordingly * added CSS styling based on my blog header style | |||
2014-10-27 | Implemented latest article view | Adrian Kummerlaender | |
* the first paragraph of the three latest articles of my blog are now displayed on the overview page * feed is fetched via `curl` in `01_raw/article_feed.xsl` ** as with all commit feeds the article feed is processed further in the `02_augment` level ** the count of articles to be displayed is defined in `00_content/meta.xml` as `article_count` * CSS was updated to correctly display the article summary |