Skip to content

crawlem/balloons-inc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balloonsinc.co.uk

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.

Running locally

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/.

Deploying

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.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published