We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a6e3f commit 7d49efeCopy full SHA for 7d49efe
1 file changed
template/_quarto.yml.jinja
@@ -13,9 +13,8 @@ website:
13
site-url: "https://{{ github_user }}.github.io/{{ github_repo }}/"
14
{%- elif hosting_provider == "netlify" -%}
15
# TODO: Set the Netlify custom domain URL
16
- site-url: ""
17
- {%- endif %}
18
site-url: "{{ homepage }}"
+ {%- endif %}
19
repo-url: "https://github.com/{{ github_repo_spec }}"
20
page-navigation: true
21
navbar:
0 commit comments