diff --git a/static/icons.css b/assets/icons.css similarity index 100% rename from static/icons.css rename to assets/icons.css diff --git a/static/light-theme.css b/assets/light-theme.css similarity index 100% rename from static/light-theme.css rename to assets/light-theme.css diff --git a/static/simplesystems.css b/assets/simplesystems.css similarity index 100% rename from static/simplesystems.css rename to assets/simplesystems.css diff --git a/config.toml b/config.toml index 2e4c528..ac8095d 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ languageCode = "en-us" +disableKinds = ["taxonomy", "taxonomyTerm"] title = "SimpleSystems, LLC" [markup.goldmark.renderer] diff --git a/data/home/ssattrs.json b/content/_index.md similarity index 97% rename from data/home/ssattrs.json rename to content/_index.md index 64c00a3..6063ece 100644 --- a/data/home/ssattrs.json +++ b/content/_index.md @@ -1,4 +1,6 @@ -[ +--- +title: +ssattrs: [ { "title": "Comprehensible Interaction", "img": "/img/interact.png", @@ -20,3 +22,4 @@ "desc": "When software simply does its job, and does it well, it will be an asset to other systems. When software becomes convoluted, it will hinder other systems." } ] +--- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0dd2df1..a534cba 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,26 +4,20 @@ - - - + {{ partialCached "css-global.html" . }} -