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.
 
 

150 lines
3.6 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
incremental: true
livereload: true
# 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://docs.blockstack.org"
repository: blockstack/docs.blockstack
staticman:
branch: "master"
github_editme_path: blockstack/docs.blockstack/edit/master
branch_url: 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: blockstack
image: /assets/img/twitter.png
card: summary
# Default footer image settings
footer:
copyright: "Blockstack Public Benefit Corp."
# 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: UA-125894815-1
# Google maps API key, get your key here: https://developers.google.com/maps/documentation/javascript/get-api-key
google_maps_api_key:
google:
tag_manager:
container_id: GTM-TPGGRT5
# Number of posts displayed on blog page
# paginate: 10
# Blog path
# paginate_path: "/news/:num/"
# Path to content assets directory i.e post images, pdfs etc
post_assets: /assets/img/
#keep_files: (`/images/`)
# Build settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
toc:
min_level: 2 # default: 1
max_level: 3 # default: 6
# list_class: "uk-nav uk-nav-default"
# sublist_class: "uk-nav-sub doc-nav"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
- jekyll-avatar
- jekyll-titles-from-headings
- jekyll-sitemap
- jekyll-redirect-from
titles_from_headings:
enabled: true
strip_title: true
collections: true
include:
- _redirects
- _data
exclude:
- '*/glossary.md'
- '*/README.md'
- README.md
- Gemfile
- Gemfile.lock
- collections.json
- get-content.sh
sass:
style: compressed
defaults:
- scope:
path: ""
type: "pages"
values:
comments: true
image: /assets/img/touch-icon.png
description: "Blockstack Network docs for investors, users, and developers."
layout: docs