Merge pull request #37 from davidsneighbour/patch-1

Space after ellipsis and removing some empty lines
This commit is contained in:
Bud Parr 2020-06-22 12:11:30 -04:00 committed by GitHub
commit 4f0a6fd1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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/).
@ -246,9 +246,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!