diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-07 20:30:09 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-07 20:30:09 -0500 |
| commit | 8c72811789f2d71c2b7863afb961fcdcd7898c47 (patch) | |
| tree | 0db8bf8be719f99050733f5b57ae97262691fcb1 /config/_default/hugo.toml | |
| parent | 6458d9da064d11ef97b47897d6417286da2bbe91 (diff) | |
Created News and Docs folders
Diffstat (limited to 'config/_default/hugo.toml')
| -rw-r--r-- | config/_default/hugo.toml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 80ff47a..742cd54 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,5 +1,5 @@ title = "Corrupt Lamar" -copyright = "Copyright © 2024 Corrupt Lamar." +copyright = "Copyright © 2025 Corrupt Lamar." enableGitInfo = false # additional settings @@ -37,7 +37,7 @@ home = ["HTML", "RSS", "REDIR"] disabled = false simple = true - [privacy.twitter] + [privacy.x] disabled = false enableDNT = true simple = true @@ -53,7 +53,7 @@ home = ["HTML", "RSS", "REDIR"] [services] [services.instagram] disableInlineCSS = true - [services.twitter] + [services.x] disableInlineCSS = true [services.googleAnalytics] ID ="G-QZ7FLNSTXT" @@ -78,7 +78,7 @@ home = ["HTML", "RSS", "REDIR"] keepWhitespace = true [module] - replacements = "github.com/anoduck/mod-popup --> ../../mod-popup" +# replacements = "github.com/anoduck/mod-popup --> ../../mod-popup" [module.hugoVersion] extended = true min = "0.134.0" @@ -102,9 +102,11 @@ home = ["HTML", "RSS", "REDIR"] excludeFiles = "emails/*" source = "static" target = "static" - [[module.mounts]] - source = "netlify.toml" - target = "assets/config/netlify.toml" + # [[module.mounts]] + # source = "netlify.toml" + # target = "assets/config/netlify.toml" + [[module.imports]] + path = "github.com/gethinode/mod-cookieyes" [[module.imports]] path = "github.com/gethinode/hinode" [[module.imports]] |
