File tree 4 files changed +16
-5
lines changed
4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,8 @@ that have components specific to `Interlisp.github.io` are as follows:
227
227
- `layout`
228
228
- `shortcodes` - a simple snippet inside a content file that Hugo will render using a predefined template
229
229
- `bibTable.html` - a shortcode used to format the [bibliography table](https://interlisp.org/bibliography/)
230
- - `static` - the data in this folder is copied directly into the folder structure of the home page
230
+ - `static` - the data in this folder is copied directly into the folder structure of the home page
231
+ - `css` - custom css files
231
232
- `data` - holds `bibliography.json` used to create the [bibliography table](https://interlisp.org/bibliography/)
232
233
- `documentation` - contains the pdf files referenced in the document section of the home page
233
234
- `favicons` - contains `favicon.png` a small icon that browsers can use when referencing the website
Original file line number Diff line number Diff line change 10
10
relativeURLs : false
11
11
12
12
# canonifyURLs: Convert relative URLs to absolute URLs
13
- canonifyURLs : true
13
+ canonifyURLs : false
14
14
15
- # enableRobotsTXT: Enable generation of Robots.txt file
16
- enableRobotsTXT : true
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
17
19
18
20
# aasetDir: Location where Hugo looks for assets
19
21
assetDir : static
Original file line number Diff line number Diff line change 1
- baseURL : https://interlisp.org
1
+ baseURL : https://interlisp.org
2
+
3
+ # enableRobotsTXT: Enable generation of Robots.txt file
4
+ enableRobotsTXT : true
Original file line number Diff line number Diff line change
1
+ # Placeholder file. Overwritten in production by setting enableRobotsTXT to true
2
+ # See config/production/hugo.yaml
3
+ #
4
+ User-agent: *
5
+ Disallow: /
You can’t perform that action at this time.
0 commit comments