-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (27 loc) · 934 Bytes
/
_config.yml
File metadata and controls
32 lines (27 loc) · 934 Bytes
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
# see https://jekyllrb.com/docs/configuration/
# theme: jekyll-theme-hyde
theme: jekyll-theme-cayman
source: ./src/
destination: ./docs/
url: https://pasdoc.github.io/
# Do not ignore the _tipue_results.html file when publishing on GitHub pages.
# See https://github.com/jekyll/jekyll/issues/55 .
include: ['autodoc/html/_tipue_results.html']
# autodoc is generated by pasdoc/source/autodoc/Makefile
keep_files: ['autodoc']
# see https://github.com/pages-themes/cayman
title: PasDoc
description: Documentation tool for Pascal source code
show_downloads: true
# our custom theme variables:
pasdoc:
repository_url: https://github.com/pasdoc/pasdoc
stable_download_version: 1.0.4
unstable_download_version: 1.0.5.snapshot
main_url: index
# for highlighting in code blocks, see https://github.com/asciidoctor/jekyll-asciidoc
asciidoctor:
attributes:
idprefix: _
source-highlighter: pygments
pygments-css: style