Welcome to the Engine Flight Manual. This is the repo README.md, located at the root of the repo. This file is not used in the creation of the navigable site content.
The entry content file is index.md.
This repo uses Kramdown. It looks like Github Flavored Markdown, but it allows you to also use HTML tags because we think HTML is still useful.
After cloning this repo, you will need to use Bundler to install dependencies and run locally.
bundle install
bundle exec jekyll serve
This repo uses Markdownlint and scss-lint.
After editing, perform the following to check your work against our guidelines: run Markdown Linter and scss-lint
with Rake.
bundle exec rake