Differences between revisions 1 and 2
Revision 1 as of 2020-08-21 12:07:32
Size: 440
Comment:
Revision 2 as of 2020-08-21 12:11:33
Size: 502
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

snapでインストールすると、入っていない。

hugo/Docsyについて、ここに記述してください。

snapでインストールすると、入っていない。

Install a recent release of the Hugo "extended" version which supports SCSS

- Install `PostCSS` so that the site build can create the final CSS assets. You can inst
all it locally by running 
  the following commands from the root directory of your project:

  ```
  sudo npm install -D --save autoprefixer
  sudo npm install -D --save postcss-cli
  ```

MoinQ: hugo/Docsy (last edited 2020-08-21 12:11:33 by ToshinoriMaeno)