Skip to content

Commit

Permalink
Documentation of selfHosted feature, closes #446
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogabriel committed Nov 7, 2022
1 parent 268683b commit 6e2396b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,18 @@ content/ content/ content/
   └── post/ └── post/    └── post/
```


### Self Hosted assets for GDPR / EU-DSGVO compliance

With default settings, visiting to a website using Beautifulhugo connects also to remote services like google fonts or jsdelivr to embed fonts, js and other assets.

To avoid this, set the following param in config.toml:

```
[Params]
selfHosted = true
```

### Extra shortcodes

There are two extra shortcodes provided (along with the customized figure shortcode):
Expand Down

0 comments on commit 6e2396b

Please sign in to comment.