Skip to content

Releases: davep/blogmore

The feeping creaturism release

15 Apr 18:12
4256d08

Choose a tag to compare

  • Added a "Posts per Year" horizontal bar chart to the stats page. (#398)

The more canonical release

11 Apr 10:31
3af1098

Choose a tag to compare

  • Added sitemap_extras configuration option. A list of root-relative paths to add to sitemap.xml if it is being generated. (#388)
  • Fixed the calendar page not respecting the clean_urls setting when linking to the year, month, and day archives. (#390)
  • Fixed canonical <link> tags not respecting the clean_urls setting. (#392)

The cleaner map release

10 Apr 07:43
9f80b24

Choose a tag to compare

  • The "Reading Time" section is now hidden on the stats page when with_read_time is set to false. (#383)
  • HTML files copied from the extras directory are no longer included in the generated sitemap.xml. Only pages generated by BlogMore appear in the sitemap. (#384)
  • The stats page no longer carries a noindex robots directive. (#385)

The watched penguin release

09 Apr 13:43
deaeb81

Choose a tag to compare

  • Fixed an endless regeneration loop in blogmore serve on GNU/Linux caused by watchdog (via inotify) emitting read-only file-access events (FileOpenedEvent, FileClosedNoWriteEvent) when the site generator reads extras files. These events are now explicitly ignored, so only genuine content changes trigger a site rebuild. (#381)

The time travel release

09 Apr 11:02
02abea3

Choose a tag to compare

  • Added a table of longest posting streaks to the stats page, showing the top 10 consecutive-day posting streaks of two or more days. (#369)
  • Added a read_time_wpm configuration option that lets users override the words-per-minute value used when calculating estimated reading time. (#371)
  • Added a calendar view page (with_calendar / --with-calendar) that shows the full history of the blog as a year calendar. (#373)

The Mr Universe release

07 Apr 17:34
f2374fe

Choose a tag to compare

  • Added a posting-streak chart to the stats page. (#366)

The super-meta-hyper release

04 Apr 18:43
954b604

Choose a tag to compare

  • Added styling for <kbd> elements. Keys are now rendered with a subtle raised appearance using a border, background, and monospaced font. Two new CSS variables — --kbd-bg and --kbd-border — control the appearance and can be overridden in a custom stylesheet. Both light and dark modes are supported via the corresponding --dark-kbd-bg and --dark-kbd-border palette variables. (#363)

The non-meta release

02 Apr 18:48
f558160

Choose a tag to compare

  • Fixed a bug where post or page content starting with a line of the form <digit>:<rest> (e.g. 7:54am …) was silently dropped from the rendered HTML output. (#360)

The windy release

01 Apr 18:04
efaae6b

Choose a tag to compare

  • Replaced the regex-based extract_first_paragraph implementation with a Markdown-library-powered approach. (#354)
  • Draft posts now receive a clear visual indicator wherever a post title is rendered: the title is displayed in a contrasting amber colour and a 🚧 emoji is appended after the title text. (#357)

The descriptive release

28 Mar 14:47
4edde24

Choose a tag to compare

  • Fixed auto-generated post descriptions so that reference-style links are stripped to plain text, matching the existing behaviour for inline links. Strikethrough (~~text~~) and underscore bold/italic (__text__, _text_) are now also stripped. Reference link definition lines ([ref]: url) found inside a paragraph block are skipped rather than included in the description. (#349)