This is my blog site done using the following tech:
- hugo
- poison theme (by lukeorth)
- github actions
- hosted on github pages
- put the image under the
static/resources/directory in the repo - use the
imageshortcode found here - set src to
/resources/<image-name.png> - when the site builds, you should now see your image.
You can use the custom dev container that exists in order to run this site locally. From within the devcontainer terminal just run the following:
% hugo serverAnd it will start a development server of the site with hot reload functionality
If you just cloned this repository, make sure that you also pull the theme, which is configured as a git submodule, using the following command:
% git submodule update --init --recursive- poison theme repo: https://github.com/lukeorth/poison