This is the blog on https://blog.radio4000.com.
Each posts are stored in ./content/posts.
Create a new post directly from GitHub: https://github.com/internet4000/radio4000-blog/new/main/content/posts.
You can query the posts in json format.
| endpoint | response |
|---|---|
| https://blog.radio4000.com/index.json | home page posts |
| https://blog.radio4000.com/index.rss | home page posts RSS feed |
| https://blog.radio4000.com/posts/index.json | all posts |
| https://blog.radio4000.com/posts/index.rss | all posts RSS feed |
| https://blog.radio4000.com/posts/${post-slug} | query a single post, by its slug (its url) |
Posts use:
categoriesfor broad editorial groupingtagsfor specific keywords (slug style: lowercase + dash-separated)
Current categories:
Releases & UpdatesFeatures & How-ToMusic Discovery & CommunityPlatform & Operations
For new posts, categories is required. Use 1 category by default, 2 only when a post is clearly cross-cutting.
For new tags, always use slug format (my-tag) so tag URLs and labels stay consistent.
To develop, clone this repository and run hugo serve in the folder.
To learn what to do, read hugo's documentation.
The main branch is deployed to blog.radio4000.com via GitHub Pages.
If you want to deploy it yourself:
- Run
hugoin this folder, to build a new version with the latest changes to the./publicfolder - Deploy the
./publicfolder on your server