Skip to content

Commit

Permalink
Upgrade lume
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Jan 5, 2024
1 parent cf8428c commit 6bd571d
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
_cache
_bin
_bin
deno.lock
1 change: 1 addition & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import picture from "lume/plugins/picture.ts";
import transformImages from "lume/plugins/transform_images.ts";
import pageFind from "lume/plugins/pagefind.ts";
import { getCurrentVersion } from "lume/core/utils/lume_version.ts";
import "lume/types.ts";

const site = lume({
location: new URL("https://kavithai.site/"),
Expand Down
1 change: 1 addition & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"importMap": "import_map.json",
"lock": false,
"tasks": {
"build": "deno task lume",
"serve": "deno task lume -s",
Expand Down
Loading

0 comments on commit 6bd571d

Please sign in to comment.