Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 583 Bytes

Source for redconfetti.com

This is a static website generated using Jekyll, with assets hosted by Amazon S3.

Docs

Usage

# Run Jekyll Server while updating pages
jekyll serve

# Build static website
rm -rf _site
jekyll build

Markdown

Use the Rewrap extension for VS-Code by highlighting paragraphs that overflow the 80 character width and press OPTION+Q (on Mac), ALT+Q on PC, to reformat.