Skip to content

Commit

Permalink
fix lume 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 19, 2023
1 parent d873341 commit 9ed6c5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [0.13.3] - 2023-12-19
### Fixed
- Update markdown plugins for Lume 2.

## [0.13.2] - 2023-12-13
### Fixed
- Break long links [#19].
Expand Down Expand Up @@ -174,6 +178,7 @@ First version
[#17]: https://github.com/lumeland/theme-simple-blog/issues/17
[#19]: https://github.com/lumeland/theme-simple-blog/issues/19

[0.13.3]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.2...v0.13.3
[0.13.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/lumeland/theme-simple-blog/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.2...v0.13.0
Expand Down
6 changes: 3 additions & 3 deletions plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import pagefind, { Options as PagefindOptions } from "lume/plugins/pagefind.ts";
import sitemap from "lume/plugins/sitemap.ts";
import feed from "lume/plugins/feed.ts";
import readingInfo from "lume/plugins/reading_info.ts";
import toc from "https://deno.land/x/lume_markdown_plugins@v0.5.1/toc.ts";
import image from "https://deno.land/x/lume_markdown_plugins@v0.5.1/image.ts";
import footnotes from "https://deno.land/x/lume_markdown_plugins@v0.5.1/footnotes.ts";
import toc from "https://deno.land/x/lume_markdown_plugins@v0.7.0/toc.ts";
import image from "https://deno.land/x/lume_markdown_plugins@v0.7.0/image.ts";
import footnotes from "https://deno.land/x/lume_markdown_plugins@v0.7.0/footnotes.ts";

import "lume/types.ts";

Expand Down

0 comments on commit 9ed6c5f

Please sign in to comment.