Skip to content

Commit 378f1b9

Browse files
committed
add robots, fix prod
1 parent bc017f5 commit 378f1b9

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

hugo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
baseURL = 'https://example.org/'
2-
title = 'My New Hugo Site'
3-
disableKinds = ['taxonomy', 'term','section']
1+
baseURL = 'https://ddp.im/'
2+
disableKinds = ['taxonomy', 'term', 'section']
43
disableHugoGeneratorInject = true
4+
enableRobotsTXT = true
55

66
defaultContentLanguage = 'de'
77
defaultContentLanguageInSubdir = true
@@ -12,20 +12,14 @@ defaultContentLanguageInSubdir = true
1212
languageCode = 'de-DE'
1313
languageDirection = 'ltr'
1414
languageName = 'German'
15-
title = 'Projekt Dokumentation'
1615
weight = 1
17-
[languages.de.params]
18-
subtitle = 'Referenz, Tutorials und Erklärungen'
1916
[languages.en]
2017
contentDir = 'content/en'
2118
disabled = false
2219
languageCode = 'en-US'
2320
languageDirection = 'ltr'
2421
languageName = 'English'
25-
title = 'Project Documentation'
2622
weight = 2
27-
[languages.en.params]
28-
subtitle = 'Reference, Tutorials, and Explanations'
2923

3024
[markup]
3125
[markup.goldmark.renderer]
File renamed without changes.

0 commit comments

Comments
 (0)