]> jfr.im git - irc/anope/website.git/blob - _config.yml
Add the news post for the 2.1.0 release.
[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 - GitWeb: https://github.com/anope/anope
24 Development API: '#'
25
26 plugins:
27 - jekyll-category-pages
28 - jekyll-feed
29 - jekyll-paginate
30 - jekyll-redirect-from
31 - jekyll-sitemap
32
33 releases:
34 devel:
35 version: 2.1.0
36 date: 2023-10-24
37 news: /news/2023/anope-210-release.html
38 source: https://github.com/anope/anope/archive/refs/tags/2.1.0.tar.gz
39 windows: https://github.com/anope/anope/releases/download/2.1.0/anope-2.1.0.exe
40 stable:
41 version: 2.0.14
42 date: 2023-08-06
43 news: /news/2023/anope-2014-release.html
44 source: https://github.com/anope/anope/archive/refs/tags/2.0.14.tar.gz
45 windows: https://github.com/anope/anope/releases/download/2.0.14/anope-2.0.14.exe