summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-07-17 20:15:37 -0400
committerSkiz <skiznet@aol.com>2024-07-17 20:15:37 -0400
commit0461a2812d652bef3a13ab78bd99da722a9717a8 (patch)
treeb189a7e990b906381830555733b2b17aa79bf877
parent861b7586433c152db364a39aaf12c66cb7aa7a8d (diff)
Removed old lugo and old readme
m---------themes/lugo0
-rw-r--r--themes/schizo/README.md21
2 files changed, 0 insertions, 21 deletions
diff --git a/themes/lugo b/themes/lugo
deleted file mode 160000
-Subproject 62ac46a2955d59080cbde8d5c73c16502bfa670
diff --git a/themes/schizo/README.md b/themes/schizo/README.md
deleted file mode 100644
index a39a9e8..0000000
--- a/themes/schizo/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Luke's Hugo Theme
-
-A simple Hugo theme I plan on using for my personal website, [Based.Cooking](https://based.cooking) and [LandChad.net](https://landchad.net).
-
-## get started
-
-```sh
-hugo new site new-site
-cd new-site
-git clone https://github.com/lukesmithxyz/lugo themes/lugo
-echo "theme = 'lugo'" >> config.toml
-cp themes/lugo/static/style.css static/
-```
-
-## stuff
-
-- Makes one RSS feed for the entire site at `/index.xml`
-- Stylesheet is in `/style.css` and includes some important stuff for partials.
-- If a post is tagged, links to the tags are placed at the bottom of the post.
-- `nextprev.html` adds links to the Next and Previous articles to the bottom of a page.
-- `taglist.html` links all tags an article is tagged to for related content.