-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (42 loc) · 1.42 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
category_layout: news.html
category_path: /news/
excerpt_separator: <!--more-->
paginate: 9999 # we dont use this but the category pages ext does
permalink: /news/:year/:title:output_ext
exclude:
- README.md
navigation:
- Home: /
About: /about.html
News: /news/
Downloads: https://github.com/anope/anope/releases
Team: /team.html
Contact: /contact.html
- Forum: https://github.com/orgs/anope/discussions
Modules: https://modules.anope.org
Wiki: https://wiki.anope.org
FAQ: https://wiki.anope.org/index.php/2.0/FAQ
Bug Tracker: https://github.com/anope/anope/issues
Paste Bin: https://pastebin.anope.org
- Docker Hub: https://hub.docker.com/r/anope/anope
GitHub: https://github.com/anope/anope
Mastodon: https://fosstodon.org/@anope
plugins:
- jekyll-category-pages
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
releases:
devel:
version: 2.1.11
date: 2024-12-01
news: /news/2024/anope-2111-release.html
source: https://github.com/anope/anope/archive/refs/tags/2.1.11.tar.gz
windows: https://github.com/anope/anope/releases/download/2.1.11/anope-2.1.11.exe
stable:
version: 2.0.17
date: 2024-12-08
news: /news/2024/anope-2017-release.html
source: https://github.com/anope/anope/archive/refs/tags/2.0.17.tar.gz
windows: https://github.com/anope/anope/releases/download/2.0.17/anope-2.0.17.exe