-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
46 lines (37 loc) · 901 Bytes
/
_config.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
# GitHub Pages config
title: Mastodon TypeScript Library
description: TypeScript Library for the Mastodon API
author:
name: © TypeScriptLibs and Contributors
email: [email protected]
github:
private: true
header_pages:
- www/downloads.md
- SECURITY.md
- LICENSE.md
- www/all-libraries.md
include:
- LICENSE.md
- README.md
- SECURITY.md
- www/all-libraries.md
- www/downloads.md
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-titles-from-headings
remote_theme: jekyll/minima
minima:
date_format: "%Y-%m-%d"
skin: auto
social_links:
- { platform: github, user_url: "https://github.com/typescriptlibs/amd/" }
- { platform: mastodon, user_url: "https://mastodon.social/@typescriptlibs" }
- { platform: rss, user_url: "feed.xml" }
sass:
quiet_deps: true
titles_from_headings:
enabled: true
strip_title: true
collections: true