From 5e1a358ee1f8457de1a89a06a5498d31fbf2025d Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Fri, 17 Nov 2023 09:29:48 -0500 Subject: [PATCH] Wow, a blog! --- docs/news/.authors.yml | 13 +++++++++ docs/news/articles/creative_progress.md | 35 +++++++++++++++++++++++++ docs/news/articles/hello_world.md | 11 ++++++++ docs/news/index.md | 7 +++++ mkdocs.yml | 7 ++++- 5 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 docs/news/.authors.yml create mode 100644 docs/news/articles/creative_progress.md create mode 100644 docs/news/articles/hello_world.md create mode 100644 docs/news/index.md diff --git a/docs/news/.authors.yml b/docs/news/.authors.yml new file mode 100644 index 0000000..697e20e --- /dev/null +++ b/docs/news/.authors.yml @@ -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 \ No newline at end of file diff --git a/docs/news/articles/creative_progress.md b/docs/news/articles/creative_progress.md new file mode 100644 index 0000000..65e8e04 --- /dev/null +++ b/docs/news/articles/creative_progress.md @@ -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. \ No newline at end of file diff --git a/docs/news/articles/hello_world.md b/docs/news/articles/hello_world.md new file mode 100644 index 0000000..bea4a7c --- /dev/null +++ b/docs/news/articles/hello_world.md @@ -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. \ No newline at end of file diff --git a/docs/news/index.md b/docs/news/index.md new file mode 100644 index 0000000..9a91edd --- /dev/null +++ b/docs/news/index.md @@ -0,0 +1,7 @@ +--- +icon: material/newspaper +description: All news related to the network! +--- + +# News + diff --git a/mkdocs.yml b/mkdocs.yml index 0765957..7a1f4f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -64,6 +64,7 @@ nav: - 'status.md' - 'credits.md' - 'cost_donations.md' + - 'news/index.md' extra: social: - icon: fontawesome/brands/discord @@ -85,4 +86,8 @@ plugins: auto_caption: true caption_position: bottom - search: - lang: en \ No newline at end of file + lang: en + - blog: + enabled: true + blog_dir: news + post_dir: news/articles \ No newline at end of file