Skip to content

normful/blog

Repository files navigation

normful.com

Vercel Production Deployment

This is the code behind my blog at normful.com.

How-To: Write new posts

  1. Write in .norg files.
  2. Start zola serve locally to preview additions.
  3. Use <Leader>mb to "make blog" post. Keep exporting pages until there are no Zola warnings about broken links.
  4. 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.

How-To: Update the papaya theme

git submodule update --remote

Ensure config.toml is updated with any new theme config values.

Git LFS

  • Update .gitattributes if you use a new image format.
  • If you cloned this repo without installing git-lfs first, run git lfs fetch and git lfs checkout.