-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
63 lines (57 loc) · 1.71 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
exclude: [ 'LICENSE.txt', 'Rakefile' ]
highlighter: rouge
markdown: kramdown
paginate: 10
permalink: /:year/:month/:day/:title.html
excerpt_separator: <!--more-->
sass:
sass_dir: assets/css
style: compressed
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-paginate
info:
title: InspIRCd
slogan: The Stable, High-Performance and Modular IRCd
uri: http://www.inspircd.org
meta:
description: InspIRCd Internet Relay Chat Daemon is a modular, high performance IRC daemon combining stability and a rich and extensive C++ API with optional features such as SSL and permanent channels.
keywords: inspircd, ircd, internet relay chat
navigation:
- title: Home
uri: /
icon: fa-home
- title: Downloads
uri: https://github.com/inspircd/inspircd/releases/latest
target: _blank
icon: fa-cloud-download
- title: Documentation
uri: https://docs.inspircd.org
target: _blank
icon: fa-book
- title: Issue Tracker
uri: https://github.com/inspircd/inspircd/issues
target: _blank
icon: fa-bug
- title: Developer API
uri: /api
target: _blank
icon: fa-code
- title: Follow us on GitHub
uri: https://github.com/inspircd
target: _blank
icon: fa-github
- title: Get InspIRCd
uri: https://docs.inspircd.org/3/installation/
target: _blank
icon: fa-download
misc:
# theme: red {default} | green | blue
theme: red
currentVersion: 4.5.0
gitHubUrl: https://github.com/inspircd
latestUrl: https://github.com/inspircd/inspircd/releases/latest
configGuideUrl: https://docs.inspircd.org/3/configuration
installGuideUrl: https://docs.inspircd.org/3/installation
devurl: