diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-15 22:16:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-15 22:16:43 +0200 |
| commit | d43dcf4122407e7e0e00e10c085880deb601a05e (patch) | |
| tree | 13843303eeff60308e93acf2e5c5af71dd43c3d7 /README.md | |
| parent | 4c2ea83ca505015124dce2cbfed67553fd460a7f (diff) | |
fix BASE_CONTENT_DIR use in readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -141,10 +141,10 @@ export CONFIG_FILE_PATH=~/.config/my-site.geek.conf You will find the `./extras/html/header.html.part` and `./extras/html/footer.html.part` files, they are minimal template files for the HTML generation. There's also the `./extras/html/style.css` for HTML. -`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. +`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. +`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. Happy gemtexting!! |
