Skip to content

Commit

Permalink
update to lume 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBlackstone committed Jul 5, 2021
1 parent a92e40a commit 84255a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions _config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import lume from "lume/mod.js";
import date from "lume/plugins/date.js";
import postcss from "lume/plugins/postcss.js";
import code_highlight from "lume/plugins/code_highlight.js";
import base_path from "lume/plugins/base_path.js";
import lume from "lume/mod.ts";
import date from "lume/plugins/date.ts";
import postcss from "lume/plugins/postcss.ts";
import code_highlight from "lume/plugins/code_highlight.ts";
import base_path from "lume/plugins/base_path.ts";
import { parse } from "https://deno.land/std/encoding/yaml.ts";

const text = await Deno.readTextFile("./src/_data/site.yml")
Expand Down
2 changes: 1 addition & 1 deletion src/_data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ cloudflareWebAnalytics:
# Lume version this template should work.
# Check lume-blog-muse github repository to get template for newer lume.
version:
lume: 0.23.3
lume: 0.25.0
bulma: 0.9.3

0 comments on commit 84255a0

Please sign in to comment.