Skip to content

Releases: marcojakob/lilo.blog

v3.1.0

Choose a tag to compare

@marcojakob marcojakob released this 30 Aug 20:40
  • Update to Hugo v0.110.0.
  • Make hugo.toml the new config.toml (see hugo #8979).
  • Use default-author.jpg image in author settings and about page to show in the CMS that the image can be changed.
  • Link to Lilo.page and bring in the purple color.

v3.0.1

Choose a tag to compare

@marcojakob marcojakob released this 08 Dec 17:43
  • Admin: Remove email from author settings. Add link to author page.
  • ATOM feed:
    • Remove author email
    • Add avatar (profile image)
    • Add link to author page.
    • Use favicon as feed icon.

v3.0.0

Choose a tag to compare

@marcojakob marcojakob released this 03 Dec 22:53
  • Rebranding: Rename Lernblog to Lilo.Blog and change Domain to lilo.blog

v2.0.5

Choose a tag to compare

@marcojakob marcojakob released this 20 Nov 11:05
  • Format config.toml.

v2.0.4

Choose a tag to compare

@marcojakob marcojakob released this 20 Nov 11:05
  • Fix navigation autohide bug: In Safari the scroll position at the top was not correctly dectected because of the
    browsers bounce effect. This caused the navigation to be hidden when it should not be hidden.

v2.0.3

Choose a tag to compare

@marcojakob marcojakob released this 05 Nov 00:48
  • Fix first heading in box (alert, accordion) having a large top margin.

v2.0.2

Choose a tag to compare

@marcojakob marcojakob released this 03 Nov 22:26
  • 💛 Use yellow heart in footer. Just because.
  • Add example Links in right footer.

v2.0.1

Choose a tag to compare

@marcojakob marcojakob released this 02 Nov 22:08
  • Replace deprecated 'dateFormat' with 'date_format' and 'editorComponents' with 'editor_components' in CMS Admin config.yml.
  • Replace deprecated 'date' widget with 'datetime' in CMS Admin config.yml.

v2.0.0

Choose a tag to compare

@marcojakob marcojakob released this 31 Oct 18:57
  • Update Hugo to v0.105.0.
  • Upgrade to Bootstrap 5.2. Remove jQuery.
  • Paginate improvements and archive:
    • Paginate home and tag pages differently (show more entries in tag pages).
    • Fix paginator showing too many page numbers.
    • Better paginator styling.
    • Add an archive page under /posts/.
  • ATOM feed improvements (JSON feed will be removed):
    • Create feeds for each tag in addition to the main feed.
    • Paginate feed (same pagination rules as the home and tag pages).
    • Use webfeeds namespace for icon, logo, cover, accentColor, and featuredImage.
    • Add featured image to feed content if the feed contains no image.
    • Improve <updated> field in entries: Use :fileModTime if :git info and lastmod (in frontmatter) are not available.
  • BREAKING: Remove JSON feed (did not increase in popularity in recent years and is a hassle to keep synced with ATOM feed).
  • Layout: Do not use image zoom of images that are used as links.
  • Improve figcaption regex to identify images.
  • Improve print layout.
  • Add shortcodes for {{<box>}}{{</box>}}, {{<lead>}}{{</lead>}}.
    Also {{<youtube video_id>}} and {{<vimeo video_id>}} in non-tracking mode can be used.
  • Add examples for box, lead, youtube, and vimeo.
  • Show related blog posts at the bottom of each post.

v1.5.1

Choose a tag to compare

@marcojakob marcojakob released this 22 Sep 19:13
  • Remove utm_source in atom feed links again (I don't like it in URLs).
  • Fix Netlify CMS cursor jump issue in Chrome/Edge (see decaporg/decap-cms#5092).