aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2016-02-10Change static ressource links to `https`Adrian Kummerlaender
…otherwise various browsers correctly complain about unencrypted ressources if the website is accessed via `https`.
2016-02-09Add link to _Gitlab_ profile to contact pageAdrian Kummerlaender
2016-01-29Update _impressum_Adrian Kummerlaender
2016-01-29Update _about me_Adrian Kummerlaender
2015-09-25Fix spelling errors in latest articleAdrian Kummerlaender
2015-09-24Add new article on the joys of IPv6Adrian Kummerlaender
2015-09-24Introduce new `network` tagAdrian Kummerlaender
2015-09-18Updated latest article about Jolla and the N900Adrian Kummerlaender
2015-09-18Add article on Jolla and N900Adrian Kummerlaender
2015-09-15Updated recreational section of _about_ pageAdrian Kummerlaender
2015-08-28Add _MetaTerm_ project pageAdrian Kummerlaender
2015-08-27Update about pageAdrian Kummerlaender
2015-06-29Updated _about_ pageAdrian Kummerlaender
2015-06-04Removed full width class from _SimpleParser_ imageAdrian Kummerlaender
2015-06-04Fixed full width image stylingAdrian Kummerlaender
2015-06-03Removed microblog profile link from contact pageAdrian Kummerlaender
2015-03-24Updated _VDE_ scripts to use `ip` instead of deprecated toolsAdrian Kummerlaender
2015-03-22Added missing preposition in article on self hostingAdrian Kummerlaender
2015-03-22Revamped layout to be more minimalistic and readableAdrian Kummerlaender
* removed background image and as such it's fixed pixel width ** i.e. the layout is now completely dependent on the basic font size and scales accordingly * revamped master template and CSS to allow for nodes with varying lengths instead of truncating everything depending on the background width * increased font size of tag and archive pages * increased overall line height to improve readability * improved CSS to e.g. make use of `last-child` instead of adding `last` classes during static site generation * removed _microblog_ entries from archive as I have more or less stopped using _Twitter_
2015-03-11Improved navigation on small screensAdrian Kummerlaender
* extracted navigation and tag list style into `buttonlist` class * navigation is now aligned left and non-overlapping on small screens
2015-03-08Added `dmenu` and `zathura` to _dotfiles_ pageAdrian Kummerlaender
* updated _about_ page
2015-03-07Updated _TypeAsValue_ source links to point to a specific commitAdrian Kummerlaender
* added link to blog article to _TypeAsValue_ page
2015-03-06Published new article on the _Scheme metaphor_ for TMPAdrian Kummerlaender
* updated it's date to `2015-03-06`
2015-03-06Finalized article on the _Scheme metaphor_Adrian Kummerlaender
2015-03-05Completed draft of article on the _Scheme metaphor_ for _TMP_Adrian Kummerlaender
* only links to `tav` implementations as well as final corrections are missing
2015-03-04Completed section on bindings and added section on partial function applicationAdrian Kummerlaender
2015-03-03Added bindings section to latest article draftAdrian Kummerlaender
2015-03-02Expanded section on _templates as functions_Adrian Kummerlaender
* added information on partial template specialization and `tav::Eval` * added title outline of remaining sections
2015-03-01Added basic draft of new article on the _Scheme metaphor_Adrian Kummerlaender
* date will be updated for publication
2015-02-19Updated _TypeAsValue_ and _ConstList_ project pagesAdrian Kummerlaender
2015-01-23Added _TypeAsValue_ project pageAdrian Kummerlaender
* fixed grammar of _StaticXSLT_ page
2015-01-14Updated date of article on compile time computation for publicationAdrian Kummerlaender
2015-01-14Finalized draft of new article on compile time computationAdrian Kummerlaender
2015-01-13Added draft of _types as values_ section of new articleAdrian Kummerlaender
2015-01-13Added second _ConstList_ example to new article draftAdrian Kummerlaender
2015-01-13Added section on `constexpr` to new article draftAdrian Kummerlaender
2015-01-12Added basic draft of article on compile time computation in C++Adrian Kummerlaender
2015-01-10Added _kv_ project pageAdrian Kummerlaender
2015-01-10Added mention of _Apache License_ to _InputXSLT_Adrian Kummerlaender
2014-12-16Added `ConstList` project pageAdrian Kummerlaender
2014-12-14Updated CSS to hide unnecessary comment control linksAdrian Kummerlaender
2014-12-09Replaced function-like data resolution with template applicationsAdrian Kummerlaender
* e.g. article and tag support data is now fetched through direct _XPath_ template applications ** this required the introduction of a special `resolve` mode to prevent interaction between support and main content resolution ** in most cases arguments had to be wrapped inside helper constants to enable selection of e.g. article support data via the `@handle` attribute using the current elements `@handle` attribute * analogously to the recent changes in _StaticXSLT_ this commit aims to improve the XSLT code style used in generating this static website
2014-11-16Changed markup as to not interfere with the new inline `code` styleAdrian Kummerlaender
2014-11-16Improved inline `code` stylingAdrian Kummerlaender
2014-11-13Updated article to mention the C++14 integer sequenceAdrian Kummerlaender
* changed `IndexSequence` link to point to its last version on Github
2014-10-31Separated tag links using spaces instead of CSS marginsAdrian Kummerlaender
* the former also works when CSS is not supported while the latter leads to unseparated tag links
2014-10-31Added article on expanding XSLT using Xalan and C++Adrian Kummerlaender
2014-10-29Removed remnants of layout iteration and cleaned CSSAdrian Kummerlaender
* both the CSS and master template markup contained cruft from the previous blog version and its slightly different layout * removed unnecessary distinction between footer and its _taglist_ as the old footer element is now only a _taglist_ ** promoted previous `last_line` to `footer` as it is the actual footer * unified the different list styles as much as possible ** e.g. introduced new `topline` attribute instead of declaring the title-separator line for each style separately ** removed `taglist` class by declaring its rules directly in the `tags` id ** removed now unnecessary `archivtag` class ** introduced `sparselist` class which enables list such as the one contained the latest microblog entries to have extra padding * merged `list_tags` helper template into primary master template ** this separation was not only unnecessary but decreased the readability as it provided no real encapsulation
2014-10-28Added description meta tag to master templateAdrian Kummerlaender
* eliminated `last_item` list item class by fixing its padding
2014-10-27Added author node for each feed entryAdrian Kummerlaender