/jekyll-theme-corp

Corporate Jekyll theme!

Primary LanguageSCSSMIT LicenseMIT

jekyll-theme-corp

Corporate Jekyll theme!

Corp is a Jekyll theme for GitHub Pages. You can preview the theme to see what it looks like

Layout

How to use

  1. Within your repository, create a docs folder to host your Jekyll site content.

  2. Setup GitHub Pages accordingly

  3. Create a _config.yml within, with at least:

    remote_theme: ansys/jekyll-theme-corp
    
    plugins:
    - jekyll-remote-theme 
  4. Specify Jekyll layout for every pages (but the main one, README.md or index.md), we want to be discoverable from the navigation panel:

    ---
    layout: page
    title: xxx
    ---