Welcome to your new site
This is a sample post so you can see the shape of things.
It lives at content/posts/welcome/index.md. Change the title and the
words above, save the file, and run crofty preview to watch it update.
When you’re happy, crofty build renders the whole site into dist/,
and crofty deploy puts it online (you’ll connect a free account first).
Keeping a post off your site
Two frontmatter fields control what gets published:
- Add
draft: trueto keep a post out of the built site — perfect while it’s still a work in progress. Remove it (or setfalse) when it’s ready. - Give a post a future
dateand it stays unpublished until that day arrives — that’s how you schedule ahead.crofty buildtells you which posts it left out as drafts or future-dated, so nothing vanishes silently.