| Commit message (Collapse) | Author | Lines |
|
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.
|
|
|
|
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.
|
|
|
|
As per guidelines, <main> should contain <article>, and not the other
way around.
|