File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 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:
227227- `layout`
228228 - `shortcodes` - a simple snippet inside a content file that Hugo will render using a predefined template
229229 - `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
231232 - `data` - holds `bibliography.json` used to create the [bibliography table](https://interlisp.org/bibliography/)
232233 - `documentation` - contains the pdf files referenced in the document section of the home page
233234 - `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 1010relativeURLs : false
1111
1212# canonifyURLs: Convert relative URLs to absolute URLs
13- canonifyURLs : true
13+ canonifyURLs : false
1414
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
1719
1820# aasetDir: Location where Hugo looks for assets
1921assetDir : 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