diff --git a/site/news/MANIFEST b/site/news/MANIFEST index c90aa5e..5955ee5 100644 --- a/site/news/MANIFEST +++ b/site/news/MANIFEST @@ -1,3 +1,4 @@ +releases.md libreboot20210522.md freenode.md website.md diff --git a/site/news/releases.md b/site/news/releases.md new file mode 100644 index 0000000..892581a --- /dev/null +++ b/site/news/releases.md @@ -0,0 +1,33 @@ +% News section for release announcements +% Leah Rowe +% 24 May 2021 + +Previously, [/docs/release.md](/docs/release.md) was used to show change logs +for releases. The static site +generator ([untitled](https://untitled.vimuser.org/)) that libreboot.org uses, +now supports *unlimited* news sections! The older incarnation of that static +site generator had it hardcoded to `news/` and only 1 section was supported. + +There is now a new section: +[/docs/release/](/docs/release/) + +The old `release.html` page is now obsolete. The *new* news section linked above +is where you shall now find change logs. Information from `release.html` has +been transferred to this new sectio. + +*This* news post is in the main section at [/news/](/news/), which from now on +will not be used for release announcements. Release announcements will now be +done in [/docs/release/](/docs/release/) instead. That section has its *own* +RSS feed, separate from the RSS feed for the main news section, so you should +subscribe to *that* RSS feed if you specifically want to be alerted whenever a +new release of Libreboot is made available. + +That is all. To learn more about the static site generator that Libreboot uses +for its website, see: + + + +PS: + +I'm the developer of Untitled! The project was officially released on 20 May +2021, and the website (shown above) was launched on 22 May 2021.