diff --git a/docs/config/_default/hugo.toml b/docs/config/_default/hugo.toml index 727ffe7408..4219c68fe9 100644 --- a/docs/config/_default/hugo.toml +++ b/docs/config/_default/hugo.toml @@ -2,7 +2,7 @@ # Usable standalone for a fully functioning site # or as base values for all other configurations. -# To use run `hugo` or `hugo server` +# To use run `hugo` or `hugo server` from the `docs` directory # this is a required setting for this theme to appear on https://themes.gohugo.io/ # change this to a value appropriate for you; if your site is served from a subdirectory @@ -22,8 +22,10 @@ relativeURLs = true # true -> rewrite all site-relative URLs (those with a leadi # no effect uglyURLs = false # true -> basic/index.html -> basic.html -# the directory where Hugo reads the themes from; this is specific to your -# installation and most certainly needs be deleted or changed +# the directory where Hugo reads the theme files from; this is specific to your +# installation; this configuration here is for running the docs as-is +# from within the Relearn theme; you need to delete or change it, if you copy the +# docs to somewhere outside the themes directory themesdir = '../..' # yeah, well, obviously a mandatory setting for your site, if you want to # use this theme ;-) diff --git a/docs/config/github/hugo.toml b/docs/config/github/hugo.toml index c97b88c6ca..de9e3dde63 100644 --- a/docs/config/github/hugo.toml +++ b/docs/config/github/hugo.toml @@ -1,6 +1,6 @@ # Configuration to release this site on GitHub Pages. -# To use run `hugo -e github` or `hugo server -e github` +# To use run `hugo -e github` or `hugo server -e github` from the `docs` directory # For usual GH pages, your website resides in a subdirectory # making it necessary to disable headless server mode diff --git a/docs/config/performance/hugo.toml b/docs/config/performance/hugo.toml index f9859a69e6..d7439bbadf 100644 --- a/docs/config/performance/hugo.toml +++ b/docs/config/performance/hugo.toml @@ -1,6 +1,6 @@ # This configuration file disables all performance intensive features. -# To use run `hugo -e performance` or `hugo server -e performance` +# To use run `hugo -e performance` or `hugo server -e performance` from the `docs` directory # The Piratish pages are slow due to the mechanism used to autotranslate # the original english content via the piratify shortcode. This is diff --git a/docs/config/testing/hugo.toml b/docs/config/testing/hugo.toml index b374507a5f..e4b82c8280 100644 --- a/docs/config/testing/hugo.toml +++ b/docs/config/testing/hugo.toml @@ -1,7 +1,7 @@ # Configuration to test the showcase for changes in development # This configuration will not result in a functioning website. -# To use run `hugo -e testing` or `hugo server -e testing` +# To use run `hugo -e testing` or `hugo server -e testing` from the `docs` directory # We disable this for testing; you must do so too # if you want to use the themes parameter disableGeneratorVersion=true; diff --git a/docs/config/versioning/hugo.toml b/docs/config/versioning/hugo.toml index 09eadd53c3..d9a575470c 100644 --- a/docs/config/versioning/hugo.toml +++ b/docs/config/versioning/hugo.toml @@ -1,6 +1,6 @@ # Configuration to test versioning support in development -# To use run `hugo -e versioning` or `hugo server -e versioning` +# To use run `hugo -e versioning` or `hugo server -e versioning` from the `docs` directory # It uses the docs as the current version and abuses the exampleSite # as an archived version diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index 92dc0859ff..02265561ec 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -2,7 +2,7 @@ # Usable standalone for a fully functioning site # or as base values for all other configurations. -# To use run `hugo` or `hugo server` +# To use run `hugo` or `hugo server` from the `exampleSite` directory # change this to a value appropriate for you; if your site is served from a subdirectory # set it like 'https://example.com/mysite/' @@ -14,8 +14,11 @@ baseURL = 'https://example.com/' # to `false` relativeURLs = true # true -> rewrite all site-relative URLs (those with a leading slash) to be relative to the current content -# the directory where Hugo reads the themes from; this is specific to your -# installation and most certainly needs be deleted or changed +# the directory where Hugo reads the theme files from; this is specific to your +# installation; this configuration here is for running the exampleSite as-is +# from within the Relearn theme; you need to delete or change it, if you copy the +# exampleSite to somewhere outside the themes directory - which is strongly +# recommended if you want to use it as a starting point for your project themesdir = '../..' # yeah, well, obviously a mandatory setting for your site, if you want to # use this theme ;-) diff --git a/exampleSite/config/dev/hugo.toml b/exampleSite/config/dev/hugo.toml index 71c756a479..a16dc5f5f0 100644 --- a/exampleSite/config/dev/hugo.toml +++ b/exampleSite/config/dev/hugo.toml @@ -1,8 +1,8 @@ # Configuration to create a complete website locally, containing of the docs # and the exampleSite. This resembles the same structure as the GitHub Pages # -# 1. Build the docs by either `hugo` or `hugo server` -# 2. Build the exampleSite by `hugo -e dev` or `hugo server -e dev +# 1. Build the docs by either `hugo` or `hugo server` from the `docs` directory +# 2. Build the exampleSite by `hugo -e dev` or `hugo server -e dev` from the `exampleSite` directory #` # After that, a complete website is available in the docs/public folder # and can be used from the file system. The links between both projects diff --git a/exampleSite/config/github/hugo.toml b/exampleSite/config/github/hugo.toml index 03e5185d33..b893346255 100644 --- a/exampleSite/config/github/hugo.toml +++ b/exampleSite/config/github/hugo.toml @@ -1,6 +1,6 @@ # Configuration to release this site on GitHub Pages. -# To use run `hugo -e github` or `hugo server -e github` +# To use run `hugo -e github` or `hugo server -e github` from the `exampleSite` directory # For usual GH pages, your website resides in a subdirectory # making it necessary to disable headless server mode diff --git a/exampleSite/config/performance/hugo.toml b/exampleSite/config/performance/hugo.toml index f9859a69e6..bc10a9bdb8 100644 --- a/exampleSite/config/performance/hugo.toml +++ b/exampleSite/config/performance/hugo.toml @@ -1,6 +1,6 @@ # This configuration file disables all performance intensive features. -# To use run `hugo -e performance` or `hugo server -e performance` +# To use run `hugo -e performance` or `hugo server -e performance` from the `exampleSite` directory # The Piratish pages are slow due to the mechanism used to autotranslate # the original english content via the piratify shortcode. This is diff --git a/exampleSite/config/testing/hugo.toml b/exampleSite/config/testing/hugo.toml index b374507a5f..a0e66e127c 100644 --- a/exampleSite/config/testing/hugo.toml +++ b/exampleSite/config/testing/hugo.toml @@ -1,7 +1,7 @@ # Configuration to test the showcase for changes in development # This configuration will not result in a functioning website. -# To use run `hugo -e testing` or `hugo server -e testing` +# To use run `hugo -e testing` or `hugo server -e testing` from the `exampleSite` directory # We disable this for testing; you must do so too # if you want to use the themes parameter disableGeneratorVersion=true; diff --git a/exampleSite/config/versioning/hugo.toml b/exampleSite/config/versioning/hugo.toml index 5f05d5af15..0aad0a6e48 100644 --- a/exampleSite/config/versioning/hugo.toml +++ b/exampleSite/config/versioning/hugo.toml @@ -1,6 +1,6 @@ # Configuration to test versioning support in development -# To use run `hugo -p 1414 -e versioning` or `hugo server -p 1414 -e versioning` +# To use run `hugo -p 1414 -e versioning` or `hugo server -p 1414 -e versioning` from the `exampleSite` directory # It uses the docs as the current version and abuses the exampleSite # as an archived version diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 589ae71fc5..bba42f0250 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.6.0+3fcfdb2a11ceed7cd2f2eeb755486fffb8fa04bb \ No newline at end of file +7.6.0+3bb38044a94645e9fcf0a765f0d8df64c02612e2 \ No newline at end of file