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.
- Host: GitHub
- URL: https://github.com/rotkx/blog
- Owner: rotkx
- Created: 2025-07-30T16:20:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T10:20:50.000Z (10 months ago)
- Last Synced: 2025-08-01T12:47:03.101Z (10 months ago)
- Topics: blog, blog-content, blog-posts, blogger, contributions-welcome, markdown, open-source-blog, rotkx, seo-writing, writing
- Homepage: https://blog.rotkx.net
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**.