Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 891 Bytes

File metadata and controls

17 lines (15 loc) · 891 Bytes

Bucket Blog

A general purpose blogging solution with the following features:

  • Uses S3 as a primary data store
  • Is totally serverless
  • Can attach to a github repository with a webhook so that changes on master of the repo automatically update in S3, therefore going live on the blog
  • Supports markdown blog posts and renders them to S3 as limited HTML
  • Supports Jupyter Notebooks
  • Supports R markdown
  • Extensible to support other file types which are converted to HTML for the blog
  • Handles images as relative paths in repo, absolute URLs, or generated images in R/Python
  • Charting support via Vega
  • Provides advanced image support
  • Includes pre-made React Components for Reach developers to trivially and seamlessly include Bucket Blog in their codebase
  • Includes RSS support
  • Has password protection for specific pages