v0.1.0-alpha.3
❄️ Material 3-inspired Lume Blog Theme. [WIP]
Attributes
Includes Deno configuration
Repository
Current version released
7 months ago
Dependencies
other
npm:@material/material-color-utilities@0.2.7npm:@unocss/core@0.58.6npm:@unocss/preset-iconsnpm:@unocss/preset-typography@0.58.6npm:github-slugger@2.0.0npm:mcu-extra@0.1.1npm:rehype-autolink-headings@7.1.0npm:rehype-pretty-code@0.12.6npm:rehype-slug@5.1.0npm:remark-smartypants@2.1.0npm:shikiji-twoslash@0.10.1
Lume Theme Shiraha
❄️ 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.