Theme: Update for hugo 0.153: switch to dart-sass
libsass will be deprecated in hugo v0.153. Also fix some SASS 2.0 deprecation notices in our scss files
This commit is contained in:
parent
1551503e68
commit
ffce3b232c
3 changed files with 21 additions and 11 deletions
|
|
@ -34,6 +34,8 @@ Please note, that the website should be re-deployed at least daily to update the
|
|||
### Add Pages
|
||||
|
||||
To run a local version, just install HUGO by following the [instructions](https://gohugo.io/installation/) for your operating system.
|
||||
Note that you also need to install the [Dart Sass compiler](https://sass-lang.com/dart-sass/).
|
||||
|
||||
To build the website and run a development webserver, execute:
|
||||
```shell
|
||||
hugo server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue