forked from rspamd/rspamd.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
25 lines (22 loc) · 740 Bytes
/
_config.yml
File metadata and controls
25 lines (22 loc) · 740 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
name: Rspamd - rapid spam filtering system.
highlighter: rouge
plugins:
- jekyll-paginate
- jekyll-seo-tag
# Explicitly turn off the old code
paginate: 5
paginate_path: "/blog/page:num/"
description: Rspamd is an advanced spam filtering system and email processing framework that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists.
tagline: Rspamd spam filter and messages processing framework
url: https://rspamd.com
twitter:
username: rspamd
social:
links:
- https://github.com/rspamd/rspamd
logo: https://rspamd.com/img/rspamd_logo_black.png
future: true
markdown: kramdown
kramdown:
input: GFM
Syntax_highlighter: rouge