Last active
January 30, 2019 20:34
-
-
Save themeix/0a551ef6aed7c9f4ef5b78cf8d0adfcf to your computer and use it in GitHub Desktop.
Doxy Jekyll Theme Configuration
This file contains hidden or 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 settings | |
title: "Doxy - Documentation Website" | |
email: "[email protected]" | |
description: "Doxy is a responsive Jekyll template for your documentation or knowledgebase website" | |
keywords: "jekyll, minimal jekyll, jekyll theme, responsive jekyll, seo friendly blog, super fast blog, responsive" | |
baseurl: "" # the subpath of your site, e.g. /blog | |
url: "https://doxy.netlify.com" # the base hostname & protocol for your site, e.g. http://example.com | |
## Theme Options | |
animated_header: "" #true | |
twitter_username: jekyllrb | |
github_username: jekyll | |
# Tag Options | |
tag_page_layout: tag_page | |
tag_page_dir: tag | |
permalink: /:title/ | |
collections: | |
team_members: | |
output: true | |
permalink: /team_members/:path/ | |
testimonials: | |
output: true | |
permalink: /testimonials/:path/ | |
docs: | |
output: true | |
permalink: /docs/:path/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment