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 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config/_default/hugo.toml') 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" -- cgit v1.2.3