This is the code behind my blog at normful.com.
- Write in
.norg
files. - Start
zola serve
locally to preview additions. - Use
<Leader>mb
to "make blog" post. Keep exporting pages until there are no Zola warnings about broken links. git push
to deploy.
On push to the main
branch, this GitHub Action will build the pages with Zola to deploy them to Vercel with the Vercel CLI.
git submodule update --remote
Ensure config.toml is updated with any new theme config values.
- Update
.gitattributes
if you use a new image format. - If you cloned this repo without installing
git-lfs
first, rungit lfs fetch
andgit lfs checkout
.