]> jfr.im git - irc/anope/website.git/blob - _config.yml
Bump the 2.0.15 Windows release post for the r2 rebuild.
[irc/anope/website.git] / _config.yml
1 category_layout: news.html
2 category_path: /news/
3 excerpt_separator: <!--more-->
4 paginate: 9999 # we dont use this but the category pages ext does
5 permalink: /news/:year/:title:output_ext
6
7 exclude:
8 - README.md
9
10 navigation:
11 - Home: /
12 About: /about.html
13 News: /news/
14 Downloads: https://github.com/anope/anope/releases
15 Team: /team.html
16 Contact: /contact.html
17
18 - Forum: https://forum.anope.org
19 Modules: https://modules.anope.org
20 Wiki: https://wiki.anope.org
21 FAQ: https://wiki.anope.org/index.php/2.0/FAQ
22 Bug Tracker: https://github.com/anope/anope/issues
23 Feature Requests: https://forum.anope.org/?board=9.0
24 Paste Bin: https://pastebin.anope.org
25
26 - Docker Hub: https://hub.docker.com/r/anope/anope
27 GitHub: https://github.com/anope/anope
28 Mastodon: https://fosstodon.org/@anope
29
30 plugins:
31 - jekyll-category-pages
32 - jekyll-feed
33 - jekyll-paginate
34 - jekyll-redirect-from
35 - jekyll-sitemap
36
37 releases:
38 devel:
39 version: 2.1.4
40 date: 2024-04-01
41 news: /news/2024/anope-214-release.html
42 source: https://github.com/anope/anope/archive/refs/tags/2.1.4.tar.gz
43 windows: https://github.com/anope/anope/releases/download/2.1.4/anope-2.1.4.exe
44 stable:
45 version: 2.0.15
46 date: 2024-02-17
47 news: /news/2024/anope-2015-release.html
48 source: https://github.com/anope/anope/archive/refs/tags/2.0.15.tar.gz
49 windows: https://github.com/anope/anope/releases/download/2.0.15/anope-2.0.15r2.exe