Skip to content

Latest commit

 

History

352 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Just my website stuff, now with source control!

New Schematic

.github/workflows/deploy.yml

Development

Built with Hugo!

  • Add a new blog post: hugo new blog/POST-TITLE.md
  • Add a new project page: hugo new projects/PROJECT.md
  • Add a new talk: hugo new talks/TALK-TITLE.md
  • Run the server locally: hugo server
  • Generate the latest HTML files from the Markdown files: hugo --minify

With Docker

  • Run docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.151.0-ext-alpine server for serving built files
  • Run docker run --rm -it -v $(pwd):/src -v $(pwd)/output:/target klakegg/hugo:0.151.0-ext-alpine to build

Deployment

  • Push changes to master and GitHub Actions will automatically build and deploy
  • Configuration steps are in .github/workflows/

About

Code for portfolio & blog

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages