You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docsy using NPM creates an empty `github.com` sibling folder. For details,
275
-
see [Docsy NPM install side-effect](#docsy-npm-install-side-effect). {{%
276
-
/alert %}}
280
+
see [Docsy NPM install side-effect](#docsy-npm-install-side-effect).
281
+
282
+
{{% /alert %}}
277
283
278
-
{{% alert title="Hugo install tip" color="info" %}} You can install Docsy's
284
+
{{% alert title="Hugo install tip" %}}
285
+
286
+
You can install Docsy's
279
287
officially supported version of [Hugo using NPM](#hugo-extended-npm) at the
280
-
same time as Docsy. Just omit the `--omit` flag from the command above. {{%
281
-
/alert %}}
288
+
same time as Docsy. Just omit the `--omit` flag from the command above.
289
+
290
+
{{% /alert %}}
282
291
283
292
3. Build or serve your new site using the usual Hugo commands, specifying the
284
293
path to the Docsy theme files. For example, build your site as follows:
@@ -291,21 +300,21 @@ You can use Docsy as an NPM module as follows:
291
300
292
301
{{% alert title="Error: failed to load modules" color="warning" %}}
293
302
294
-
If Hugo reports the following error when building your site ([#2116]):
303
+
If Hugo reports the following error when building your site ([#2116]):
295
304
296
-
```
297
-
Error: failed to load modules: module "github.com/FortAwesome/Font-Awesome" not found in ".../myproject/node_modules/github.com/FortAwesome/Font-Awesome" ...
298
-
```
305
+
```
306
+
Error: failed to load modules: module "github.com/FortAwesome/Font-Awesome" not found in ".../myproject/node_modules/github.com/FortAwesome/Font-Awesome" ...
0 commit comments