From a276971468dafd8a6da7a9b818b8353b4406422d Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:54:29 -0600 Subject: [PATCH] Convert the site template to Hugo --- config.toml | 5 + layouts/_default/baseof.html | 511 ++++++++++++++--------------------- 2 files changed, 203 insertions(+), 313 deletions(-) diff --git a/config.toml b/config.toml index 9f0ca72..cc4608e 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,8 @@ baseURL = "https://millironx.com" languageCode = "en-us" title = "MillironX" paginate = 5 +theme = "ananke" + +[Params] + cardImage = "saddles" + motto = "" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f08030a..2cb01a2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,336 +1,221 @@ - - + +
+ + + +{{ page.description }}
-{{ page.imageDescription }}
-- All my pages are licensed under - Creative Commons - Attribution 4.0 -
-- Most of my multimedia (photos, music, videos) are licensed under - Creative Commons - Attribution-No Derivatives 4.0, instead. -
-- The source for this site is licensed under the - MIT License. -
-
- This site is open source!
-
-
- Get the code! »
-
-
- In addition, I used a number of excellent open-source libraries and toolkits in building - it. - I dedicate this space to acknowledging them all. -
-Jekyll 4 | -jekyllrb.com | -MIT License - | -
Bootstrap 3 | -getbootstrap.com | -MIT License - | -
JQuery 3 | -jquery.com | -MIT License | -
Font Awesome 5 | -fontawesome.com | -MIT/CC-BY License | -
Get S*** Done Toolkit | -creative-tim.com - | -MIT - License | -
Vertical Menu for Bootstrap 3 | -jonathanbriehl.com - | -No license | -
FitText | -fittextjs.com | -WTFPL License | -
PurifyCSS | -github.com/purifycss | -MIT - License | -
jQuery Mask Plugin | -igorescobar.github.io | -MIT License | -
- I take privacy very seriously. That said, I do need some info on how many people - visit. - As a compromise, this site uses Simple - Analytics, a - privacy-friendly (as much as possible) web analytics library. -
-- You may view all analytics gathered at simpleanalytics.com/millironx.com. -
-- If you do not wish to participate in my site's analytics, there are two ways to opt-out. -
-- This site is programmed to disable all analytics if a Do Not Track request is sent from - the browser. - For more information on how to setup Do Not Track requests, please visit - allaboutdnt.com. -
-
- You may also install a content-blocking extension into your browser and block the domain
- simpleanalyticscdn.com
. I recommend either
- uBlock Origin (instructions here)
- or NoScript for this purpose.
-