-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean Structure and Styles. Start working on minecraft documentation
- Loading branch information
1 parent
c728c83
commit 959606d
Showing
31 changed files
with
116 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@import "./color_schemes/dark"; | ||
|
||
$body-background-color: #282c34; | ||
$body-heading-color: #e7e7e7; | ||
$body-text-color: #e7e7e7; | ||
$link-color: #98c379; | ||
$nav-child-link-color: #cccccc; | ||
$sidebar-color: #21252b; | ||
$base-button-color: #302d36; | ||
$btn-primary-color: #264caf; | ||
$code-background-color: #31343f; | ||
$code-linenumber-color: #dee2f7; | ||
$feedback-color: #2c313a; | ||
$table-background-color: #282b31; | ||
$search-background-color: #21252b; | ||
$search-result-preview-color: #abb2bf; | ||
$border-color: #3b4048; | ||
|
||
@import "./vendor/OneDarkJekyll/syntax"; | ||
|
||
$content-width: 100rem; | ||
|
||
@font-face { | ||
font-family: 'Futura'; | ||
src: url('/assets/fonts/futura medium bt.ttf') format('truetype'); | ||
font-style: normal; | ||
font-display: swap; | ||
font-weight: normal; | ||
} | ||
|
||
div { | ||
font-family: 'Futura', sans-serif; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: default | ||
title: Blogs | ||
permalink: /blogs | ||
--- | ||
|
||
## Blog Posts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: default | ||
title: Minecraft Server Guide | ||
permalink: /minecraft | ||
--- | ||
|
||
## Minecraft Server Guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default | ||
title: Install Mods | ||
permalink: /minecraft/mods | ||
parent: Minecraft Server Guide | ||
--- | ||
|
||
## WIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: default | ||
title: Servers | ||
permalink: /minecraft/servers | ||
parent: Minecraft Server Guide | ||
--- | ||
|
||
## Servers | ||
|
||
| Server Name | IP Address | Version | Platform | Requirements | | ||
| --- | --- | --- | --- | --- | | ||
| ~~Vanilla: Corrupted~~ | ~~lester.serveminecraft.net:25590~~ | ~~1.20.1~~ | ~~Java~~ |~~Simple Voice Chat (Avoid Discord Calls)~~ | | ||
| Better Minecraft | lester.serveminecraft.net:25589 | 1.20.1 | Java | Better MC [FORGE] - BMC4 | | ||
| Vanilla With A TWIST! (Currently Creative) | lester.serveminecraft.net:25588 | 1.20.1 | Java | None | | ||
|
||
{: .important} | ||
> Due to a mishandling of world data, the vanilla server has been lost. | ||
{: .warning-title} | ||
> Rules | ||
> | ||
> 1. Don't Hack | ||
> 2. Don't Steal | ||
> 3. Don't Grief | ||
> 4. Don't Ruin Other Players Experience (E.g. Killing them or starting unwanted fights with them) |