From d0569100c68fc2dd9c7fae4d91915fd49da8d71f Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 15 Jun 2020 14:13:02 +0800 Subject: Search page template --- exampleSite/content/search/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exampleSite/content/search/_index.md (limited to 'exampleSite/content') diff --git a/exampleSite/content/search/_index.md b/exampleSite/content/search/_index.md new file mode 100644 index 0000000..d07189d --- /dev/null +++ b/exampleSite/content/search/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Search" +description = "" ++++ + +You can change search page details above. + +Keep this file saft to ensure Hugo generate the search page. -- cgit v1.2.3 From cf72ff2fc6e3d4d0da41d6e761847efc647f3a55 Mon Sep 17 00:00:00 2001 From: Jiawei Huang Date: Wed, 17 Jun 2020 13:53:30 -0700 Subject: Fix some typos in code comments No real code changes. --- exampleSite/content/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/content') diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index a596d02..b6fc1ec 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -19,6 +19,6 @@ Hugo is ideal for blogs, corporate websites, creative portfolios, online magazin Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. -Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. +Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. Learn more and contribute on [GitHub](https://github.com/gohugoio). -- cgit v1.2.3