summaryrefslogtreecommitdiffstats
path: root/config/_default/params.toml
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/params.toml
parentd2a0fd14e05ef6b0b9fca454f8996faf86f94204 (diff)
feat: :construction: WIP: Builds...finally.
Added most of former content from quartz. Preliminary setup achieved.
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r--config/_default/params.toml63
1 files changed, 33 insertions, 30 deletions
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