]> jfr.im git - irc/anope/website.git/blob - _config.yml
Add the news post for 2.0.15.
[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 navigation:
8 - Home: /
9 About: /about.html
10 News: /news/
11 Downloads: https://github.com/anope/anope/releases
12 Team: /team.html
13 Contact: /contact.html
14
15 - Forum: https://forum.anope.org
16 Modules: https://modules.anope.org
17 Wiki: https://wiki.anope.org
18 FAQ: https://wiki.anope.org/index.php/2.0/FAQ
19 Bug Tracker: https://github.com/anope/anope/issues
20 Feature Requests: https://forum.anope.org/?board=9.0
21 Paste Bin: https://pastebin.anope.org
22
23 - Docker Hub: https://hub.docker.com/r/anope/anope
24 GitHub: https://github.com/anope/anope
25 Mastodon: https://fosstodon.org/@anope
26
27 plugins:
28 - jekyll-category-pages
29 - jekyll-feed
30 - jekyll-paginate
31 - jekyll-redirect-from
32 - jekyll-sitemap
33
34 releases:
35 devel:
36 version: 2.1.2
37 date: 2023-02-17
38 news: /news/2024/anope-212-release.html
39 source: https://github.com/anope/anope/archive/refs/tags/2.1.2.tar.gz
40 windows: https://github.com/anope/anope/releases/download/2.1.2/anope-2.1.1.exe
41 stable:
42 version: 2.0.15
43 date: 2024-02-17
44 news: /news/2024/anope-2015-release.html
45 source: https://github.com/anope/anope/archive/refs/tags/2.0.15.tar.gz
46 windows: https://github.com/anope/anope/releases/download/2.0.15/anope-2.0.15.exe