redconfetti / com.redconfetti

Source code for my personal blog
0 stars 0 forks source link

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.