Skip to content

Commit

Permalink
add robots, fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Dec 12, 2024
1 parent bc017f5 commit 378f1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseURL = 'https://example.org/'
title = 'My New Hugo Site'
disableKinds = ['taxonomy', 'term','section']
baseURL = 'https://ddp.im/'
disableKinds = ['taxonomy', 'term', 'section']
disableHugoGeneratorInject = true
enableRobotsTXT = true

defaultContentLanguage = 'de'
defaultContentLanguageInSubdir = true
Expand All @@ -12,20 +12,14 @@ defaultContentLanguageInSubdir = true
languageCode = 'de-DE'
languageDirection = 'ltr'
languageName = 'German'
title = 'Projekt Dokumentation'
weight = 1
[languages.de.params]
subtitle = 'Referenz, Tutorials und Erklärungen'
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
title = 'Project Documentation'
weight = 2
[languages.en.params]
subtitle = 'Reference, Tutorials, and Explanations'

[markup]
[markup.goldmark.renderer]
Expand Down
File renamed without changes.

0 comments on commit 378f1b9

Please sign in to comment.