Doxy themes comes with various customizations in the _config.yml file

# 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/