c-wolfe / javacord.github.io

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

Home Page:https://javacord.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://javacord.org/

License:Apache License 2.0


Languages

Language:CSS 82.6%Language:HTML 10.6%Language:JavaScript 3.8%Language:Ruby 3.0%