Skip to content

My personal blog. Which is also an example of using Jekyll with Terraform and AWS.

Notifications You must be signed in to change notification settings

gunnie/jekyll-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll powering my personal blog

This setup is also discussed on my weblog in this post.

Local development

cd jekyll
docker run --rm   --volume="$PWD:/srv/jekyll"  -p 4000:4000 -it jekyll/jekyll:4.1.0  jekyll serve

Continuous integration

Deploying our infrastructure:

cd terraform
terraform apply

Pushing to the master branch will then build and deploy the code to the website.

About

My personal blog. Which is also an example of using Jekyll with Terraform and AWS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published