From 174fe225823cfa9538fb27b14a2bb85046fbd216 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Wed, 21 Aug 2024 11:52:42 +0200 Subject: [PATCH] Enable news subpage and post first news --- config.toml | 19 +++++++++++------ .../news/20240821-announcing-news-section.md | 21 +++++++++++++++++++ 2 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 content/news/20240821-announcing-news-section.md diff --git a/config.toml b/config.toml index 39049b3..27a0b24 100644 --- a/config.toml +++ b/config.toml @@ -8,36 +8,43 @@ paginate = 10 [menu] +[[menu.main]] + name = "News" + pre = "
" + url = "/news" + weight = 1 + [[menu.main]] name = "Documentation" pre = "
" url = "/documentation" - weight = 1 + weight = 2 [[menu.main]] name = "Contributing" pre = "
" url = "/contributing" - weight = 2 + weight = 3 [[menu.main]] name = "Download" pre = "
" url = "/download" - weight = 3 + weight = 4 [[menu.main]] name = "Source Code" pre = "
" url = "/source-code" - weight = 4 + weight = 5 [[menu.main]] name = "Discord" pre = "
" url = "https://discord.com/invite/zBzJ5qMGX7" - weight = 5 + weight = 6 [params] - defaultKeywords = ["ExectOS", "XT", "XTOS", "efi", "gpl3", "kernel", "nt", "open source", "os", "osdev", "uefi boot", "win32"] + dateFormat = "Jan 2, 2006" + defaultKeywords = ["ExectOS", "XT", "XTOS", "efi", "gpl", "gpl3", "kernel", "nt", "open source", "os", "osdev", "uefi boot", "win32"] defaultDescription = "ExectOS Operating System" diff --git a/content/news/20240821-announcing-news-section.md b/content/news/20240821-announcing-news-section.md new file mode 100644 index 0000000..64733df --- /dev/null +++ b/content/news/20240821-announcing-news-section.md @@ -0,0 +1,21 @@ ++++ +title = 'Announcing "News" Section!' +author = 'Rafal Kupiec' +date = '2024-08-21T10:56:16+02:00' ++++ +We are excited to announce the launch of "News" section on this website! This idea was brought to life thanks to Aiken +Harris, who proposed it on our Discord server. The community gave it a warm reception, and as a community-driven project, +we made it happen. We always listen to your feedback and strive to meet your needs. The new 'News' page is a perfect +example of that. + +The News page is designed to keep you updated on what's happening in the project. Every month, you'll find information +about our progress, any challenges we've encountered, and details about interesting events as well as other announcements. +It is a place where you can stay connected and informed about the project's journey. + +We believe that keeping you informed and involved is key to our success. The News section is all about fostering a sense +of unity and collaboration, making sure you feel like an integral part of the project. Stay tuned for our monthly updates, +and join us in celebrating the milestones and achievements of our collective effort! + +Do not forget to [join our Discord server](https://discord.com/invite/zBzJ5qMGX7) if you have not already! It is the best +place to share your ideas, give feedback, and connect with other community members. Your voice matters, and together, +we can make this project even better. See you there!