diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-09-14 10:20:57 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-14 10:20:57 +0200 |
commit | 203cc54578d9107b2d9a61342a46840c66cb0ad8 (patch) | |
tree | b8370482352ba6859cb60a98ce3710477dd20f89 /README.md | |
parent | af23cdca9c9c230ffbffbab96f9600a78c76b75f (diff) | |
download | hugo-203cc54578d9107b2d9a61342a46840c66cb0ad8.tar.gz hugo-203cc54578d9107b2d9a61342a46840c66cb0ad8.zip |
Feat/sponsors in readme (#10273)
* Update README.md
* Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -14,6 +14,7 @@ A Fast and Flexible Static Site Generator built with love by [bep](https://githu [![Go Report Card](https://goreportcard.com/badge/github.com/gohugoio/hugo)](https://goreportcard.com/report/github.com/gohugoio/hugo) * [Overview](#overview) +* [Banner Sponsors](#banner-sponsors) * [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) @@ -36,6 +37,15 @@ 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. +## Banner Sponsors +<p> </p> +<p float="left"> + <a href="https://www.linode.com/?utm_campaign=hugosponsor&utm_medium=banner&utm_source=hugogithub" target="_blank"><img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/sponsors/linode-logo_standard_light_medium.png" width="200" alt="Linode"></a> +<a href="https://esolia.com/post/why-did-esolia-choose-hugo/?utm_campaign=hugosponsor&utm_medium=banner&utm_source=hugogithub" target="_blank"><img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/sponsors/esolia-logo.svg?sanitize=true" width="200" alt="eSOLIA"></a> + <a href="https://buttercms.com/hugo-cms/?utm_campaign=sponsorship&utm_medium=banner&utm_source=hugogithub" target="_blank"><img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/sponsors/butter-dark.svg?sanitize=true" width="280" alt="ButterCMS"></a> +</p> +<p> </p> + ## 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. |