mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
parent
2e1445d651
commit
75da626aae
1 changed files with 9 additions and 1 deletions
|
@ -42,6 +42,14 @@ npm install postcss-cli
|
|||
npm install autoprefixer
|
||||
```
|
||||
|
||||
If you see an error message like:
|
||||
|
||||
```text
|
||||
Error: Error building site: POSTCSS: failed to transform "css/main.css" (text/css): resource "sass/sass/style..." not found in file cache
|
||||
```
|
||||
|
||||
You may need to install these dependencies globally. See [issue #210](https://github.com/victoriadrake/hugo-theme-introduction/issues/210#issuecomment-645661326) for more information.
|
||||
|
||||
## Get the theme
|
||||
|
||||
Run from the root of your Hugo site:
|
||||
|
|
Loading…
Reference in a new issue