-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (44 loc) · 1.5 KB
/
_config.yml
File metadata and controls
51 lines (44 loc) · 1.5 KB
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
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
- Bluesky: https://bsky.app/profile/anope.bsky.social
Mastodon: https://fosstodon.org/@anope
RSS: /feed.xml
plugins:
- jekyll-category-pages
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
releases:
devel:
version: 2.1.23
date: 2026-04-01
news: /news/2026/anope-2123-release.html
source: https://github.com/anope/anope/archive/refs/tags/2.1.23.tar.gz
windows: https://github.com/anope/anope/releases/download/2.1.23/anope-2.1.23.exe
stable:
version: 2.0.19
date: 2026-01-26
news: /news/2026/anope-2019-release.html
source: https://github.com/anope/anope/archive/refs/tags/2.0.19.tar.gz
windows: https://github.com/anope/anope/releases/download/2.0.19/anope-2.0.19.exe