Website files for balloonsinc.co.uk.
The site is created using Jekyll, a neat static website creator. This project stores the templates and content which get processed by Jekyll into flat files.
Install Jekyll.
To build the site files run:
bundle install bundle exec jekyll build Static HTML, CSS etc. is generated and output into a folder called site.
To test the site locally run:
bundle exec jekyll serve Then view the site in your browser at http://localhost:4000/.
The site is deployed on AWS in an S3 bucket. buildspec.yml defines the build and deployment steps needed.
Check-ins to GitHub deploy the site automatically.