diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-08-19 19:15:58 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-19 19:15:58 +0200 |
commit | ffbdcc75ab7d1d96219e84a20e53de9358fe5adf (patch) | |
tree | 93cf6c607291c0a5125695f22e690653b94349d0 | |
parent | 95d976451875a93c5996401b96a5e0d0c6febbb2 (diff) | |
download | hugo-ffbdcc75ab7d1d96219e84a20e53de9358fe5adf.tar.gz hugo-ffbdcc75ab7d1d96219e84a20e53de9358fe5adf.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,6 +13,14 @@ 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](#overview) +* [Supported Architectures](#supported-architectures) +* [Choose How to Install](#choose-how-to-install) + * [Install Hugo as Your Site Generator (Binary Install)](#install-hugo-as-your-site-generator-binary-install) + * [Build and Install the Binaries from Source (Advanced Install)](#build-and-install-the-binaries-from-source-advanced-install) +* [The Hugo Documentation](#the-hugo-documentation) +* [Contributing to Hugo](#contributing-code-to-hugo) +* [Dependencies](#dependencies) ## Overview |