aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-19 20:57:28 -0700
committerFuwn <[email protected]>2022-04-19 20:57:28 -0700
commit620dca355d69f3dee1abff05f832c557b74bafce (patch)
tree04a48b182267bcc4029fdc573cb2e464b867d984 /content
parentchore: remove redundant ignored files (diff)
downloadlocus-620dca355d69f3dee1abff05f832c557b74bafce.tar.xz
locus-620dca355d69f3dee1abff05f832c557b74bafce.zip
refactor(templates): move templates
Diffstat (limited to 'content')
-rw-r--r--content/templates/main.hbs5
-rw-r--r--content/templates/partials/footer.hbs27
-rw-r--r--content/templates/partials/header.hbs10
3 files changed, 42 insertions, 0 deletions
diff --git a/content/templates/main.hbs b/content/templates/main.hbs
new file mode 100644
index 0000000..ef1743d
--- /dev/null
+++ b/content/templates/main.hbs
@@ -0,0 +1,5 @@
+{{> partials/header }}
+
+{{{ body }}}
+
+{{> partials/footer }}
diff --git a/content/templates/partials/footer.hbs b/content/templates/partials/footer.hbs
new file mode 100644
index 0000000..031c519
--- /dev/null
+++ b/content/templates/partials/footer.hbs
@@ -0,0 +1,27 @@
+## QUICK LINKS
+
+=> / Home
+=> /skills Skills
+=> /interests Interests
+=> /contact Contact
+=> /donate Donate
+=> /gemini Gemini
+=> /gopher Gopher
+=> /blog Blog
+=> gemini://gem.rest GemRest
+
+## FOOTER
+
+> {{{ quote }}}
+
+Hits: {{ hits }}
+
+> Any and all opinions listed here are my own and not representative of my employers; past, present, and future.
+
+=> https://github.com/gemrest/locus{{{ commit }}} Source Code ({{{ mini_commit }}})
+=> http://fuwnme4wbs5x36jjf2usedw2zscozwhazykhyfkjsmudtb7egs3mb7yd.onion Tor
+=> http://fuwn.i2p/?i2paddresshelper=farkjfnlz6grt55rupbabuhfkvhi7pivwdfwztgcxdklh3db3mfq.b32.i2p I2P
+
+Copyright (C) 2021-2022 Fuwn
+
+=> /licensing Further and more explicit licensing terms can be found here
diff --git a/content/templates/partials/header.hbs b/content/templates/partials/header.hbs
new file mode 100644
index 0000000..a52a042
--- /dev/null
+++ b/content/templates/partials/header.hbs
@@ -0,0 +1,10 @@
+```
+______
+| ___|
+| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___
+| _| | | \ \ /\ / / '_ \ / __| '_ \ / _` |/ __/ _ \
+| | | |_| |\ V V /| | | |_\__ \ |_) | (_| | (_| __/
+\_| \__,_| \_/\_/ |_| |_(_)___/ .__/ \__,_|\___\___|
+ | |
+ |_|
+```