Skip to main content
Module

x/lume_init/init.ts>Theme

The code for the new Lume init
Go to Latest
interface Theme
import { type Theme } from "https://deno.land/x/lume_init@v0.1.10/init.ts";

Theme manifest

Properties

id: string
name: string
description: string
tags: string[]
author: { name: string; url: string; }
repo: string
demo: string
screens: { desktop: string[]; mobile: string[]; }
module: { name: string; origin: string; main: string; cms?: string; src?: string[]; srcdir?: string; unstable?: string[]; imports?: Record<string, string>; compilerOptions?: CompilerOptions; }