summaryrefslogtreecommitdiffstatshomepage
path: root/util (follow)
Commit message (Collapse)AuthorAgeLines
* Attempt a thorough redesign of the landing pageWynn Wolf Arbor2020-06-06-2/+4
| | | | | | | | | | | | | | | After careful consideration we have decided to replace the more brutalist landing page with something simpler and more in line with the styling of the actual posts. Have the front page include a short introduction and some further links to the atom feed and git.oriole.systems. Use a more traditional and simple top-to-bottom layout for the article links in lieu of the more idiosyncratic left-to-right list that was difficult to scan for some people. Keep the post styling as is, but move around and change a few HTML elements to make more semantic sense and improve the clarity of the CSS.
* util: Remove unnecessary quoting in mdconv.shWynn Wolf Arbor2020-06-06-3/+3
|
* util: Have lowdown not skip or escape HTML by defaultWynn Wolf Arbor2020-04-11-1/+3
| | | | | | | | | | | This commit adds two new flags to the lowdown(1) call in mdconv.sh that control the inclusion and parsing of inline HTML in markedown files: 1) --html-no-skiphtml, which stops lowdown(1) from skipping inline HTML 2) --html-no-escapehtml, which stops lowdown(1) from escaping said HTML For now, this is done unconditionally. We plan to add a tag to the markdown files controlling this behaviour in a future commit.
* util: Add title tag to the "back arrow"Wolfgang Müller2019-08-02-1/+1
|
* templates: Correctly wrap articles in <main>Wolfgang Müller2019-07-22-3/+1
| | | | | As per guidelines, <main> should contain <article>, and not the other way around.
* Initial importWolfgang Müller2019-07-21-0/+20