URI: 
       Squashed 'docs/' changes from 6ebb5dad9..60a58d123 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 53a352795a69a9d4a373f50ec62138595948c6ea
   DIR parent 7eb0e10a80708c638554b8221a3120dc1168566c
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Wed, 21 Jul 2021 10:45:05 +0200
       
       Squashed 'docs/' changes from 6ebb5dad9..60a58d123
       
       60a58d123 Remove outdated references in scss-sass.md
       225a03834 Revert "Update menus.md"
       7d149dd1e Update menus.md
       3694ecafc Fix theme submission process/repository
       0277c202c Update index.md - fix typo (#1490)
       8921f0462 Fix link to theme components in 0.42 release notes (#1489)
       c948bd519 Release 0.85.0
       ee5bc5be9 releaser: Add release notes to /docs for release of 0.85.0
       f2f692c32 commands: Make the --poll flag a duration
       13070337a docs: Regen CLI docs
       
       git-subtree-dir: docs
       git-subtree-split: 60a58d123d9f9d20ee7d09373812ce4428dffcdf
       
       Diffstat:
         M content/en/commands/hugo.md         |       1 +
         M content/en/commands/hugo_mod.md     |       1 +
         M content/en/commands/hugo_new.md     |       1 +
         M content/en/commands/hugo_server.md  |       1 +
         M content/en/contribute/themes.md     |       2 +-
         M content/en/hugo-pipes/scss-sass.md  |       2 +-
         M content/en/news/0.42-relnotes/inde… |       2 +-
         A content/en/news/0.85.0-relnotes/fe… |       0 
         A content/en/news/0.85.0-relnotes/in… |      70 +++++++++++++++++++++++++++++++
         M netlify.toml                        |       8 ++++----
         A resources/_gen/images/news/0.85.0-… |       0 
         A resources/_gen/images/news/0.85.0-… |       0 
       
       12 files changed, 81 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/content/en/commands/hugo.md b/content/en/commands/hugo.md
       @@ -51,6 +51,7 @@ hugo [flags]
              --noChmod                    don't sync permission mode of files
              --noTimes                    don't sync modification time of files
              --path-warnings              print warnings on duplicate target paths etc.
       +      --poll string                set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
              --print-mem                  print memory usage to screen at intervals
              --quiet                      build in quiet mode
              --renderToMemory             render to memory (only useful for benchmark testing)
   DIR diff --git a/content/en/commands/hugo_mod.md b/content/en/commands/hugo_mod.md
       @@ -46,6 +46,7 @@ See https://gohugo.io/hugo-modules/ for more information.
              --noChmod                don't sync permission mode of files
              --noTimes                don't sync modification time of files
              --path-warnings          print warnings on duplicate target paths etc.
       +      --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
              --print-mem              print memory usage to screen at intervals
              --templateMetrics        display metrics about template executions
              --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
   DIR diff --git a/content/en/commands/hugo_new.md b/content/en/commands/hugo_new.md
       @@ -47,6 +47,7 @@ hugo new [path] [flags]
              --noChmod                don't sync permission mode of files
              --noTimes                don't sync modification time of files
              --path-warnings          print warnings on duplicate target paths etc.
       +      --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
              --print-mem              print memory usage to screen at intervals
              --templateMetrics        display metrics about template executions
              --templateMetricsHints   calculate some improvement hints when combined with --templateMetrics
   DIR diff --git a/content/en/commands/hugo_server.md b/content/en/commands/hugo_server.md
       @@ -59,6 +59,7 @@ hugo server [flags]
              --noHTTPCache            prevent HTTP caching
              --noTimes                don't sync modification time of files
              --path-warnings          print warnings on duplicate target paths etc.
       +      --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
          -p, --port int               port on which the server will listen (default 1313)
              --print-mem              print memory usage to screen at intervals
              --renderToDisk           render to Destination path (default is render to memory & serve from there)
   DIR diff --git a/content/en/contribute/themes.md b/content/en/contribute/themes.md
       @@ -26,6 +26,6 @@ Another great site for Hugo themes is [jamstackthemes.dev/](https://jamstackthem
        
        ### Add Your Theme to the Repo
        
       -In order to add your Hugo theme to [themes.gohugo.io] please [open up a new issue in the theme repository](https://github.com/gohugoio/hugoThemes/issues/new?template=theme-submission.md). **Please make sure that you've read the theme submission guidelines in the [README](https://github.com/gohugoio/hugoThemes/blob/master/README.md#adding-a-theme-to-the-list) of the hugoThemes repository.**
       +In order to add your Hugo theme to [themes.gohugo.io] please [open a pull request in the theme repository](https://github.com/gohugoio/hugoThemesSiteBuilder). **Please make sure that you've read the theme submission guidelines in the [README](https://github.com/gohugoio/hugoThemesSiteBuilder/blob/main/README.md#hugo-themes) of the hugoThemesSiteBuilder repository.**
        
        [themes.gohugo.io]: https://themes.gohugo.io/
   DIR diff --git a/content/en/hugo-pipes/scss-sass.md b/content/en/hugo-pipes/scss-sass.md
       @@ -27,7 +27,7 @@ Any SASS or SCSS file can be transformed into a CSS file using `resources.ToCSS`
        
        transpiler [string] {{< new-in "0.80.0" >}}
        
       -: The `transpiler` to use, valid values are `libsass` (default) and `dartsass`. Note that the Embedded Dart Sass project is still in beta (beta 5 at the time of writing). The release is scheduled for Q1 2021. We will try to improve the installation process by then, but if you want to use Hugo with Dart Sass you need to download a release binary from [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases) (Hugo after 0.81.0 requires beta 6 or newer) and make sure it's in your PC's `$PATH` (or `%PATH%` on Windows).
       +: The `transpiler` to use, valid values are `libsass` (default) and `dartsass`. Note that the Embedded Dart Sass project is still in beta. We will try to improve the installation process when it has stable releases, but if you want to use Hugo with Dart Sass you need to download a release binary from [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded/releases) (Hugo after 0.81.0 requires beta 6 or newer) and make sure it's in your PC's `$PATH` (or `%PATH%` on Windows).
        
        targetPath [string]
        : If not set, the resource's target path will be the asset file original path with its extension replaced by `.css`.
   DIR diff --git a/content/en/news/0.42-relnotes/index.md b/content/en/news/0.42-relnotes/index.md
       @@ -8,7 +8,7 @@ categories: ["Releases"]
        
                Hugo `0.42` adds **Theme Components**. This is a really powerful new way of building your Hugo sites with reusable components. This is both **Theme Composition** and **Theme Inheritance**.
        
       ->Read more about Theme Components in the [Hugo Documentation](https://gohugo.io/themes/theme-components/).
       +>Read more about Theme Components in the [Hugo Documentation](https://gohugo.io/hugo-modules/theme-components/).
        
        The feature above was implemented by [@bep](https://github.com/bep), the funny Norwegian, with great design help from the Hugo community. But that implementation would not have been possible without [Afero](https://github.com/spf13/afero), [Steve Francia's](https://github.com/spf13) virtual file system. Hugo is built on top of Afero and many other fast and solid Go projects, and if you look at the combined contribution log of the Hugo project and its many open source dependencies, the total amount of contributions is staggering. A big thank you to them all!
        
   DIR diff --git a/content/en/news/0.85.0-relnotes/featured.png b/content/en/news/0.85.0-relnotes/featured.png
       Binary files differ.
   DIR diff --git a/content/en/news/0.85.0-relnotes/index.md b/content/en/news/0.85.0-relnotes/index.md
       @@ -0,0 +1,70 @@
       +
       +---
       +date: 2021-07-05
       +title: "Poll based watching"
       +description: "Hugo 0.85.0: Polled based alternative when watching for changes and some other nice improvements."
       +categories: ["Releases"]
       +---
       +
       +Hugo `0.85.0` is on the smaller side of releases, but the main new thing it brings should be important to those who need it: Poll based watching the filesystem for changes.
       +
       +Hugo uses [Fsnotify](https://github.com/fsnotify/fsnotify) to provide native file system notifications. This is still the default, but there may situations where this isn't working. The file may not support it (e.g. NFS), or you get the "too many open files" error and cannot or do not want to increase the `ulimit`. Enable polling by passing the `--poll` flag with an interval:
       +
       +```bash
       +hugo server --poll 700ms
       +```
       +
       +You can even do "long polling" by passing a long interval:
       +
       +```bash
       +hugo server --poll 24h
       +```
       +
       +This release represents **23 contributions by 6 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@raoulb](https://github.com/raoulb), [@jmooring](https://github.com/jmooring), and [@digitalcraftsman](https://github.com/digitalcraftsman) for their ongoing contributions.
       +
       +Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
       +which has received **1 contributions by 1 contributors**.
       +
       +Hugo now has:
       +
       +* 52755+ [stars](https://github.com/gohugoio/hugo/stargazers)
       +* 431+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
       +* 370+ [themes](http://themes.gohugo.io/)
       +
       +## Enhancements
       +
       +### Other
       +
       +* Move time notification to after any build errors [04dc469f](https://github.com/gohugoio/hugo/commit/04dc469fbd78d9fe784829f2cba61c8cce982bdb) [@jhollowe](https://github.com/jhollowe) [#8403](https://github.com/gohugoio/hugo/issues/8403)
       +* Log warning for metadata decode error [07919d1c](https://github.com/gohugoio/hugo/commit/07919d1ccb01733f4c6c5952e59228cecc9b26c8) [@IveGotNorto](https://github.com/IveGotNorto) [#8519](https://github.com/gohugoio/hugo/issues/8519)
       +* Make the --poll flag a duration [e31b1d19](https://github.com/gohugoio/hugo/commit/e31b1d194655ac3a38fe903ff3995806b129b88a) [@bep](https://github.com/bep) [#8720](https://github.com/gohugoio/hugo/issues/8720)
       +* Regen CLI docs [43a23239](https://github.com/gohugoio/hugo/commit/43a23239b2e3ad602c06d9af0b648e0304fc8744) [@bep](https://github.com/bep) 
       +* Add polling as a fallback to native filesystem events in server watch [24ce98b6](https://github.com/gohugoio/hugo/commit/24ce98b6d10b2088af61c15112f5c5ed915a0c35) [@bep](https://github.com/bep) [#8720](https://github.com/gohugoio/hugo/issues/8720)[#6849](https://github.com/gohugoio/hugo/issues/6849)[#7930](https://github.com/gohugoio/hugo/issues/7930)
       +* Bump github.com/yuin/goldmark v1.3.9 [0019d60f](https://github.com/gohugoio/hugo/commit/0019d60f67b6c4dde085753641a917fcd0aa4c76) [@bep](https://github.com/bep) [#8727](https://github.com/gohugoio/hugo/issues/8727)
       +* Add module.import.noMounts config [40dfdd09](https://github.com/gohugoio/hugo/commit/40dfdd09521bcb8f56150e6791d60445198f27ab) [@bep](https://github.com/bep) [#8708](https://github.com/gohugoio/hugo/issues/8708)
       +* Use value type for module.Time [3a6dc6d3](https://github.com/gohugoio/hugo/commit/3a6dc6d3f423c4acb79ef21b5a76e616fa2c9477) [@bep](https://github.com/bep) 
       +* Add version time to "hugo config mounts" [6cd2110a](https://github.com/gohugoio/hugo/commit/6cd2110ab295f598907a18da91e34d31407c1d9d) [@bep](https://github.com/bep) 
       +* Add some more info to "hugo config mounts" [6a365c27](https://github.com/gohugoio/hugo/commit/6a365c2712c7607e067e192d213b266f0c88d0f3) [@bep](https://github.com/bep) 
       +* Update to Minify v2.9.18 [d9bdd37d](https://github.com/gohugoio/hugo/commit/d9bdd37d35ccd436b4dd470ef99efa372a6a086b) [@bep](https://github.com/bep) [#8693](https://github.com/gohugoio/hugo/issues/8693)
       +* Remove credit from release notes [b2eaf4c8](https://github.com/gohugoio/hugo/commit/b2eaf4c8c2e31aa1c1bc4a2c0061f661e01d2de1) [@digitalcraftsman](https://github.com/digitalcraftsman) 
       +* Rename Header(s) to Heading(s) in ToC struct [a7e3da24](https://github.com/gohugoio/hugo/commit/a7e3da242f98d4799dad013d7ba2f285717640d6) [@bep](https://github.com/bep) 
       +
       +## Fixes
       +
       +### Other
       +
       +* Fix tab selection of disabled items in internal pagination template [f75f9007](https://github.com/gohugoio/hugo/commit/f75f90079a6f2a239c8186faba5db5dbe6e36cb6) [@raoulb](https://github.com/raoulb) 
       +* Fix panic when theme has permalinks config [e451b984](https://github.com/gohugoio/hugo/commit/e451b984cfb45b54a3972cefa59a02d50b0b0fd2) [@bep](https://github.com/bep) [#8724](https://github.com/gohugoio/hugo/issues/8724)
       +* Fix Cloudflare vs Netlify cache dir issue [4c8552b1](https://github.com/gohugoio/hugo/commit/4c8552b11477141777101e0e0609dd1f32d191e9) [@bep](https://github.com/bep) [#8714](https://github.com/gohugoio/hugo/issues/8714)
       +* Fix date format in schema and opengraph templates [34e4742f](https://github.com/gohugoio/hugo/commit/34e4742f0caab0d3eb9efd00fce4157d112617b5) [@jmooring](https://github.com/jmooring) [#8671](https://github.com/gohugoio/hugo/issues/8671)
       +* Fix Netlify default cache dir logic [6c8c0c8b](https://github.com/gohugoio/hugo/commit/6c8c0c8b6a0b39b91de44d72a7bd1cd49534a0f1) [@bep](https://github.com/bep) [#8710](https://github.com/gohugoio/hugo/issues/8710)
       +* Fix handling of invalid OS env config overrides [49fedbc5](https://github.com/gohugoio/hugo/commit/49fedbc51cafa64e4eb0eae9fb79ccbe2d4c6774) [@bep](https://github.com/bep) [#8709](https://github.com/gohugoio/hugo/issues/8709)
       +* Fix config handling with empty config entries after merge [19aa95fc](https://github.com/gohugoio/hugo/commit/19aa95fc7f4cd58dcc8a8ff075762cfc86d41dc3) [@bep](https://github.com/bep) [#8701](https://github.com/gohugoio/hugo/issues/8701)
       +* Fix config loading for "hugo mod init" [923dd9d1](https://github.com/gohugoio/hugo/commit/923dd9d1c1f649142f3f377109318b07e0f44d5d) [@bep](https://github.com/bep) [#8697](https://github.com/gohugoio/hugo/issues/8697)
       +* Fix language menu config regression [093dacab](https://github.com/gohugoio/hugo/commit/093dacab29a3c6fc363408453d0bc3b1fc159ad5) [@bep](https://github.com/bep) [#8672](https://github.com/gohugoio/hugo/issues/8672)
       +* Fix merge of config with map[string]string values. [4a9d408f](https://github.com/gohugoio/hugo/commit/4a9d408fe0bbf4c563546e35d2be7ade4e920c4c) [@bep](https://github.com/bep) [#8679](https://github.com/gohugoio/hugo/issues/8679)
       +
       +
       +
       +
       +
   DIR diff --git a/netlify.toml b/netlify.toml
       @@ -3,7 +3,7 @@ publish = "public"
        command = "hugo --gc --minify"
        
        [context.production.environment]
       -HUGO_VERSION = "0.84.4"
       +HUGO_VERSION = "0.85.0"
        HUGO_ENV = "production"
        HUGO_ENABLEGITINFO = "true"
        
       @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
        command = "hugo --gc --minify --enableGitInfo"
        
        [context.split1.environment]
       -HUGO_VERSION = "0.84.4"
       +HUGO_VERSION = "0.85.0"
        HUGO_ENV = "production"
        
        [context.deploy-preview]
        command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
        
        [context.deploy-preview.environment]
       -HUGO_VERSION = "0.84.4"
       +HUGO_VERSION = "0.85.0"
        
        [context.branch-deploy]
        command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
        
        [context.branch-deploy.environment]
       -HUGO_VERSION = "0.84.4"
       +HUGO_VERSION = "0.85.0"
        
        [context.next.environment]
        HUGO_ENABLEGITINFO = "true"
   DIR diff --git a/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_480x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_480x0_resize_catmullrom_2.png
       Binary files differ.
   DIR diff --git a/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_640x0_resize_catmullrom_2.png b/resources/_gen/images/news/0.85.0-relnotes/featured_hu8384a805e04f079f5699a02b45800244_67393_640x0_resize_catmullrom_2.png
       Binary files differ.