All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.15.4 - 2024-06-22
- Copy the files uploaded by the CMS #21.
- Updated deps.
0.15.3 - 2024-06-01
- Allow to customize the post URL in the CMS.
- Comments layout on mobile.
- Colors of titles
0.15.2 - 2024-03-29
- Updated
@lumeland/ds
and import it from unpkg CDN. - Use import map for LumeCMS.
0.15.1 - 2024-03-20
- Updated
@lumeland/ds
.
0.15.0 - 2024-03-19
- Theme switcher button.
- CMS configuration
- Updated
@lumeland/ds
to v5, which provides several improvements like:- Inter font upgraded to v4.
- Improved code color syntax.
- Fixed pagination layout.
- Several color and spacing fixes.
/demo
folder.
0.14.0 - 2024-01-08
- Allow to configure the
feed
plugin. - Changed
extra_head
variable tostringArray
.
0.13.3 - 2023-12-19
- Update markdown plugins for Lume 2.
0.13.2 - 2023-12-13
- Break long links #19.
0.13.1 - 2023-12-10
- Archive pages #17 on Lume 2.0.0.
0.13.0 - 2023-12-08
- Upgrade to Lume 2.0.0
0.12.2 - 2023-11-15
- Style tweaks
0.12.1 - 2023-09-25
- Upgrade to Lume 1.19.0
- Updated dependencies:
@lumeland/ds
and@oom/mastodon-comments
.
0.12.0 - 2023-08-15
- Mastodon comments system See @oom/mastodom-comments
lang
attribute value in thehtml
element.
0.11.0 - 2023-08-01
- Optional
logo
variable #16. - Support for footnotes
- Show the TOC if the post has at least 1 subtitle.
0.10.2 - 2023-07-20
- Error when post is plain text without titles #15.
0.10.1 - 2023-07-19
- Updated styles from Lume DS.
- Updated markdown-it plugins.
0.10.0 - 2023-07-19
- Allow to configure
pagefind
plugin.
0.9.0 - 2023-07-17
- Allow to configure
date
plugin. - New
_data/i18n.yml
file to customize or translate the static copies.
0.8.0 - 2023-07-07
- Switch to Vento (from Nunjuks) as the template engine.
- Minimum Lume version supported is 1.18.1.
- Use the feed plugin to generate RSS.
0.7.2 - 2023-03-19
- Plugin for table of contents wasn't installed correctly.
0.7.1 - 2023-03-12
- Pagination styles in the archive page.
0.7.0 - 2023-02-23
extra_head
variable to insert additional code in the pagehead
(like styles or scripts)- Allow to insert HTML in the
home.welcome
variable. - Added Opengraph image.
- Content width on wide sizes.
0.6.0 - 2023-02-11
- Use the
@lumeland/ds
NPM package for the basic styles.
0.5.2 - 2023-01-06
- Hide Tags section in the Archive page when no tags are found.
- Margin issue in the pagefind widget.
0.5.1 - 2022-12-15
- Use light and dark Prism themes for the code.
- Renamed
.tag
class to.badge
to avoid conflicts with Prism themes.
0.5.0 - 2022-12-15
- Table of contents
- Upgrade to Lume
1.14.2
. metas
plugin default configuration.- Some styles tweaks.
0.4.0 - 2022-11-24
- Reading Time Plugin (experimental).
- Upgraded to Lume
v1.13.1
. - Configuration for
deno fmt
&deno lint
. - Reduced Blog post header
margin-bottom
. - Blog post tag style.
- Typos in markdown titles.
- Archive back link
margin-bottom
. - Pagination
text-align
& overlap on small devices. - Dark mode
color-scheme
,scrollbar-color
&PWA-color
.
0.3.1 - 2022-11-16
- Excerpt post extraction.
0.3.0 - 2022-11-11
- New
menu_links
option.
- Font for the Display and Titles styles.
- Use
prism
plugin to highlight the code.
- Code and titles font styles.
- Excerpt post extraction.
0.2.1 - 2022-10-10
author
key in the_data.yml
file #5.
- Sitemap & robots.txt generation #5.
0.2.0 - 2022-10-03
- Site searcher.
- Default favicon.png file.
- Welcome text to the homepage.
- Moved theme files to
src
folder. - Upgraded to Lume
v1.12.0
.
- Homepage title
0.1.1 - 2022-09-20
- Pagination in
archive.vto
by @angelside #1.
0.1.0 - 2022-06-16
First version