From 95818067acfb7f64ec6f4cdcf156853b2eae69ac Mon Sep 17 00:00:00 2001 From: Henrique Marques Date: Sat, 17 Aug 2024 11:14:09 +0100 Subject: add new posts --- themes/lugo/README.md | 21 --------------------- themes/lugo/layouts/_default/baseof.html | 9 +++++++-- 2 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 themes/lugo/README.md (limited to 'themes/lugo') diff --git a/themes/lugo/README.md b/themes/lugo/README.md deleted file mode 100644 index a39a9e8..0000000 --- a/themes/lugo/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. diff --git a/themes/lugo/layouts/_default/baseof.html b/themes/lugo/layouts/_default/baseof.html index 57e17ce..f1c41c2 100644 --- a/themes/lugo/layouts/_default/baseof.html +++ b/themes/lugo/layouts/_default/baseof.html @@ -15,6 +15,12 @@ + {{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}

{{ block "title" . }}{{ end }}

@@ -28,8 +34,7 @@
{{ block "footer" . }} {{ end }} -- cgit v1.3