forked from microsoft/TypeScript-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (34 loc) · 837 Bytes
/
_config.yml
File metadata and controls
43 lines (34 loc) · 837 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
33
34
35
36
37
38
39
40
41
42
43
# Title, description, tagline and URL for your site
# Can be used in your theme by calling 'site.title' and so on
title: TypeScript
description:
tagline:
url: http://localhost:3000
projecturl: "https://github.com/Microsoft/TypeScript-Docs/tree/gh-pages/"
permalink: none
# Used so Jekyll outputs the site correctly so Gulp can do what it wants
source: src
destination: serve
# Same as the title etc for your site but can instead be
# called by using 'site.author.name' and so on
author:
name:
email:
bio:
twitter:
# general setting for Jekyll
analytics_id: UA-64034028-2
# Markdown library
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
highlighter: pygments
markdown: JekyllMarkdownLinkConverter
#Collection configuration
collections:
docs:
output: true
exclude:
- node_modules
- serve