Files
gitea-pages/configs/config_writers.yml
2015-09-08 14:06:14 -07:00

65 lines
1.1 KiB
YAML

# project definitions
project: doc_writers
audience: writers
product: all
platform: all
version: all
destination: ../doc_writers
topnav_title: Jekyll Documentation Theme
homepage_title: Jekyll Documentation Theme — Writers
site_title: Jekyll Documentation Theme — Writers
disqus_shortname: idrbwjekyll
google_analytics: UA-66296557-1
# variables
sidebar_tagline: writers
sidebar_version: version 3.0
theme_file: theme-green.css
project_file_name: doc
port: 4003
exclude:
- doc_designers*
- configs/
- _site
- _drafts
- di_multi*
# same for all
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
sidebar_accordion: true
markdown: redcarpet
print: false
# only use suffix if you need to force index.html to display
# suffix: index.html
highlighter: pygments
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections:
tooltips:
output: true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true