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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-02-14 19:56:25 +0300
committerVictoria Drake <hello@victoria.dev>2020-02-14 19:56:25 +0300
commitf29204c62acfba3277d4b923558c819d0d8c72f4 (patch)
tree3bb158f4bf6c7996a64dfed825bd4fc3f789f28f /README.md
parent67451fc5d7ef348df0adbd76b1fa77ce92f1111d (diff)
Fix typo and cd line
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 649ddfb..b3c335c 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Developer-friendly:
## Getting started
-- Requres extended version of [Hugo](https://gohugo.io/getting-started/installing/) (latest version recommended)
+- Requires extended version of [Hugo](https://gohugo.io/getting-started/installing/) (latest version recommended)
To make changes to the theme CSS, extended Hugo's [PostCSS](https://gohugo.io/hugo-pipes/postcss/) requires JavaScript packages to compile the styles. You can install them using `npm`:
@@ -60,7 +60,7 @@ git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git t
Introduction ships with an fully configured example site. For a quick preview:
```sh
-cd exampleSite/
+cd themes/introduction/exampleSite/
hugo serve --themesDir ../..
```