Enable news subpage and post first news
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s
This commit is contained in:
parent
cd6b01003b
commit
174fe22582
19
config.toml
19
config.toml
@ -8,36 +8,43 @@ paginate = 10
|
|||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "News"
|
||||||
|
pre = "<div class='fa fa-newspaper-o'></div> "
|
||||||
|
url = "/news"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Documentation"
|
name = "Documentation"
|
||||||
pre = "<div class='fa fa-book'></div> "
|
pre = "<div class='fa fa-book'></div> "
|
||||||
url = "/documentation"
|
url = "/documentation"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Contributing"
|
name = "Contributing"
|
||||||
pre = "<div class='fa fa-code-fork'></div> "
|
pre = "<div class='fa fa-code-fork'></div> "
|
||||||
url = "/contributing"
|
url = "/contributing"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Download"
|
name = "Download"
|
||||||
pre = "<div class='fa fa-cubes'></div> "
|
pre = "<div class='fa fa-cubes'></div> "
|
||||||
url = "/download"
|
url = "/download"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Source Code"
|
name = "Source Code"
|
||||||
pre = "<div class='fa fa-codepen'></div> "
|
pre = "<div class='fa fa-codepen'></div> "
|
||||||
url = "/source-code"
|
url = "/source-code"
|
||||||
weight = 4
|
weight = 5
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Discord"
|
name = "Discord"
|
||||||
pre = "<div class='fa fa-wechat'></div> "
|
pre = "<div class='fa fa-wechat'></div> "
|
||||||
url = "https://discord.com/invite/zBzJ5qMGX7"
|
url = "https://discord.com/invite/zBzJ5qMGX7"
|
||||||
weight = 5
|
weight = 6
|
||||||
|
|
||||||
[params]
|
[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"
|
defaultDescription = "ExectOS Operating System"
|
||||||
|
21
content/news/20240821-announcing-news-section.md
Normal file
21
content/news/20240821-announcing-news-section.md
Normal file
@ -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!
|
Loading…
Reference in New Issue
Block a user