-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
42 lines (35 loc) · 1000 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
# Main site settings
title: Guava-Probably
subtitle: Probabilistic data structures for Guava
description: Probabilistic data structures for Guava
baseurl: /guava-probably
url: http://bdupras.github.io
permalink: /news/:year/:month/:day/:title/
exclude:
- "Gemfile*"
- "README.md"
- "*.sh"
# GitHub-flavored Markdown support
markdown: kramdown
kramdown:
input: GFM
# Set by default by GitHub pages (can't be changed)
safe: true
lsi: false
# source: <top level directory>
# Set by default by GitHub pages (can be changed)
# highlighter: pygments
# github: <repository metadata> (https://help.github.com/articles/repository-metadata-on-github-pages/)
# Collections
collections:
releases:
output: true
permalink: /:collection/:path/
# Release data
# Do not change! updaterelease.sh automatically updates these fields
latest_release: 1.0
latest_snapshot: 1.0-SNAPSHOT
# Miscellaneous data
email: [email protected]
twitter_username: briandupras
github_username: bdupras/guava-probably