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 @@ - - + + + + + + {{ .Title }} - {{ .Site.Title }} - - - - - - + + -