From 13db0067519192fc8a7f4fecf9716a0e2f00f588 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Sat, 20 Jun 2020 21:29:14 +0700 Subject: [PATCH] Space after ellipsis and removing some empty lines Some OCD optimisations. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 46e2aff..610f731 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A curated list of awesome things related to Hugo, the world's fastest framework Hugo is a general-purpose website framework—written in Go—that generates static webpages. -> Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere…and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP. We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made. +> Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere… and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP. We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made. — Paraphrased from ["What is Hugo"](https://gohugo.io/about/what-is-hugo/). @@ -107,7 +107,6 @@ Hugo is a general-purpose website framework—written in Go—that generates sta - [aether](https://getaether.net/) [(case stufy)](https://gohugo.io/showcase/aether/) - [statsandr.com](https://www.statsandr.com/) [(repo)](https://github.com/AntoineSoetewey/statsandr) - ## Articles - [Hugo: Beyond the Defaults](https://npf.io/2014/08/hugo-beyond-the-defaults/) - By Nate Finch. @@ -246,9 +245,6 @@ Gists are succinct code snippets. Please only include things that are useful to - [Hugo zsh functions for local serving and deploying via rsync](https://gist.github.com/RickCogley/5673669a5c6e9b05070cd4c50e4bd50f) - [Hugo recursive navigation partial](https://gist.github.com/davidejones/4117fe17f96dac72346080734c44a7f5) - - - ## Contributing Found an awesome package, article, blog, video etc.? Send me a pull request! Just follow the [guidelines](/CONTRIBUTING.md). Thank you!