From c0d4da4fa49d6775fd37f2f9a69bc87234370def Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 14:05:16 -0400 Subject: Installed "schizo" theme and named it "vapor" --- themes/vapor/layouts/index.html | 70 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 themes/vapor/layouts/index.html (limited to 'themes/vapor/layouts/index.html') diff --git a/themes/vapor/layouts/index.html b/themes/vapor/layouts/index.html new file mode 100644 index 0000000..b289a4e --- /dev/null +++ b/themes/vapor/layouts/index.html @@ -0,0 +1,70 @@ +{{ define "title" -}} +{{ .Title | title }} +{{- end }} +{{ define "main" -}} +{{ .Content }} + + + +
+

Welcome! This is my webpage. Thank you for visiting my site.

+

Add my RSS feed to stay updated: RSS FEED.

+ +
+ +

+ I plan to use this site to share my thoughts, opinions, and knowledge; On certain topics. + +

Site info:

+ This website is hosted on Debian 12 with NGINX as the web server. I use + HUGO to make the site and the theme is a modified version of Luke + Smith's LUGO theme.
+ + Now, a fair warning: Some statements on this website may be satire, jokes, or simply false. +
+ +

+

Site links:

+
+ + + + + + + +{{- end }} + -- cgit v1.2.3