Open Source
Built on Open Source #
I’ve built this site with open source in mind (which is why this is hosted on GitHub in a public repository) and wanted to call out the open source projects that I use as part of it.
Site Defaults #
- 11ty
- this is the framework of the site
- bootstrap
- the UI for the site, highly customized
- markdown-it
- a markdown parser
- markdown-it-container
- creates block-level containers for markdown parsing
- used on current
case-studiespages
- Font Awesome
- for icons
Plugins #
Eleventy:
- eleventy-activity-feed
- eleventy-img
- build-time image transformations
- eleventy-navigation
- for creating hierarchical navigation in Eleventy projects
- eleventy-plugin-inclusive-language
- linter plugin to check for inclusive language in markdown files
- eleventy-plugin-rss
- generates a RSS feed using the Nunjucks template engine
- eleventy-plugin-syntax-highlight
- highlight various syntax types using PrismJS