From 4be85c5453e17742f1b10a71d2a3b252aae13106 Mon Sep 17 00:00:00 2001 From: Yury Zhauniarovich Date: Thu, 31 Aug 2017 20:45:42 +0300 Subject: [PATCH] Add link to showcase a theme setup via config file Added the second option how to set template. --- content/themes/installing-and-using-themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/themes/installing-and-using-themes.md b/content/themes/installing-and-using-themes.md index 474b7b036..4d2be5b71 100644 --- a/content/themes/installing-and-using-themes.md +++ b/content/themes/installing-and-using-themes.md @@ -79,7 +79,7 @@ Hugo applies the decided theme first and then applies anything that is in the lo ### Command Line -There are two different approaches to using a theme with your Hugo website: via the Hugo CLI or as part of your +There are two different approaches to using a theme with your Hugo website: via the Hugo CLI or as part of your [site configuration file][config]. To change a theme via the Hugo CLI, you can pass the `-t` [flag][] when building your site: @@ -109,4 +109,4 @@ The `themename` in the above examples must match the name of the specific theme [flag]: /getting-started/usage/ "See the full list of flags in Hugo's basic usage." [install]: /getting-started/installing/ [config]: /getting-started/configuration/ "Learn how to customize your Hugo website configuration file in yaml, toml, or json." -[themesrepo]: https://github.com/gohugoio/hugoThemes \ No newline at end of file +[themesrepo]: https://github.com/gohugoio/hugoThemes