From 1824bae26c39834c243589b1cb6c5d46262f99a8 Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:12:50 -0400 Subject: [PATCH] docs: Updated README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8bdc0c1..f657e53 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Thor -[TOC] - -Thor is a simple Static Sire Generator designed for personal blogs and other small websites. +Thor is a simple Static Site Generator designed for personal blogs and other small websites. Its core principals are simplicity and minimal configuration, so you can get started as quickly as possible. @@ -16,14 +14,14 @@ It is based on Hugo, and gingerbill's SSG. Templating is done with (extended?) M - Menus (WIP) - Extended Markdown ([See below](#extended-markdown)) - Basic (whitespace) minification. +- Union File System (Modules) ## What it doesn't do - Internationalization -- Pagination (Yet) -- Themes -- Union File System (Yet) -- Image Manipulation -- TailwindCSS integration +- Pagination (Yet) +- Themes +- Image Manipulation +- TailwindCSS integration ## Getting Started @@ -34,7 +32,8 @@ Then follow [The Guide]() For a more complete setup, run `thor new site`. ## Extended Markdown + - Emoji expansion - margin style footnotes -- Guthub style alerts +- Github style alerts - [and more]