This repository has been archived by the owner on Jul 12, 2018. It is now read-only.
Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
guides-template/_config.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
102 lines (88 sloc)
2.08 KB
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
markdown: redcarpet | |
name: 18F Guides Template | |
exclude: | |
- CONTRIBUTING.md | |
- Gemfile | |
- Gemfile.lock | |
- LICENSE.md | |
- README.md | |
- go | |
- vendor | |
theme: guides_style_18f | |
permalink: pretty | |
highlighter: rouge | |
incremental: true | |
sass: | |
style: :compressed | |
# Author/Organization info to be displayed in the templates | |
author: | |
name: 18F | |
url: https://18f.gsa.gov | |
# Point the logo URL at a file in your repo or hosted elsewhere by your organization | |
logourl: /assets/img/18f-logo.png | |
logoalt: 18F logo | |
# To expand all navigation bar entries by default, set this property to true: | |
expand_nav: true | |
# Navigation | |
# List links that should appear in the site sidebar here | |
navigation: | |
- text: Introduction | |
internal: true | |
- text: Add a new page | |
url: add-a-new-page/ | |
internal: true | |
children: | |
- text: Make a child page | |
url: make-a-child-page/ | |
internal: true | |
- text: Add images | |
url: add-images/ | |
internal: true | |
- text: Update the config file | |
url: update-the-config-file/ | |
internal: true | |
children: | |
- text: Understanding the `baseurl:` property | |
url: understanding-baseurl/ | |
internal: true | |
- text: GitHub setup | |
url: github-setup/ | |
internal: true | |
- text: Post your guide | |
url: post-your-guide/ | |
internal: true | |
- text: Advanced features | |
url: advanced-features/ | |
internal: true | |
repos: | |
- name: Guides Template | |
description: Main repository | |
url: https://github.com/18F/guides-template | |
back_link: | |
url: https://guides.18f.gov/ | |
text: Read more 18F Guides | |
google_analytics_ua: UA-48605964-19 | |
collections: | |
pages: | |
output: true | |
permalink: /:path/ | |
defaults: | |
- scope: | |
path: "" | |
values: | |
layout: default | |
# Configuration for jekyll_pages_api_search plugin gem. | |
jekyll_pages_api_search: | |
# Uncomment this to speed up site generation while developing. | |
#skip_index: true | |
# Each member of `index_fields` should correspond to a field generated by | |
# the jekyll_pages_api. It can hold an optional `boost` member as a signal | |
# to Lunr.js to weight the field more highly (default is 1). | |
index_fields: | |
title: | |
boost: 10 | |
tags: | |
boost: 10 | |
url: | |
boost: 5 | |
body: |