-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
41 lines (32 loc) · 1.01 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
url: https://rubysec.com
title: RubySec
subtitle: Providing security resources for the Ruby community
author: RubySec
simple_search: https://www.google.com/search
description: Advisory database of security vulnerabilities found in Ruby projects
exclude:
[
.bundle,
.github,
_advisories,
CNAME,
Gemfile,
Rakefile,
README.md,
vendor,
]
plugins:
- jekyll-paginate
- jekyll-sitemap
subscribe_rss: /atom.xml
permalink: /advisories/:title/
category_dir: advisories/categories
paginate: 10 # Posts per page on the blog index
pagination_dir: advisories # Directory base for pagination URLs eg. /blog/page/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
titlecase: false # Converts page and post titles to titlecase
twitter_user: rubysec
twitter_tweet_button: true
github_repo: rubysec/ruby-advisory-db
google_analytics: G-P90QEESFMF