diff --git a/README.md b/README.md index 07c8c77..3f5e69b 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,7 @@ There are two basic types of posts: Events and blog posts. Hugo and the template #### Add a Blog Entry -As mentioned before, you can also create blog posts for things which aren't events. -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. +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. To create a new general blog post, run a command like this: ```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 -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.