-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
55 lines (49 loc) · 1.89 KB
/
_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
47
48
49
50
51
52
53
54
55
# Site settings
title: "dyn4j"
email: "william.bittle@dyn4j.com"
description: "A 100% Java 2D collision detection and physics engine. Designed to be fast, stable, extensible, and easy to use. dyn4j is free for use in commercial and non-commercial applications"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://dyn4j.org" # the base hostname & protocol for your site
author: "William Bittle"
twitter_username: wnbittle
github_username: "wnbittle"
# Build settings
timezone: America/New_York
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
default_lang: html
css_class: 'codehilite'
block:
line_numbers: true
# syntax_highlighter: rouge
paginate: 10
paginate_path: "/blog/page:num/"
date_format: '%B %d, %Y'
emptyArray: []
# urls
samples_url: "https://github.com/dyn4j/dyn4j-samples"
download_url: "https://github.com/dyn4j/dyn4j/packages"
packages_url: "https://github.com/dyn4j/dyn4j/packages"
releases_url: "https://github.com/dyn4j/dyn4j/releases"
maven_url: "http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.dyn4j%22%20AND%20a%3A%22dyn4j%22"
javadoc_url: "https://www.javadoc.io/doc/org.dyn4j/dyn4j/latest/index.html"
release_notes_url: "https://github.com/dyn4j/dyn4j/blob/master/RELEASE-NOTES.md"
license_url: "https://github.com/dyn4j/dyn4j/blob/master/LICENSE.md"
github_url: "https://github.com/dyn4j/dyn4j"
issues_url: "https://github.com/dyn4j/dyn4j/issues"
discussions_url: "https://github.com/dyn4j/dyn4j/discussions"
news_url: "https://github.com/dyn4j/dyn4j/discussions/categories/announcements"
getting_started_url: "https://github.com/dyn4j/dyn4j#getting-started"
pages_url: "/pages"
jekyll_source_url: "https://github.com/dyn4j/dyn4j.github.io"
comments:
receiver: https://func-dyn4j.azurewebsites.net/api/PostComment
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate