Skip to content

JohnnyIrvin/JohnnyIrvin.github.io

Repository files navigation

JohnathanIrvin.com

This is the source code for my personal website, JohnathanIrvin.com.

The website is a static site built using the Hugo static site generator and the Hugo Coder theme.

Local Development

If you have Hugo installed locally, you can start the development server to test changes:

hugo server -D --ignoreCache --minify

Then open http://localhost:1313 in your browser.

Docker

Build the site into a container image:

docker build -t johnathanirvin-site .

Run the built site locally on port 8080:

docker run --rm -p 8080:80 johnathanirvin-site

Then open http://localhost:8080 to test the generated site.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Personally, I do not know what you would want to do with this code, but if you do, feel free to use it.

Acknowledgments

About

Personal website and digital resume built with Hugo and the Hugo Coder theme, featuring security research highlights, experience, and live reading activity.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors