Skip to content

edthedev/edthedev.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

You have found the source code to the website Edward.Delaporte.us. If you're just here for the content, head over to Edward.Delaporte.us.

Site Status

Eleventy Build

badge Many thanks to MKletz for helping inform the GitHub actions pattern I use to PowerShell Pester test this site.

Upgrading to Eleventy

Working locally:

make --serve

On deploying: https://www.linkedin.com/pulse/eleventy-github-pages-lea-tortay/ https://snook.ca/archives/servers/deploying-11ty-to-gh-pages

Running under Podman

  1. Build the image
podman build -t website .
  1. Got an image built?
$ podman image list        
REPOSITORY                     TAG         IMAGE ID      CREATED         SIZE
localhost/website              latest      65b259905584  25 seconds ago  1.19 GB
  1. Run it!
podman run --rm -v .:/app -p 8080:8080 localhost/website
  1. Debug it!
podman run --rm -v .:/app -p 8080:8080 -it --entrypoint bash localhost/website
  1. Audit and update packages.
podman run --rm -v .:/app -p 8080:8080 -it --entrypoint bash localhost/website
npm audit fix

About

Ed The Dev's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •