Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
[params.links]
hugo_docs = "https://gohugo.io/documentation/"

[params.modules.docs.csp]
# The preview block reference embeds these sites to demonstrate a live preview. Without
# them a consuming site's CSP blocks the iframes and the page shows empty boxes. The
# reference also previews google.com on purpose, to show a site that refuses to be framed;
# that one falls back to a screenshot and needs no source.
frame-src = [
"*.wikipedia.org",
"www.openstreetmap.org"
]


[menus]
[[menus.sample]]
name = "Blog"
Expand Down
Loading