Skip to content

lumeland/themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lume themes registry

This registry is used to create the Themes section at https://lume.land/themes/. It's also used by Lume init to automatically setup new Lume projects.

How to add your theme

  • Create a folder in the inside themes.
  • Create the manifest.json file with the theme details.
    • You can use one of the existing themes for reference or see the theme.ts file.
    • To test the manifest file locally, run the following code to create a new site with your theme:
      deno run -A https://lume.land/init.ts --theme="./path/to/manifest.json"
      
  • Run deno task update-screens [theme-id] to generate the screenshots.

About

Lume themes registry

Resources

Stars

7 stars

Watchers

3 watching

Forks

Contributors