An open API service indexing awesome lists of open source software.

https://github.com/rotkx/blog

Open-source blog post repository for rotkx blog. Contributors can suggest articles, edits, or improvements via pull requests. Final content is reviewed and approved by the maintainer.
https://github.com/rotkx/blog

blog blog-content blog-posts blogger contributions-welcome markdown open-source-blog rotkx seo-writing writing

Last synced: 10 months ago
JSON representation

Open-source blog post repository for rotkx blog. Contributors can suggest articles, edits, or improvements via pull requests. Final content is reviewed and approved by the maintainer.

Awesome Lists containing this project

README

          

# πŸ“š Rotkx Blog Posts Repository

This repository hosts the editable content of the [Rotkx Blog](https://blog.rotkx.net/).
Contributors are welcome to suggest improvements or submit new posts via pull requests.
All submissions are reviewed manually before publishing.


## 🎯 Purpose

- πŸ“ Store blog post content in Markdown (`README.md`)
- πŸ–ΌοΈ Include related media (multiple resolutions per post)
- πŸ“… Organize posts by **year/month**
- πŸ”— Match each folder name to the post slug used in the blog URL
- 🀝 Enable community contributions directly through GitHub

## πŸ“‚ Folder Structure
/posts
└── 2020/
└── 06/
└── turbo-responsive-blogger-theme/
└── README.md # Full article content

> βœ… Each folder = one blog post. The folder name matches the post’s URL slug.

## πŸ”— Example Mapping

**Blog URL:**
`https://blog.rotkx.net/2020/06/turbo-responsive-blogger-theme.html`

**Repo Path:**
`https://github.com/rotkx/blog/blob/main/2020/06/turbo-responsive-blogger-theme/README.md`


## ✍️ How to Contribute

We welcome edits, typo fixes, suggestions, or even full article drafts!

1. Open the folder for that post
2. Edit the `README.md` and propose a Pull Request
3. Optionally submit new image sizes or updates


## 🌐 Blog Integration

- Posts are **not rendered directly** from GitHub.
- After approval, they are manually **published on** [https://blog.rotkx.net](https://blog.rotkx.net).
- Media (images, etc.) are **served via GitHub CDN** using the raw URL.
- Blog post URLs match folder structure exactly.

## πŸ“œ License

Content is licensed under **[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)**
You're free to copy, remix, or translate with attribution β€” but **not for commercial use**.