Skip to main content

Lume Theme Shiraha

deno.land/x/lume_theme_shiraha deno compatibility fff

❄️ Material 3-inspired Lume Blog Theme.

Usage

// import_map.json / deno.json
{
  "imports": {
    "lume/": "https://deno.land/x/lume@v2.0.3/", // ^2.0.3
    "lume_theme_shiraha/": "https://deno.land/x/lume_theme_shiraha@v0.1.0/", // unpublished, use below:
    // "lume_theme_shiraha/": "https://raw.githubusercontent.com/importantimport/lume_theme_shiraha/main/",
    "lume_theme_shiraha/jsx-runtime": "https://deno.land/x/lume_theme_shiraha@v0.1.0/jsx-runtime.ts" // unpublished, use below:
    // "lume_theme_shiraha/jsx-runtime": "https://raw.githubusercontent.com/importantimport/lume_theme_shiraha/main/jsx-runtime.ts",
  }
}
// deno.json
{
  "compilerOptions": {
    "jsx": "precompile",
    "jsxImportSource": "lume_theme_shiraha",
    "jsxFactory": "jsx",
    "jsxFragmentFactory": "Fragment",
    "types": ["lume/types.ts"]
  }
}
// _config.ts
import lume from 'lume/mod.ts'
import lts from 'lume_theme_shiraha/mod.ts'

export default lume().use(lts())

License

This work is free, it comes without any warranty. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.