Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

This is Javacord's github.io page, which hosts our website.

License

Notifications You must be signed in to change notification settings

Javacord/javacord.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ WARNING ⚠️

This repository has been replaced by https://github.com/Javacord/Website

Javacord Website

This is Javacord's github.io page, which hosts our website.

I just want to use Javacord :(

In this case you are wrong here. Just head over to the Javacord repository.

How to run the website locally

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

How to edit wiki articles

Wiki articles are located in the _wiki folder. They are using simple markdown, which should make it fairly easy to modify them.

How to create wiki articles

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 navigation
  • headline: 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 with 1.
  • keywords: A list with keywords used for search. Don't repeat the title or headline here.

How to create changelogs

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, usually Version :version:
  • version: The version number

About

This is Javacord's github.io page, which hosts our website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published