Skip to content

rdwz/theme-simple-blog

 
 

Repository files navigation

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/[email protected]/mod.ts";

const site = lume();

site.use(blog());

export default site;

Usage

  • Copy the _data.yml file in your blog root folder and edit it with your own data.
  • Save the posts in the posts folder. For example: posts/my-first-posts.md.
  • See lume.land for more info.

Releases

No releases published

Packages

 
 
 

Languages

  • Nunjucks 42.0%
  • CSS 33.6%
  • TypeScript 12.8%
  • JavaScript 11.6%