From 301e0156e6c50efc8838eb92e828cd6cde0e203a Mon Sep 17 00:00:00 2001 From: ruinivist Date: Tue, 23 Jun 2026 18:04:56 +0000 Subject: [PATCH] docs: update some --- content/docs/_index.md | 3 +-- content/docs/customize.md | 2 +- content/docs/how-it-looks.md | 2 +- content/docs/install.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/content/docs/_index.md b/content/docs/_index.md index 5bd8000..c660a43 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,7 +1,6 @@ +++ title = "Docs" -summary = "Install, customize, and preview the theme." weight = 10 +++ -The homepage is the quick pitch. The pages below are the parts you might actually need. +just enough documentation to get going diff --git a/content/docs/customize.md b/content/docs/customize.md index 8da4846..b58f475 100644 --- a/content/docs/customize.md +++ b/content/docs/customize.md @@ -1,7 +1,7 @@ +++ title = "Customize" summary = "Change the title, explorer, and footer strings first. Leave the rest alone until it bothers you." -weight = 12 +weight = 3 +++ ## A few options are exposed diff --git a/content/docs/how-it-looks.md b/content/docs/how-it-looks.md index 92ead98..b925436 100644 --- a/content/docs/how-it-looks.md +++ b/content/docs/how-it-looks.md @@ -1,7 +1,7 @@ +++ title = "How it looks?" summary = "A quick page for checking common Markdown rendering." -weight = 14 +weight = 1 math = true +++ diff --git a/content/docs/install.md b/content/docs/install.md index 4e7c111..0b35312 100644 --- a/content/docs/install.md +++ b/content/docs/install.md @@ -1,7 +1,7 @@ +++ title = "Install" summary = "Start a Hugo site, copy the theme, and point the config at it." -weight = 11 +weight = 2 +++ If you fork this repo, you already have the theme and the demo site in one place.