|
1 | | -# ******************************************************************* |
2 | | -# |
3 | | -# Hugo parameters for Interlisp.org |
4 | | -# |
5 | | -# An overview of hugo configuration files can be found at: |
6 | | -# https://gohugo.io/getting-started/configuration/#configure-server |
7 | | -# |
8 | | - |
9 | | -# relativeURLs: Enable to force all relative URLs to be relative to content root |
10 | | -relativeURLs: false |
11 | | - |
12 | | -# canonifyURLs: Convert relative URLs to absolute URLs |
13 | | -canonifyURLs: false |
14 | | - |
15 | | -# enableRobotsTXT: Enable generation of robots.txt file. When enabled this |
16 | | -# will overwrite the default robots.txt file that disallows crawling. |
17 | | -# Default to false and set to true for production in config/production/hugo.yaml |
18 | | -enableRobotsTXT: false |
19 | | - |
20 | | -# assetDir: Location where Hugo looks for assets |
21 | | -assetDir: static |
22 | | - |
23 | | -# Enable .GitInfo object for each page. This will give values to .Lastmod etc. |
24 | | -enableGitInfo: false |
25 | | - |
26 | | -# Top Level Language defaults |
27 | | -# See languages.yaml for language specific values |
28 | | -defaultContentLanguage: "en" |
29 | | -defaultContentLanguageInSubdir: false |
30 | | - |
31 | | -# Useful when translating. |
32 | | -enableMissingTranslationPlaceholders: true |
33 | | - |
34 | | -# Disable rendering of the specified page kinds |
35 | | -disableKinds: |
36 | | - - taxonomy |
37 | | - - term |
38 | | - - RSS |
39 | | - |
40 | | -# Code Highlighting configuration |
41 | | -# Not Used. Code highlighting is controlled using the highlighting |
42 | | -# section in `markup.yaml` |
43 | | -#pygmentsCodeFences: false |
44 | | -#pygmentsUseClasses: false |
45 | | -# Use the new Chroma Go highlighter in Hugo. |
46 | | -# pygmentsUseClassic: false |
47 | | -# pygmentsOptions: linenos=table |
48 | | -# See https://help.farbox.com/pygments.html |
49 | | - |
50 | | -# Comment out if you don't want the "print entire section" link enabled. |
51 | | -# [outputs] |
52 | | -# section = ["HTML", "print"] |
| 1 | +# ******************************************************************* |
| 2 | +# |
| 3 | +# Hugo parameters for Interlisp.org |
| 4 | +# |
| 5 | +# An overview of hugo configuration files can be found at: |
| 6 | +# https://gohugo.io/getting-started/configuration/#configure-server |
| 7 | +# |
| 8 | +# title: The title that appears in the navbar of every page. We have |
| 9 | +# edited navbar.html to not show the title in the navbar of the home page. |
| 10 | +title: "The Medley Interlisp Project" |
| 11 | + |
| 12 | +# relativeURLs: Enable to force all relative URLs to be relative to content root |
| 13 | +relativeURLs: false |
| 14 | + |
| 15 | +# canonifyURLs: Convert relative URLs to absolute URLs |
| 16 | +canonifyURLs: false |
| 17 | + |
| 18 | +# enableRobotsTXT: Enable generation of robots.txt file. When enabled this |
| 19 | +# will overwrite the default robots.txt file that disallows crawling. |
| 20 | +# Default to false and set to true for production in config/production/hugo.yaml |
| 21 | +enableRobotsTXT: false |
| 22 | + |
| 23 | +# assetDir: Location where Hugo looks for assets |
| 24 | +assetDir: static |
| 25 | + |
| 26 | +# Enable .GitInfo object for each page. This will give values to .Lastmod etc. |
| 27 | +enableGitInfo: false |
| 28 | + |
| 29 | +# Top Level Language defaults |
| 30 | +# See languages.yaml for language specific values |
| 31 | +defaultContentLanguage: "en" |
| 32 | +defaultContentLanguageInSubdir: false |
| 33 | + |
| 34 | +# Useful when translating. |
| 35 | +enableMissingTranslationPlaceholders: true |
| 36 | + |
| 37 | +# Disable rendering of the specified page kinds |
| 38 | +disableKinds: |
| 39 | + - taxonomy |
| 40 | + - term |
| 41 | + - RSS |
| 42 | + |
| 43 | +# Code Highlighting configuration |
| 44 | +# Not Used. Code highlighting is controlled using the highlighting |
| 45 | +# section in `markup.yaml` |
| 46 | +#pygmentsCodeFences: false |
| 47 | +#pygmentsUseClasses: false |
| 48 | +# Use the new Chroma Go highlighter in Hugo. |
| 49 | +# pygmentsUseClassic: false |
| 50 | +# pygmentsOptions: linenos=table |
| 51 | +# See https://help.farbox.com/pygments.html |
| 52 | + |
| 53 | +# Comment out if you don't want the "print entire section" link enabled. |
| 54 | +# [outputs] |
| 55 | +# section = ["HTML", "print"] |
0 commit comments