Skip to content

akanyer/gocd.github.io

This branch is 2 commits ahead of, 4648 commits behind gocd/www.go.cd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9daea77 · Mar 31, 2015
Mar 4, 2015
Jan 8, 2015
Jan 20, 2015
Mar 31, 2015
Feb 4, 2015
Feb 20, 2015
Jan 7, 2015
May 1, 2014
Apr 21, 2014
Nov 14, 2014
Nov 11, 2014
Jan 8, 2015
Jan 7, 2015
Feb 20, 2015
Feb 14, 2014
Jan 2, 2014
Jun 17, 2014
Feb 20, 2015
Jan 8, 2015
Feb 21, 2015
Mar 28, 2014
Dec 2, 2014

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.3%
  • HTML 24.9%
  • JavaScript 0.8%