diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-20 09:11:59 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-20 09:11:59 +0000 |
| commit | ae4c1cb18de6d3a89704dad013ba96131e16e613 (patch) | |
| tree | 03ad1fca6fcf6eecdcd172e51df395e2c778d1bc /README.md | |
| parent | 18892afa7b97f3cffc71462e99e69d775609c3af (diff) | |
add robots to be a special file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -63,9 +63,13 @@ Whereas you only want to edit the content in the `gemtext` folder directly. The You will find the `./header.html.part` and `./footer.html.part` files, they are minimal template files for the HTML generation. There's also the `style.css` for HTML. -### Special Markdown configuration +### Special HTML configuration + +`gemtexter` will never touch the `../$BASE_CONTENT_DIR/html/.domains`, as this is a required file for a Codeberg page. Furthermore, the `robots.txt` file won't be overridden as well. + +### Special Markdown configuration for GitHub pages -`gemtexter` will never touch the `../$BASE_CONTENT_DIR/md/_config.yml` file (if it exists). That's a particular configuration file for GitHub Pages. `gemtexter` also will never modify the file `../$BASE_CONTENT_DIR/md/CNAME`, as this is also a file required by GitHub pages for using custom domains. Same applies to `../$BASE_CONTENT_DIR/html/.domains`, as this is a required file for a Codeberg page. +`gemtexter` will never touch the `../$BASE_CONTENT_DIR/md/_config.yml` file (if it exists). That's a particular configuration file for GitHub Pages. `gemtexter` also will never modify the file `../$BASE_CONTENT_DIR/md/CNAME`, as this is also a file required by GitHub pages for using custom domains. ## Store all formats in Git |
