aklef / technical-playbook-manuel-technique

CDS Technical Playbook - Manuel Technique SNC

Home Page:https://cds-snc.github.io/technical-playbook-manuel-technique/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technical Details

The Playbook is compiled from Markdown files using Jekyll. To propose a specific change, you can submit a pull request with your change to one of these source Markdown files. The Plays from the Playbook are available in the _plays folder.

You can also use Github's in-browser editing feature to make an edit to one of these Markdown files and submit your change for consideration without needing to install any additional software.

Running the Site Locally

To run the site locally on your own computer (most helpful for previewing your own changes), you will need to install Jekyll and other dependencies:

  1. If you don't already have Ruby and Bundler installed, follow the first two steps in these Jekyll installation instructions.
  2. Next, fork this repository and clone it on your computer.
  3. Navigate to the folder on your computer, and run the command bundle install at the command line prompt.

To run the site locally, run jekyll serve --watch, then visit http://localhost:4000/ in your browser to preview the site.

Editing the Stylesheets

This project uses Sass for managing its style sheets. These styles are defined in the styles.scss file. We use Jekyll's native SASS support to auto-generate the required CSS when you run the site locally, as described above.

About

CDS Technical Playbook - Manuel Technique SNC

https://cds-snc.github.io/technical-playbook-manuel-technique/


Languages

Language:SCSS 55.4%Language:Ruby 17.2%Language:JavaScript 14.0%Language:HTML 13.4%