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
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I've configured Hugo to use draft: true by default for all notes so I have to explicitly specify draft: false in the notes I want to publish using Hugo.
Unfortunately, this setup results in hugo-obsidian still processing all notes and building the index for them. This results in the content of the other notes being publicly available in the contentIndex.json file.
My proposal to eliminate that issue would be to add a new option like -draft=true to allow changing the default draft status.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've configured Hugo to use
draft: true
by default for all notes so I have to explicitly specifydraft: false
in the notes I want to publish using Hugo.Unfortunately, this setup results in hugo-obsidian still processing all notes and building the index for them. This results in the content of the other notes being publicly available in the
contentIndex.json
file.My proposal to eliminate that issue would be to add a new option like
-draft=true
to allow changing the default draft status.The text was updated successfully, but these errors were encountered: