URI: 
       Update README.md - 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 b66f9f2665664f40ff2f52063b2ca4a927a49220
   DIR parent f7e00c039ff3cea5f991b05c1e325666004cf129
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Fri, 19 Aug 2022 19:12:04 +0200
       
       Update README.md
       Diffstat:
         M README.md                           |      25 +++++--------------------
       
       1 file changed, 5 insertions(+), 20 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       @@ -13,6 +13,7 @@ A Fast and Flexible Static Site Generator built with love by [bep](https://githu
        [![Tests on Linux, MacOS and Windows](https://github.com/gohugoio/hugo/workflows/Test/badge.svg)](https://github.com/gohugoio/hugo/actions?query=workflow%3ATest)
        [![Go Report Card](https://goreportcard.com/badge/github.com/gohugoio/hugo)](https://goreportcard.com/report/github.com/gohugoio/hugo)
        
       +
        ## Overview
        
        Hugo is a static HTML and CSS website generator written in [Go][].
       @@ -27,7 +28,7 @@ A good rule of thumb is that each piece of content renders in around 1 milliseco
        
        Hugo is designed to work well for any kind of website including blogs, tumbles, and docs.
        
       -#### Supported Architectures
       +### Supported Architectures
        
        Currently, we provide pre-built Hugo binaries for Windows, Linux, FreeBSD, NetBSD, DragonFly BSD, OpenBSD, macOS (Darwin), and [Android](https://gist.github.com/bep/a0d8a26cf6b4f8bc992729b8e50b480b) for x64, i386 and ARM architectures.
        
       @@ -82,7 +83,7 @@ The Hugo documentation now lives in its own repository, see https://github.com/g
        ```bash
        git clone git@github.com:gohugoio/hugo.git
        ```
       -## Contributing to Hugo
       +## Contributing code to Hugo
        
        **Note  March 16th 2022:** We are currently very constrained on human resources to do code reviews, so we currently require any new Pull Requests to be limited to bug fixes closing an existing issue. Also, we have updated to Go 1.18, but we will currently not accept any generic rewrites, "interface{} to any" replacements and similar.
        
       @@ -95,34 +96,18 @@ helping to manage issues, etc.
        
        The Hugo community and maintainers are [very active](https://github.com/gohugoio/hugo/pulse/monthly) and helpful, and the project benefits greatly from this activity.
        
       -### Asking Support Questions
       +## Asking Support Questions
        
        We have an active [discussion forum](https://discourse.gohugo.io) where users and developers can ask questions.
        Please don't use the GitHub issue tracker to ask questions.
        
       -### Reporting Issues
       +## Reporting Issues
        
        If you believe you have found a defect in Hugo or its documentation, use
        the GitHub issue tracker to report the problem to the Hugo maintainers.
        If you're not sure if it's a bug or not, start by asking in the [discussion forum](https://discourse.gohugo.io).
        When reporting the issue, please provide the version of Hugo in use (`hugo version`).
        
       -### Submitting Patches
       -
       -The Hugo project welcomes all contributors and contributions regardless of skill or experience level.
       -If you are interested in helping with the project, we will help you with your contribution.
       -Hugo is a very active project with many contributions happening daily.
       -
       -We want to create the best possible product for our users and the best contribution experience for our developers,
       -we have a set of guidelines which ensure that all contributions are acceptable.
       -The guidelines are not intended as a filter or barrier to participation.
       -If you are unfamiliar with the contribution process, the Hugo team will help you and teach you how to bring your contribution in accordance with the guidelines.
       -
       -For a complete guide to contributing code to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
       -
       -[Go]: https://golang.org/
       -[Hugo Documentation]: https://gohugo.io/overview/introduction/
       -
        ## Dependencies
        
        Hugo stands on the shoulder of many great open source libraries.