diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-08 01:34:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-08 01:34:48 +0000 |
| commit | 8f23027ad1182c8ba9c813a308ace4404a9dfe07 (patch) | |
| tree | 2f2622bc5a18b77e4be5b7078c9a31a8af3d2d76 /config/_default/hugo.toml | |
| parent | 14db927174d6bc3d8c0745be5971f80c2a154fd1 (diff) | |
| parent | 6ddbeaac0d9cf708980b3288c445586b5f49b65b (diff) | |
Merge pull request #83 from anoduck/develop
Develop
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]] |
