/engine-flight-manual

The Engine Manual for Employees and Contractors

Primary LanguageHTMLMIT LicenseMIT

The Engine Flight Manual

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.

Format

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.

Running Locally

After cloning this repo, you will need to use Bundler to install dependencies and run locally.

bundle install
bundle exec jekyll serve

Before You Commit

Lint

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