Skip to content

wrhansen/wrhansen.github.io

Repository files navigation

wrhansen.dev blog

Overview

This is my blog site done using the following tech:

  • hugo
  • poison theme (by lukeorth)
  • github actions
  • hosted on github pages

How to handle images

  • put the image under the static/resources/ directory in the repo
  • use the image shortcode found here
  • set src to /resources/<image-name.png>
  • when the site builds, you should now see your image.

Development

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 server

And it will start a development server of the site with hot reload functionality

First time setup?

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

Other info

About

Personal Blog site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published