This repository has been replaced by https://github.com/Javacord/Website
This is Javacord's github.io page, which hosts our website.
In this case you are wrong here. Just head over to the Javacord repository.
Make sure you have RubyGems installed.
gem install bundler jekyll
git clone https://github.com/Javacord/javacord.github.io.git
cd javacord.github.io
bundle exec jekyll serve
Wiki articles are located in the _wiki
folder.
They are using simple markdown, which should make it fairly easy to modify them.
A wiki article has the following structure:
---
title: "Article title"
headline: "Article headline"
position: 3
keywords:
- keyword1
- keyword2
---
The content of the article.
title
: The title of the article, which will be used for the<title>
html tag and the side navigationheadline
: The headline of the article, displayed as<h1>
. If not set, the title is used.position
: The position of the article in its category. Starting with1
.keywords
: A list with keywords used for search. Don't repeat the title or headline here.
Changelogs are located in the _changelog
folder. They have the following structure:
---
title: "Version x.y.z"
version: x.y.z
---
The content of the changelog.
title
: The title of the changelog, which will be used for the<title>
html tag, usuallyVersion :version:
version
: The version number