lume-simple-blog

A simple Lume blog template

This is a lume blog template

📍 Isle of Wight

How to use this theme.

  1. You need a copy of deno, available at deno.land.
  2. Clone this repository locally. rm -rf .git to remove the version control history if you want to.
  3. Edit your _data/site.yml and _config.ts to add your name, description, any links.
  4. OPTIONAL If you want to host with GitHub Pages with your own domain name, follow these instructions and add a CNAME file to this repository.
  5. git init && git add . && git commit -m "init: blog" to reinitialise version control for this repository.
  6. Run deno task serve to preview your blog. Add posts to posts/. When you're happy with it, commit and push and the GitHub Action takes care of the rest.