clarify and correct language
All checks were successful
/ build (pull_request) Successful in 41s

This commit is contained in:
Stefan Bethke 2026-06-13 21:01:14 +02:00
commit 640658f8c3

View file

@ -50,11 +50,7 @@ There are two basic types of posts: Events and blog posts. Hugo and the template
#### Add a Blog Entry #### Add a Blog Entry
As mentioned before, you can also create blog posts for things which aren't events. Blog posts (the archetype is called `article`) should be used for information that will be relevant for a longer period, for example explanations about technical, political or cultural topics. Articles will be shown in chronological order on the [blog main page](https://hamburg.ccc.de/blog/), until newer posts push them down. In addition, the `tags:` can be used to find blog posts about certain topics.
They will only be shown in the "blog" section and posted to the RSS feeds and shall be used for things which are relevant for a longer time.
As we have much more event announcements than articles, finding articles in all blog posts can be quite a challenge.
But using these two categories enables filtering, so that the history of articles is in one list.
To create a new general blog post, run a command like this: To create a new general blog post, run a command like this:
```shell ```shell
@ -65,7 +61,7 @@ If you want to create a blog post from scratch, or convert an event into a blog
#### Add an Event Announcement #### Add an Event Announcement
Events will be shown on the home page from their publishing date until they have happened and shall be used for things which happen at a certain date. Events will be shown on the home page from the frontmatter `publishDate` until the `date:`. Use them for information that is relevant for a specific event, like a talk or a meeting.
This is not limited to events organized by the CCCHH, but can also be a hint to other events which we think are related to our activities. This is not limited to events organized by the CCCHH, but can also be a hint to other events which we think are related to our activities.