Skip to content

joonas-fi/joonas.fi

Repository files navigation

⬆️ For table of contents, click the above icon

Build

What

This is source code for my personal blog, powered by Hugo.

It gets built as a static site that could be hosted anywhere.

Successfull builds yield a GitHub (draft) release, which is signalled to an event bus where from Deployer automatically deploys it into production.

Header images

  • Go to https://labs.openai.com/ to create art, save it as header.jpg in the post's dir
  • Add the prompt as alt text header_image_alt in an article
  • Resize it to 1000px wide: $ convert header.jpg -resize 1000x header.smaller.jpg

Dev mode

For testing the content before making an actual build, run:

$ bob dev

Bob will give you pro-tips on previewing.