Wow, a blog!
This commit is contained in:
parent
86b7f6e8b2
commit
5e1a358ee1
5 changed files with 72 additions and 1 deletions
13
docs/news/.authors.yml
Normal file
13
docs/news/.authors.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
authors:
|
||||
subnet_masked:
|
||||
name: Subnet_Masked
|
||||
description: Administrator
|
||||
avatar: /assets/images/subnet_masked.png
|
||||
kate_biron:
|
||||
name: Kate_Biron
|
||||
description: Moderator & Builder
|
||||
avatar: /assets/images/kate_biron.png
|
||||
rose_sunshades:
|
||||
name: rose_sunshades
|
||||
description: Moderator
|
||||
avatar: /assets/images/rose_sunshades.png
|
35
docs/news/articles/creative_progress.md
Normal file
35
docs/news/articles/creative_progress.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
date: 2023-11-17
|
||||
authors:
|
||||
- subnet_masked
|
||||
---
|
||||
|
||||
# Creative Progress
|
||||
|
||||
I have closed the poll for the creative server and the results were as follows:
|
||||
|
||||
- The world will be a regular generation world!
|
||||
- There will be no plots or land claims.
|
||||
- `/gamemode` will be allowed.
|
||||
- Worldedit will be included.
|
||||
- A protected dedicated spawn area will be built.
|
||||
- The world difficulty will be easy.
|
||||
|
||||
The [Creative page](../../creative.md) has some light details about what is coming next, however there is a lot more in the background that needs to happen.
|
||||
|
||||
Here's what I need to do:
|
||||
|
||||
- Find a good seed for the server. (Will likely task Kate_Biron with this.)
|
||||
- Find a person to build the creative hub since I am terrible at that type of thing.
|
||||
- Configure WorldEdit to be safe for users to use instead of just admins.
|
||||
- Configure WorldGuard to protect the spawn area.
|
||||
- Make sure that the other plugins are configured consistently with the other servers.
|
||||
- Make sure that players get the correct permissions on the server.
|
||||
- Get the datapacks installed.
|
||||
- Optimize the configs.
|
||||
- Build the creative page for the website.
|
||||
- Etc.
|
||||
|
||||
This is going to take me a bit, especially coming off a move. I am still very tired from everything that has been going on and trying to settle.
|
||||
|
||||
After all of that is done, some lower priority things will include setting up the world download and other small backend tasks including setting up backups and such.
|
11
docs/news/articles/hello_world.md
Normal file
11
docs/news/articles/hello_world.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
date: 2023-11-17
|
||||
authors:
|
||||
- subnet_masked
|
||||
- kate_biron
|
||||
- rose_sunshades
|
||||
---
|
||||
|
||||
# Hello World
|
||||
|
||||
Hello there! This is the new news page. It will be used to share news about the servers and network! If you clicked "Continue reading" you will see the authors of the post including other information.
|
7
docs/news/index.md
Normal file
7
docs/news/index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
icon: material/newspaper
|
||||
description: All news related to the network!
|
||||
---
|
||||
|
||||
# News
|
||||
|
|
@ -64,6 +64,7 @@ nav:
|
|||
- 'status.md'
|
||||
- 'credits.md'
|
||||
- 'cost_donations.md'
|
||||
- 'news/index.md'
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/discord
|
||||
|
@ -86,3 +87,7 @@ plugins:
|
|||
caption_position: bottom
|
||||
- search:
|
||||
lang: en
|
||||
- blog:
|
||||
enabled: true
|
||||
blog_dir: news
|
||||
post_dir: news/articles
|
Loading…
Reference in a new issue