v0.1.1
Lume theme to create a simple blog
Repository
Current version released
2 years ago
Simple Blog
Lume theme to create a simple blog.
- It supports tags and post authors.
- RSS (Atom and JSON).
- Sitemap and SEO features.
Install
Add this code to your _config.ts
file:
import lume from "lume/mod.ts";
import blog from "https://deno.land/x/lume_theme_simple_blog@v0.1.0/mod.ts";
const site = lume();
site.use(blog());
export default site;