You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

116 lines
2.8 KiB

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site title and description
title: Blockstack
description: Docs
# Site subpath, e.g. /blog
baseurl: ""
# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/
permalink: /:title/
# Site base hostname & protocol, e.g. http://example.com
url: "https://zbabystack.netlify.com"
github_editme_path: moxiegirl/docs-new/blob/master
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
# Site logo, image or text
brand:
image: logo.png # e.g. logo.png, upload logo image file to /assets/img/ folder
text: Docs # if the above "logo:" image variable is not set, this text logo is displayed instead
# Default author settings
author:
name: Blockstack
github: Blockstack # Github username for avatar
# Author settings, displayed on post and doc pages if front matter references author name e.g. author: peter
authors:
peter:
name: Peter Brown
github: PressApps # Github username for avatar
# Social icons displayed in footer
social:
email:
website:
facebook: https://www.facebook.com/
flickr:
dribbble:
github:
googleplus:
instagram: https://www.instagram.com/
linkedin:
pinterest:
twitter: https://twitter.com/
vimeo: https://vimeo.com/
youtube:
# Twitter share button
twitter_username:
# Default footer image settings
footer:
copyright: Blockstack
# Disqus comments shortname, requires Disqus account https://disqus.com/
disqus:
shortname: # 1234
# Google analytics code, get your code here https://www.google.com/analytics/
google_analytics:
# Google maps API key, get your key here: https://developers.google.com/maps/documentation/javascript/get-api-key
google_maps_api_key:
# Number of posts displayed on blog page
paginate: 10
# Blog path
paginate_path: "/news/:num/"
# Path to post content assets directory i.e post images, pdfs etc
post_assets: /assets/posts/
#keep_files: (`/images/`)
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
- jekyll-avatar
exclude:
- Gemfile
- Gemfile.lock
- node_modules
sass:
style: compressed
collections:
apis:
output: true
docs:
output: true
gaia:
output: true
learn:
output: true
naming:
output: true
newinternet:
output: true
auth:
output: true