Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Makefile: Make rsync less verbose | Wolfgang Müller | 2019-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.md | Wolfgang Müller | 2019-07-22 | -1/+1 |
| | ||||
* | Makefile: Add post images to the list of files to be transferred | Wolfgang Müller | 2019-07-22 | -1/+1 |
| | ||||
* | templates: Add lang attribute to html tag | Wolfgang Müller | 2019-07-22 | -2/+2 |
| | ||||
* | posts: Update the build requirements in weltschmerz.md | Wolfgang Müller | 2019-07-22 | -2/+2 |
| | ||||
* | css: Add rules to keep images within page bounds | Wolfgang Müller | 2019-07-22 | -0/+2 |
| | ||||
* | posts: Reword a paragraph in beton-brut.md | Wolfgang Müller | 2019-07-22 | -4/+4 |
| | ||||
* | Makefile: Add -R/--relative to rsync invocation | Wolfgang Müller | 2019-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 one | Wolfgang Müller | 2019-07-22 | -4/+1 |
| | ||||
* | Makefile: Collapse phony targets | Wolfgang Müller | 2019-07-22 | -2/+1 |
| | ||||
* | Makefile: Rename HTML to POSTS_HTML | Wolfgang Müller | 2019-07-22 | -6/+5 |
| | | | | The new name is clearer and consistent with the source lists. | |||
* | posts: Fix a broken link in weltschmerz.md | Wolfgang Müller | 2019-07-22 | -1/+1 |
| | ||||
* | Makefile: Tweak the clean target to delete all HTML files | Wolfgang Müller | 2019-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 import | Wolfgang Müller | 2019-07-21 | -0/+1040 |