summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeLines
...
* css, templates: Remove footerWynn Wolf Arbor2020-01-12-6/+0
| | | | This element had no purpose and was taking up 200px for no reason.
* css: Improve readability by increasing the line heightWynn Wolf Arbor2020-01-12-1/+2
| | | | | | Add a bit more space to paragraphs, whilst contracting pre-formatted content (which mostly is code and uses a different font which does not need this kind of space).
* posts: Better wordingWynn Wolf Arbor2020-01-12-6/+6
|
* css: Tweak canary colorWynn Wolf Arbor2020-01-11-1/+1
|
* posts: Add new postWynn Wolf Arbor2020-01-11-0/+174
|
* css: Make content in <pre> more readableWynn Wolf Arbor2020-01-11-1/+3
| | | | | | This commit changes the background color of <pre> to be a bit less colourful, and changes text color from pure black to a slightly tinged black to increase readability.
* templates: Remove superfluous settingWolf2019-12-31-1/+1
| | | | As of sblg-0.5.4 data-sblg-permlink is set to false by default.
* posts: Change author nameWolf2019-12-31-8/+8
|
* posts: Update current weltschmerz versionWolf2019-12-30-3/+3
|
* css: Remove unused pre.poetry ruleWolfgang Müller2019-09-09-6/+0
|
* posts: Add "That Living Parameter"Wolfgang Müller2019-09-09-0/+39
|
* posts: Update current weltschmerz versionWolfgang Müller2019-08-31-3/+3
|
* Makefile: Add site as a dependency of deployWolfgang Müller2019-08-04-1/+1
| | | | | This will make it such that the site is guaranteed to be built before deployment.
* posts: Update current weltschmerz versionWolfgang Müller2019-08-04-3/+3
|
* css: Improve visibility of a focused nav.main elementWolfgang Müller2019-08-02-0/+5
| | | | | Previously the only indicator was the standard :focus outline rule, this should make the focused element on the main page very clear.
* 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-4/+4
| | | | | As per guidelines, <main> should contain <article>, and not the other way around.
* templates: Tweak index title and remove needless HTML entityWolfgang Müller2019-07-22-2/+2
|
* Add twitter card supportWolfgang Müller2019-07-22-1/+9
| | | | For some reason they don't support SVG, so use a webp image for now.
* Makefile: Make the rsync invocation silentWolfgang Müller2019-07-22-1/+1
| | | | There's no useful information here, and the line is overly long anyway.
* Makefile: Make rsync less verboseWolfgang Müller2019-07-22-1/+1
| | | | | The -P switch really only is useful for bigger files, of which there are none here.
* posts: Fix a typo in transcript.mdWolfgang Müller2019-07-22-1/+1
|
* Makefile: Add post images to the list of files to be transferredWolfgang Müller2019-07-22-1/+1
|
* templates: Add lang attribute to html tagWolfgang Müller2019-07-22-2/+2
|
* posts: Update the build requirements in weltschmerz.mdWolfgang Müller2019-07-22-2/+2
|
* css: Add rules to keep images within page boundsWolfgang Müller2019-07-22-0/+2
|
* posts: Reword a paragraph in beton-brut.mdWolfgang Müller2019-07-22-4/+4
|
* Makefile: Add -R/--relative to rsync invocationWolfgang Müller2019-07-22-2/+1
| | | | | | We can save on an extra rsync call by adding --relative, which will create any implied directories for us on the target. Specifically, this is needed to create the posts/ directory in POSTS_HTML.
* Makefile: Replace specific CSS targets with a generic oneWolfgang Müller2019-07-22-4/+1
|
* Makefile: Collapse phony targetsWolfgang Müller2019-07-22-2/+1
|
* Makefile: Rename HTML to POSTS_HTMLWolfgang Müller2019-07-22-6/+5
| | | | The new name is clearer and consistent with the source lists.
* posts: Fix a broken link in weltschmerz.mdWolfgang Müller2019-07-22-1/+1
|
* Makefile: Tweak the clean target to delete all HTML filesWolfgang Müller2019-07-22-1/+1
| | | | | Previously only files that had a corresponding .md entry were deleted, leading to leftover garbage from switching branches or the like.
* Initial importWolfgang Müller2019-07-21-0/+1040