-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
74 lines (65 loc) · 1.53 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Copyright (c) 2022-2023 Sutou Kouhei <kou@clear-code.com>
#
# Permission is granted to copy, distribute and/or modify this document
# under the terms of the GNU Free Documentation License, Version 1.3
# or any later version published by the Free Software Foundation;
# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
# A copy of the license is included in the section entitled "GNU
# Free Documentation License".
title: milter manager
description:
en: an effective anti-spam with milter
ja: milterを使った効果的な迷惑メール対策
version: 2.2.7
release_date: 2023-01-31
timezone: Asia/Tokyo
url: https://milter-manager.github.io
baseurl:
permalink: /ja/blog/:year/:i_month/:i_day/:title:output_ext
excerpt_separator: "<!--more-->"
future: true
pagination:
enabled: true
sort_reverse: true
permalink: /:num.html
title: ":title(:num)"
sass:
style: expanded
sass_dir: assets/stylesheets
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
smart_quotes: ["apos", "apos", "quot", "quot"]
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- vendor/
- ".#*.*"
- ".#*"
- "#*#"
defaults:
- scope:
type: "posts"
values:
path_prefix: /ja/
layout: "post"
type: "post"
language: ja
country: JP
- scope:
path: "ja"
values:
path_prefix: /ja/
layout: "base"
language: ja
country: JP
- scope:
path: ""
values:
path_prefix: /
layout: "base"
language: en
country: US