-
Notifications
You must be signed in to change notification settings - Fork 8
Enable blog and create first article. #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
72ac595
Enable blog and create first article.
garloff d143698
Fix config.
garloff 2c0c784
Fix author
garloff d40d369
Renove old dummy. Add link. Improve wording.
garloff 4a6773e
Merge branch 'main' into feat/add-blog
garloff e2a22e0
Link to archived blog and content.
garloff c515d09
Update blog/2026-01-22-introducing-docs-blog.md
garloff d678f5c
Removed link to old web site as per fkr's suggestion.
garloff 75c5e71
Final typo correction.
garloff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| --- | ||
| slug: introducing_new_blog | ||
| title: Introducing A New Blog Site On Our Docs Page | ||
| authors: [garloff] | ||
| tags: [docusaurus, scs, community, blog] | ||
| --- | ||
|
|
||
| ## Evolution of SCS activities | ||
|
|
||
| Previously, we had a project web site that covered many | ||
| areas of work that was done in the SCS project until it was successfully completed | ||
| at the end of 2024. It covered the standardization work as well as the development | ||
| of the reference implementation and also had a vast collection of links and technical | ||
| content, a lot of which was related to the reference implementation. For newcomers, | ||
| it was somewhat hard to distill the various aspects and goals of SCS though. | ||
|
|
||
| With the end of the funded project, we split the activities into different organizations | ||
| with distinct goals: | ||
|
|
||
| 1. The [Forum SCS Standards](https://sovereigncloudstack.org/en/about-scs/network/) is | ||
| responsible for governing the standardization process. While it pulls significant input | ||
| from the various software projects that belong to the SCS ecosystem, it is neutral towards | ||
| them beyond the preference for standards compliance. This reflects that there can and | ||
| ideally should be several implementations for a standard. | ||
| The [new website](https://sovereigncloudstack.org/) serves as an overall entrance point to | ||
| Sovereign Cloud Stack with a focus on the standardization and certification. | ||
| 2. The SCS community consists of individuals and organizations that develop, support, | ||
| test, use, or otherwise contribute to the software and standards that implement and | ||
| codify SCS. The community elects a [project board](https://docs.scs.community/standards/scs-0005-v2-project-governance) | ||
| that organizes and motivates contributions. The work of the community is mainly visible | ||
| on the [Documentation web site](https://docs.scs.community) and the | ||
| [github site](https://github.com/SovereignCloudStack/). | ||
|
|
||
| ## Blog articles | ||
|
|
||
| Blog articles with technical content relating to a specific implementation (or a set | ||
| of implementations) are not a great fit for Forum's web site. | ||
| The good news is that the SCS project's rich | ||
| [Documentation site](https://docs.scs.community/) is architected in a way that | ||
| it assembles documentation from various places. Unlike the Forum, it does not need | ||
| to prioritize neutrality as top priority, but benefits and prefers those projects | ||
| that contribute useful content to it. | ||
|
|
||
| We have decided to use docusaurus' blog feature to publish blog articles | ||
| [here](https://docs.scs.community/blog/). We appreciate contributions. | ||
|
|
||
| ## Old blog content | ||
|
|
||
| The blog content from the old web site has been migrated over into the | ||
| [archive on the new site](https://sovereigncloudstack.org/en/community_blog/). You | ||
| can also find the other types of community news [there](https://sovereigncloudstack.org/en/community-news/). | ||
|
|
||
| Some news that might fit the Blog category have also been published in the | ||
| [main news section](https://sovereigncloudstack.org/en/insights/news/) on the new web site. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sovereigncloudstack.org is not the forum’s web site but the general SCS web site. Therefore, I would change the first sentence under the heading “Blog articles” to: Blog articles with technical content related to specific implementations (or a set of implementations) are not a great fit for the general [SCS website] (https://sovereigncloudstack.org/).