Skip to content

rightangle/www.rightangle.cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the public-facing website.

Develop

The site is built using Jekyll. You will need Jekyll installed and on your path:

# omit --user-install if you want it installed system-wide
gem install jekyll --user-install

You can run build/watch.sh to get Jekyll up and auto-generating the site.

Build

With Jekyll installed, run build/build.sh.

Deploy

The site is deployed using s3_website. You will need s3_website installed and on your path:

# omit --user-install if you want it installed system-wide
gem install s3_website --user-install

Run build/deploy.sh. You will need AWS credentials in the environment in which the script runs:

AWS_ACCESS_KEY_ID=yourkeyid
AWS_SECRET_ACCESS_KEY=yoursecret

Releases

No releases published

Packages

No packages published