We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99adc67 commit a2a4601Copy full SHA for a2a4601
1 file changed
_config.yml
@@ -2,12 +2,21 @@ url: https://docs.textpattern.com
2
timezone: Europe/London
3
permalink: /:categories/:title
4
plugins:
5
- - jekyll-sitemap
+ - jekyll-feed
6
- jekyll-seo-tag
7
+ - jekyll-sitemap
8
author: The Textpattern Development Team and contributors
9
exclude:
10
- Gemfile
11
+ - Gruntfile.js
12
- LICENSE.txt
13
+ - package.json
14
+ - package-lock.json
15
- README.md
16
+ - src
17
kramdown:
18
toc_levels: 2..4
19
+highlighter: none
20
+keep_files: [
21
+ 'expect-ct-report'
22
+]
0 commit comments