Jekyll site to display results from Twitter Most Followed
This is a Jekyll site to display the results generate by the scripts in the Twitter Most Followed repo for Congress.
Run the site locally with jekyll build --watch
.
Since the site is static, it can be served over S3. I've found that the easiest way to upload the site is with s3cmd and simplify caching with Cloudflare. A sample command is s3cmd sync _site/ s3://congress-on-twitter.tylerp.me
adjusted to your bucket name.
If SSL is important, use Cloudfront because https with Cloudflare won't currently work with serving a website through S3.
MIT