ermauliks / gocd.github.io

Github pages repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

www.go.cd

This repository hosts code for the website at gocd.github.io which resolves to www.go.cd. The URL go.cd redirects to www.go.cd. We're using Jekyll to generate website.

Installation

gem install jekyll

More help on installation visit http://jekyllrb.com/docs/installation/

For Windows, you have to set pygments to false in the _config.yml file

Launching website locally

jekyll serve --watch 

Local website can be accessed at http://localhost:4000

Configuration

_config.yml takes care of general configuration and navigation part.

Navigation Structure

root: 'Root Text'
├── url: 'Root Link'
├── icon: 'icon class name'
├── first-level:
    ├── - text: 'First Level Text1'
      ├── url: 'First Level Link1'
      ├── second-level:
        ├── - text: 'Second Level Text1'
        ├──   url: 'Second Level Link1'
        

Note: when editing _config.yml, you need to restart jekyll to see the changes._

About

Github pages repo

License:Apache License 2.0


Languages

Language:CSS 99.0%Language:JavaScript 1.0%