Skip to content

Penson122/personal-blog

Repository files navigation

personal-blog

Not another dev blog. It's available over at https://jackpenson.dev.

Requirements:

Getting Started:

  • rvm use
  • bundle install
  • bundle exec jekyll serve - watch for file changes and view blog.

Building:

  • bundle exec jekyll build - this will generate the static site
  • docker build -t blog . - Copy the static site into the nginx container

View the containerised site locally:

  • docker run -p 8080:80 blog

About

Personal Blog at jackpenson.dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published