Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2022-02-03 16:41:47 +0300
committerGitHub <noreply@github.com>2022-02-03 16:41:47 +0300
commit34d89cef800ac080050c5c7293fdf936ddbf5cb6 (patch)
tree28269d7e0d581f5c460ec807de39fce4b206615d /exampleSite
parent0d574c8f9d92b226f31827d5dd7630ccb7f9a9a3 (diff)
fix wording in build docs (#184)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/posts/usage/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/posts/usage/getting-started.md b/exampleSite/content/posts/usage/getting-started.md
index 738c4da..768fe12 100644
--- a/exampleSite/content/posts/usage/getting-started.md
+++ b/exampleSite/content/posts/usage/getting-started.md
@@ -38,7 +38,7 @@ Geekblog is a simple Hugo theme for personal blogs. It is intentionally designed
You need a recent version of Hugo for local builds and previews of sites that use Geekblog. As we are using [webpack](https://webpack.js.org/) as pre-processor, the normal version of Hugo is sufficient. If you prefer the extended version of Hugo anyway this will work as well. For comprehensive Hugo documentation, see [gohugo.io](https://gohugo.io/documentation/).
-If you want to use the theme from a cloned branch instead of a release tarball you'll need to install `webpack` locally and run the default pipeline once to create all required assets.
+If you want to use the theme from a cloned branch instead of a release tarball you'll need to install `webpack` locally and run the build script once to create all required assets.
```Shell
# install required packages from package.json