Minor polish

This commit is contained in:
Joey Hafner 2024-06-28 10:23:03 -07:00
parent 6fa54d9c8b
commit ce373f5564
2 changed files with 11 additions and 1 deletions

10
Jafner.dev/README.md Normal file
View File

@ -0,0 +1,10 @@
# Running local dev server
1. Ensure theme submodule is loaded: `git submodule init && git submodule update`
2. Run the server with `hugo server --buildDrafts --disableFastRender`
## Including Images in Content
1. Place the image file beside the content in the folder.
2. For a Featured Image, use the line `featured_image = "../pamidi.jpg"` in the frontmatter.
3. For an inline image, use `{{< image src="../pamidi.jpg" >}}`
> Note: The working directory for relative resource locations uses the name of the content file as the current location. E.g. referencing the image `./myimage.jpg` or `./myimage.jpg` from inside the `/content/projects/pamidi.md` content file, would look for those images at `/content/projects/pamidi/myimage.jpg`.

View File

@ -1,5 +1,5 @@
+++
title = 'Pamidi'
title = 'Pamidi - Control PulseAudio with a MIDI device'
date = 2024-05-28T17:58:19-07:00
draft = false
featured_image = "../pamidi.jpg"