summaryrefslogtreecommitdiffstats
path: root/config/_default
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-08 16:14:42 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-08 16:14:42 -0400
commitd1c818c94c2667851fce3ff793d50a39f8b97552 (patch)
treecce7e68bc4fc99456e39d395d3ae5af46a8cb423 /config/_default
parentd2a0fd14e05ef6b0b9fca454f8996faf86f94204 (diff)
feat: :construction: WIP: Builds...finally.
Added most of former content from quartz. Preliminary setup achieved.
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml8
-rw-r--r--config/_default/languages.toml6
-rw-r--r--config/_default/params.toml63
3 files changed, 41 insertions, 36 deletions
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 (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank' rel='noopener noreferrer'>CC BY-NC-SA 4.0</a>)."
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