Magnet Docs v1.1.7 archive docs
tag → blog-two (2)

Removing A Post

If you want to remove a post then delete the markdown file and rerun the “go-magnet show” command or add:

live: false

to the metadata in the markdown of the entry you want to unpublish.

Archive And Blogroll

The markdown for this post lives in the “more-posts” directory. The “posts.yaml” file there says

archive: false

If you click on the archive link, you’ll see the other posts there but not this one.

Likewise, setting

blog-roll: false

in “more-posts/posts.yaml” would exclude any post in that directory from the blogroll, for instance.