-
Notifications
You must be signed in to change notification settings - Fork 806
/
site.yml
53 lines (53 loc) · 1.39 KB
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
title: Asciidoctor
description: A fast, open source text processor and publishing toolchain for converting AsciiDoc content to HTML5, DocBook, PDF, and other formats.
author: Asciidoctor Project
blog_path: /news
# FIXME timezone will need to be specified per post for a global team
local_tz: America/Denver
disqus: asciidoctor
disqus_generate_id: true
disqus_developer: true
asciidoctor:
:safe: :unsafe
:base_dir: ~
:attributes:
allow-uri-read: ''
#cache-uri: ''
attribute-missing: 'warn'
relfileprefix: '../@'
relfilesuffix: '/@'
idprefix: ''
idseparator: '-'
icons: 'font@'
sectanchors: ''
#source-highlighter: 'highlight.js'
source-highlighter: 'coderay'
prewrap!: '@'
haml:
:ugly: true
slim|html:
:format: :html
# NOTE if no profile is specified, the first with a deploy config is selected
profiles:
development:
deploy: ~
#show_drafts: false
deploy-preview:
deploy: ~
production:
base_url: https://asciidoctor.org
disqus_developer: false
# long-hand form is for Asciidoctor
#google_analytics_account: &ga UA-38215684-1
#google_analytics:
# account: *ga
scss:
:line_numbers: false
:style: :compressed
#compass_output_style: compressed
# TODO enable minify once we verify it's working as expected
#minify: true
deploy: ~
#deploy:
# host: github_pages
# branch: gh-pages