How to install this theme

by Óscar Otero

1 min read

Simple blog is a clean and minimal blog theme for Lume, with support for tags and authors. It allows to build your own blog in seconds, providing also support for RSS.

To use it, just import the theme in your _config.ts file:

import lume from "lume";
import blog from "https://deno.land/x/lume_theme_simple_blog/mod.ts";

const site = lume();
site.use(blog());

export default site;

Customization

[!tip] You can use lumeCMS to customize the blog and add content easily