Skip to content

Releases: davep/blogmore

The Automatic for the Browser release

14 May 18:58
e75c0a7

Choose a tag to compare

  • Added a cache command to the CLI to show the cache location and clear the cache directory. (#482)
  • The generated favicons and platform icons are now cached per-blog, saving the need to recreate them on every build unless the source image changes. (#483)
  • Added browser auto-reload to serve mode. Connected browsers now automatically reload whenever the site is regenerated following a change to content or configuration. (#487)

The happy Knuth release

13 May 12:49
1c003b6

Choose a tag to compare

  • The FontAwesome metadata is now cached, saving the need to download it every time a site is built. (#469)
  • Reduced the amount of Markdown parsing done when calculating the backlinks. (#470 then #478)
  • Reduced the amount of Markdown parsing done when extracting various stats and metadata from posts. (#471)
  • Removed the need to re-parse the Markdown when calculating word counts and reading times. (#472)
  • Optimised the calculation of previous/next post lookups. (#474)
  • Optimised the use and reuse of the Markdown parsing object. (#475)
  • Added some extra stats to the output of the linter. (#477)

The lint-free release

10 May 10:05
fd267d8

Choose a tag to compare

  • Added a lint command (with check as an alias) that performs various checks of the content of the site, looking for things like broken internal links or malformed front matter. (#467)

The "every word counts" release

09 May 09:01
8c589ba

Choose a tag to compare

  • Word count and reading time calculations now use the proper Markdown-to-text converter rather than a regex-based approximation. Fenced code blocks are excluded from these counts (inline code is still included). (#455)
  • Fixed a disparity on the stats page where the post listed as having the shortest or longest reading time could differ from the post with the fewest or most words. Reading time min/max are now derived from the word-count min/max posts. (#457)
  • Added optional title field to socials entries. When provided it is used as the tooltip (title attribute) and accessible label (aria-label) for that social icon link; when omitted the site name continues to be used. (#459)
  • Each step printed during site generation now shows its wall-clock duration, and the final completion message includes the total elapsed time. (#461)
  • Enabled the md_in_html Markdown extension so that Markdown syntax inside HTML tags is rendered when the tag carries the markdown="1" attribute. (#463)

The much more social release

04 May 08:06
013e3fa

Choose a tag to compare

  • Fixed missing social graph (og:* and twitter:*) meta tags on listing and other pages (tag, category, archive, tags cloud, categories cloud, stats, calendar, graph, and search pages). (#432)
  • Extended per-build cache busting to the theme, search, code blocks and graph JavaScript files. (#439)
  • Fixed backlinks being silently dropped when a post's URL contains parentheses. (#445)

The richer tips release

28 Apr 10:53
904644f

Choose a tag to compare

  • Added a backlinks_title configuration option to override the heading of the "References & mentions" section on individual post pages. (#422)
  • When a post's frontmatter includes a modified date, it is now shown after the publication date in parentheses. (#423)
  • Added richer tooltips to the graph view of blogs. (#424)

The inviting feedback release

27 Apr 07:32
0ad506d

Choose a tag to compare

  • Added an optional comment invitation section to individual post pages. (#412)
  • Added an interactive post-relationship graph page. (#414)

The interconnected release

25 Apr 10:18
053578f

Choose a tag to compare

  • Added a with_backlinks configuration option that enables a "References & mentions" section on individual post pages. When turned on, BlogMore scans every post's Markdown content for internal links to other posts and shows a collated list of back-linking posts. (#404)
  • Added a "Top Internal Links" table to the stats page. When with_backlinks is enabled, the stats page now shows a table of up to 20 posts ranked by the number of other posts that link to them. (#406)

The roomy release

24 Apr 08:23
5a22589

Choose a tag to compare

  • Added a subtle row gap between wrapped tag rows in post summaries and full post views, so that stacked rows of tags no longer touch. (#401)

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)