Releases: marcojakob/lilo.blog
Releases · marcojakob/lilo.blog
Release list
v3.1.0
- Update to Hugo v0.110.0.
- Make
hugo.tomlthe newconfig.toml(see hugo #8979). - Use
default-author.jpgimage 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
- 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
- Rebranding: Rename Lernblog to Lilo.Blog and change Domain to lilo.blog
v2.0.5
v2.0.4
- 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
- Fix first heading in box (alert, accordion) having a large top margin.
v2.0.2
- 💛 Use yellow heart in footer. Just because.
- Add example Links in right footer.
v2.0.1
- 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
- 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, andfeaturedImage. - Add featured image to feed content if the feed contains no image.
- Improve
<updated>field in entries: Use:fileModTimeif:gitinfo andlastmod(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
figcaptionregex 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
- Remove
utm_sourcein 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).