Created
April 29, 2016 16:14
-
-
Save kbrahmbh/411331da217c0164f3d749132b1aaadf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------------------------------------------------------- | |
# 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