Skip to content

Instantly share code, notes, and snippets.

@kbrahmbh
Created April 29, 2016 16:14
Show Gist options
  • Save kbrahmbh/411331da217c0164f3d749132b1aaadf to your computer and use it in GitHub Desktop.
Save kbrahmbh/411331da217c0164f3d749132b1aaadf to your computer and use it in GitHub Desktop.
# ----------------------------------------------------------------------------------------------------------------------
# Site customization
# ----------------------------------------------------------------------------------------------------------------------
# Any variable here is referenced in layouts/pages as {{site.XXX}} so something like {{site.googleId}}
# ----------------------------------------------------------------------------------------------------------------------
id: walmart
name: Walmart
domain: devtools.walmart.com
url: http://devtools.walmart.com
description: "Internal Developer Site"
twitterId: #
googleId: #
googlePlus: #
navigation:
- title: Projects
url: /projects.html
- title: Training
url: /training.html
- title: Blog
url: /blog.html
- title: About Us
url: /aboutUs.html
- title: Confluence
url: /confluence.html
# ----------------------------------------------------------------------------------------------------------------------
# Theme
# ----------------------------------------------------------------------------------------------------------------------
bootstrapVersion: 3.3.1
theme: walmart
# ----------------------------------------------------------------------------------------------------------------------
# Jekyll
# ----------------------------------------------------------------------------------------------------------------------
markdown: redcarpet-prettify
redcarpet:
extensions: [with_toc_data, prettify]
exclude: [jekyll.jar, jekyll.sh, jekyll-stage.sh, jekyll-stage-serve.sh, jekyll-stage-build.sh]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment