From 6475b4024d4f97e69b85d7c84f0eeeeaf8a08e91 Mon Sep 17 00:00:00 2001 From: budparr Date: Sun, 18 Nov 2018 13:38:46 -0500 Subject: [PATCH] Add gists --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fd28874..d9da46b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Hugo is a general-purpose website framework—written in Go—that generates sta - [Starters](#starters) - [Projects using Hugo](#projects-using-hugo) - [Articles](#articles) +- [Gists](#gists) ## Resources @@ -192,6 +193,18 @@ Hugo is a general-purpose website framework—written in Go—that generates sta - [WordPress to Static Site Generator (Hugo) Migration and Deployment](https://hackernoon.com/wordpress-to-static-site-generator-hugo-migration-and-deployment-788a69b93e66) - By Phong Huynh. - [Configure Hugo to Ingest into Elasticsearch](https://docs.bonsai.io/docs/hugo) + + +## Gists + +Gists are succinct code snippets. Please only include things that are useful to many. + +- [#gohugo search index with "some" stop words removed](https://gist.github.com/budparr/c09ab912d2ba184b7d962aacbecb2816) + + + + + ## Contributing Found an awesome package, article, blog, video etc.? Send me a pull request! Just follow the [guidelines](/CONTRIBUTING.md). Thank you!