Go to Website
Uses MinimalMistakes - a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. You can see documentation for MinimalMistakes in the docs
directory.
- Clone Project
- Install dependencies with
gem install bundler jekyll
- Run project with
bundle exec jekyll serve
- View local instance in browser at http://localhost:4000
index.md
: Home page for application; Includes a header and then short About sectionnavigation.yml
: Configures main navigation bar (top of website) (e.g.Get Started
,Documentation
,Github
,Resources
)._pages
: Includes all pages in the application (some are currently not in use); Each file begins with a YAML front matter block to configure its settings and is followed by a Markdown section that is the body of the page