Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | css: Add styling for footnotes | Wynn Wolf Arbor | 2020-05-31 | -0/+9 | |
| | | | | | | | | | | | The upcoming post is the first one to include footnotes. This commit adds a bit of styling for them. The footnotes block at the end of the post is a bit too prominent compared to the rest of the post. Use a smaller font size to make it stand out less. Footnote references in the text are anchors and therefore underlined by default. Remove any text decoration from them and make them easier on the eyes. | ||||
* | css: Improve styling of the horizontal rule element | Wynn Wolf Arbor | 2020-05-31 | -3/+2 | |
| | | | | | | | This element has not been used before at all, but the upcoming post will be including it it in the footnotes block. Use a more fitting double-border style instead of the questionable design from the initial commit. | ||||
* | posts: Update reference to Git repository for weltschmerz | Wynn Wolf Arbor | 2020-05-31 | -1/+1 | |
| | |||||
* | posts: Edit weltschmerz post to reflect new features | Wynn Wolf Arbor | 2020-04-13 | -7/+7 | |
| | |||||
* | posts: Add post about new features in weltschmerz 1.3.0 | Wynn Wolf Arbor | 2020-04-13 | -0/+132 | |
| | |||||
* | css: Use a custom font-size for code | Wynn Wolf Arbor | 2020-04-11 | -2/+4 | |
| | | | | We found 'smaller' to be too small, so go with 85% for now. | ||||
* | css: Add indent and clear pre styles | Wynn Wolf Arbor | 2020-04-11 | -0/+13 | |
| | | | | | | | | | | | | This commit adds two new classes for <pre> tags: 1) pre.clear overrides the standard canary background color with white 2) pre.indent defines a <pre> tag that is indented and marked with a border These classes are mainly meant for preformatted content that has been added manually and should not be styled like the common code blocks. | ||||
* | util: Have lowdown not skip or escape HTML by default | Wynn Wolf Arbor | 2020-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. | ||||
* | posts: Update author information | Wynn Wolf Arbor | 2020-04-10 | -9/+9 | |
| | | | | | In light of the addition of the author metadata tag to <head>, we decided to use our full name in the post tags. | ||||
* | templates: Add date and author to head metadata | Wynn Wolf Arbor | 2020-04-10 | -0/+2 | |
| | |||||
* | templates: Simplify atom.xml template | Wynn Wolf Arbor | 2020-03-15 | -3/+3 | |
| | | | | | With the newest sblg version, the extra fields for both <updated> and <id> are no longer needed. | ||||
* | templates: Add missing atom feed template | Wynn Wolf Arbor | 2020-03-15 | -0/+11 | |
| | |||||
* | Make sure to only ignore toplevel atom.xml file | Wynn Wolf Arbor | 2020-03-15 | -1/+1 | |
| | |||||
* | css: Indent Bd blocks in manual pages | Wynn Wolf Arbor | 2020-02-21 | -0/+1 | |
| | |||||
* | css: Adjust font sizes and line height | Wynn Wolf Arbor | 2020-02-21 | -3/+7 | |
| | | | | These should make the pages more comfortable to look at. | ||||
* | posts: Adjust for new IRC nickname | Wynn Wolf Arbor | 2020-02-21 | -1/+1 | |
| | |||||
* | posts: Replace outdated ncmpcpp code link | Wynn Wolf Arbor | 2020-01-20 | -1/+1 | |
| | | | | | | Since my changes to the project got merged, and this link was always pointing to master, the issue was not actually visible anymore. Fix this by using a permalink to the code range from before the fix. | ||||
* | posts: Update current weltschmerz version | Wynn Wolf Arbor | 2020-01-17 | -3/+3 | |
| | |||||
* | css: Remove unnecessary quoting | Wynn Wolf Arbor | 2020-01-12 | -1/+1 | |
| | |||||
* | css, templates: Remove footer | Wynn Wolf Arbor | 2020-01-12 | -6/+0 | |
| | | | | This element had no purpose and was taking up 200px for no reason. | ||||
* | css: Improve readability by increasing the line height | Wynn Wolf Arbor | 2020-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 wording | Wynn Wolf Arbor | 2020-01-12 | -6/+6 | |
| | |||||
* | css: Tweak canary color | Wynn Wolf Arbor | 2020-01-11 | -1/+1 | |
| | |||||
* | posts: Add new post | Wynn Wolf Arbor | 2020-01-11 | -0/+174 | |
| | |||||
* | css: Make content in <pre> more readable | Wynn Wolf Arbor | 2020-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 setting | Wolf | 2019-12-31 | -1/+1 | |
| | | | | As of sblg-0.5.4 data-sblg-permlink is set to false by default. | ||||
* | posts: Change author name | Wolf | 2019-12-31 | -8/+8 | |
| | |||||
* | posts: Update current weltschmerz version | Wolf | 2019-12-30 | -3/+3 | |
| | |||||
* | css: Remove unused pre.poetry rule | Wolfgang Müller | 2019-09-09 | -6/+0 | |
| | |||||
* | posts: Add "That Living Parameter" | Wolfgang Müller | 2019-09-09 | -0/+39 | |
| | |||||
* | posts: Update current weltschmerz version | Wolfgang Müller | 2019-08-31 | -3/+3 | |
| | |||||
* | Makefile: Add site as a dependency of deploy | Wolfgang Müller | 2019-08-04 | -1/+1 | |
| | | | | | This will make it such that the site is guaranteed to be built before deployment. | ||||
* | posts: Update current weltschmerz version | Wolfgang Müller | 2019-08-04 | -3/+3 | |
| | |||||
* | css: Improve visibility of a focused nav.main element | Wolfgang Müller | 2019-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üller | 2019-08-02 | -1/+1 | |
| | |||||
* | templates: Correctly wrap articles in <main> | Wolfgang Müller | 2019-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 entity | Wolfgang Müller | 2019-07-22 | -2/+2 | |
| | |||||
* | Add twitter card support | Wolfgang Müller | 2019-07-22 | -1/+9 | |
| | | | | For some reason they don't support SVG, so use a webp image for now. | ||||
* | Makefile: Make the rsync invocation silent | Wolfgang Müller | 2019-07-22 | -1/+1 | |
| | | | | There's no useful information here, and the line is overly long anyway. | ||||
* | 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. |