-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
36 lines (28 loc) · 872 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
# Dependencies
markdown: kramdown
kramdown:
input: GFM
pygments: false
# Permalinks
permalink: '/announcements/:title'
# Setup
title: OxyPlot
description: 'A cross-platform plotting library for .NET'
url: https://oxyplot.github.io
author:
name: 'OxyPlot'
url: https://oxyplot.github.io
paginate: 5
paginate_path: '/announcements/:num'
# Custom vars
version: 2015.1
docs: https://oxyplot.readthedocs.io/en/latest/
forum: https://oxyplot.userecho.com/
nuget: https://www.nuget.org/packages?q=oxyplot
myget: https://www.myget.org/feed/oxyplot/package/nuget/OxyPlot.Core
examples: https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples/
twitter: https://twitter.com/search?q=oxyplot
stackOverflow: https://stackoverflow.com/questions/tagged/oxyplot?sort=newest
chat: https://gitter.im/oxyplot/oxyplot
github:
repo: https://github.com/oxyplot/oxyplot/