From d1c818c94c2667851fce3ff793d50a39f8b97552 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Sun, 8 Sep 2024 16:14:42 -0400 Subject: feat: :construction: WIP: Builds...finally. Added most of former content from quartz. Preliminary setup achieved. --- config/_default/hugo.toml | 8 ++++-- config/_default/languages.toml | 6 ++-- config/_default/params.toml | 63 ++++++++++++++++++++++-------------------- 3 files changed, 41 insertions(+), 36 deletions(-) (limited to 'config') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 77feef0..507bb25 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,9 +1,9 @@ -title = "Hinode" -copyright = "Copyright © 2024 Mark Dumay." +title = "Corrupt Lamar" +copyright = "Copyright © 2024 Corrupt Lamar." enableGitInfo = true # additional settings -baseURL = "https://example.com/" +baseURL = "https://corruptlamar.com.com/" canonifyURLs = false enableEmoji = true enableRobotsTXT = true @@ -112,3 +112,5 @@ home = ["HTML", "RSS", "REDIR"] target = "assets/config/netlify.toml" [[module.imports]] path = "github.com/gethinode/hinode" + [[module.imports]] + path = "github.com/gethinode/mod-mermaid" diff --git a/config/_default/languages.toml b/config/_default/languages.toml index 5be582e..94bf4db 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -3,9 +3,9 @@ contentDir = "content" weight = 1 [en.params.head] - tagline = "A Hugo Theme" + tagline = "The effort to document the events and evidence that lead up to the attack on our home and family." [en.params.social] - title = "Follow me" - caption = "I work on everything coding and tweet developer memes" + title = "Follow us" + caption = "Show your support and pass the word along." [en.params.footer] # license = "Licensed under Creative Commons (CC BY-NC-SA 4.0)." diff --git a/config/_default/params.toml b/config/_default/params.toml index 5ee0350..9f7332e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,6 +1,6 @@ [main] separator = "-" - description = "Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5." + description = "The effort to document the events and evidence that lead up to the attack on our home and family." enableDarkMode = true enableLanguageSelectionStorage = false modes = ["light", "dark"] @@ -85,21 +85,21 @@ clipboard = true # toml-docs-start sections -# [sections] -# [sections.posts] -# title = "Posts" -# sort = "date" -# reverse = true -# nested = true -# cols = 3 -# color = "" -# padding = "0" -# header = "full" -# footer = "none" -# orientation = "stacked" -# style = "border-0 card-zoom" -# homepage = 3 -# separator = true +[sections] + [sections.posts] + title = "Posts" + sort = "date" + reverse = true + nested = true + cols = 3 + color = "" + padding = "0" + header = "full" + footer = "none" + orientation = "stacked" + style = "border-0 card-zoom" + homepage = 3 + separator = true # toml-docs-end sections [favicon] @@ -109,12 +109,12 @@ [style] primary = "#d43900" secondary = "#6c757d" - success = "#198754" - info = "#0dcaf0" - warning = "#ffc107" - danger = "#dc3545" - light = "#f8f9fa" - dark = "#212529" + success = "#39ff14" + info = "#a875ff" + warning = "#ff4a11" + danger = "#e61f44" + light = "#ff2afc" + dark = "#0c0a20" themeOpacity = "10" darkModeShade = "20%" darkModeTint = "40%" @@ -126,17 +126,17 @@ [schema] type = "Organization" - name = "Hinode" + name = "Corrupt Lamar" locale = "en-US" - # twitter = "https://twitter.com/gethinode" + twitter = "https://twitter.com/solardump" # linkedIn = "" - github = "https://github.com/gethinode/hinode" + # github = "https://github.com/gethinode/hinode" section = "blog" [schema.author] - name = "Mark Dumay" - # twitter = "https://twitter.com/markdumay" - linkedin = "https://www.linkedin.com/in/markdumay/" - github = "https://github.com/markdumay" + name = "Corrupt Lamar" + twitter = "https://twitter.com/solardump" + # linkedin = "https://www.linkedin.com/in/markdumay/" + # github = "https://github.com/markdumay" [schema.logo] url = "img/logo512x512.png" width = 512 @@ -151,4 +151,7 @@ locale = "en_US" [links] - hinode = "https://gethinode.com" + solardump = "https://solardump.org" + +[modules.fontawesome] + skipMissing = true \ No newline at end of file -- cgit v1.2.3