◄︎ Gregor's Portfolio Site
14 May 2019

Building A Jekyll Blog On S3

Jekyll is a Ruby based tool for generating static websites and blogs without the need for database using Markdown files or HTML. It's useful for when working within the constraints of a platform that only allows for basic static files. Many use it to create blogs on Github Pages. Static files also mean fast load times and eliminate potential complexities of server side software. In my case I said goodbye to Wordpress and used Jekyll to host this blog directly on S3.


Further reading:

https://jekyllrb.com/docs/step-by-step/01-setup/
https://github.com/laurilehmijoki/s3_website