aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
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
2014-10-27Fixed small spelling errorAdrian Kummerlaender
* _linked_ was misspelled as _liked_
2014-10-13Updated datasource mode declarations to match ixslt naming unificationAdrian Kummerlaender
2014-10-12Updated BuildXSLT project page to mention module supportAdrian Kummerlaender
2014-10-12Updated website project page and added StaticXSLT pageAdrian Kummerlaender
* this was done to match the recent extraction of the generic static site generation framework into a separate project
2014-10-11Added twmn link to dotfiles project pageAdrian Kummerlaender
2014-10-04Fixed GPX link in the article on visualizing GPS dataAdrian Kummerlaender
* still pointed to old Symphony CMS upload location
2014-09-28Shrunk and compressed about-page header imageAdrian Kummerlaender
* changed page source accordingly
2014-09-28Added alternate feed link and augmented entry linksAdrian Kummerlaender
* added title and type attributes to feed links in ATOM feed * alternate feed link references the actual website * added "rel=\"alternate\"" and title attribute to entry links
2014-09-28Replaced custom ATOM XHTML copy templates with the appropriate helper templateAdrian Kummerlaender
2014-09-23Added tree visualization to SimpleParser project pageAdrian Kummerlaender
2014-09-21Converted image tags into Kramdown syntaxAdrian Kummerlaender
* there is no reason for embedding raw XHTML if we are able to generate the same in pure Kramdown ** this increases separation between content and presentation ** it will be easier to e.g. replace XHTML output with HTML5 in the future
2014-09-21Refined about me pageAdrian Kummerlaender
* added age and further language information * fixed grammar problems * converted image tag to kramdown syntax
2014-09-14Changed image sources to point to static.kummerlaender.euAdrian Kummerlaender
* images were hosted on imgur to mitigate the some of the bandwidth usage of self-hosting ** as the website is now hosted on a virtual server this is no longer needed