Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/extensions/quarto/hugo/_extension.yml
12923 views
1
title: Hugo
2
author: RStudio, PBC
3
organization: quarto
4
contributes:
5
project:
6
project:
7
type: default
8
detect:
9
- ["hugo.toml", "content"]
10
- ["config.toml", "content"]
11
- ["config/_default/config.toml", "content"]
12
render:
13
- "**/*.qmd"
14
- "**/*.ipynb"
15
preview:
16
serve:
17
cmd: "hugo serve --port {port} --bind {host} --navigateToChanged"
18
env:
19
HUGO_RELATIVEURLS: "true"
20
ready: "Web Server is available at"
21
format: hugo-md
22
formats:
23
md:
24
variant: gfm+yaml_metadata_block+definition_lists+smart
25
prefer-html: true
26
fig-format: retina
27
fig-width: 8
28
fig-height: 5
29
wrap: preserve
30
31