{"id":26337070,"url":"https://github.com/roomacarthur/rm_v3","last_synced_at":"2026-04-14T19:31:50.868Z","repository":{"id":271171801,"uuid":"882092522","full_name":"roomacarthur/rm_v3","owner":"roomacarthur","description":"My Personal Portfolio Site (05/01/2025)","archived":false,"fork":false,"pushed_at":"2025-04-15T21:40:21.000Z","size":22727,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T16:43:18.003Z","etag":null,"topics":["bootstrap","django","htmx","railway-app"],"latest_commit_sha":null,"homepage":"https://www.roomacarthur.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roomacarthur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-01T21:43:43.000Z","updated_at":"2025-04-15T21:40:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ac16c63-8555-4ddf-95a6-9921bf3e9353","html_url":"https://github.com/roomacarthur/rm_v3","commit_stats":null,"previous_names":["roomacarthur/rm_v3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roomacarthur/rm_v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomacarthur%2Frm_v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomacarthur%2Frm_v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomacarthur%2Frm_v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomacarthur%2Frm_v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roomacarthur","download_url":"https://codeload.github.com/roomacarthur/rm_v3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roomacarthur%2Frm_v3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","django","htmx","railway-app"],"created_at":"2025-03-16T02:17:35.389Z","updated_at":"2026-04-14T19:31:50.850Z","avatar_url":"https://github.com/roomacarthur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RM_v3 - Portfolio \u0026 Blog\n\n[![Python](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://www.python.org/)\n[![Django](https://img.shields.io/badge/Django-5+-green.svg)](https://www.djangoproject.com/)\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Deployed on Railway](https://img.shields.io/badge/Deployed%20on-Railway-blue.svg)](https://railway.com?referralCode=roomacarthur)\n\n[![Bootstrap](https://img.shields.io/badge/Bootstrap-5-purple.svg)](https://getbootstrap.com/)\n\n\nWelcome to **RM_v3**, my modern portfolio website and blog built with Django that showcases my projects, skills, and the work I’m passionate about. This project highlights a range of web development skills—from dynamic content rendering using Markdown to leveraging modern tools like HTMX for an enhanced user experience.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Live Demo](#live-demo)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Overview\n\n**RM_v3** is a personal portfolio and blog site that not only showcases my past projects but also demonstrates cutting-edge web development techniques. The site is structured around two primary Django apps:\n\n- **Blog App**:  \n  - A rich, searchable blog with filtering by categories and hashtags.\n  - Supports HTMX for partial updates, offering a snappy and dynamic user experience.\n  \n- **Portfolio App**:  \n  - A comprehensive display of my projects.\n  - Each project supports detailed Markdown-rendered content, multiple technologies, and status indicators (complete/incomplete) to help manage what’s live.\n  - Projects not marked as complete automatically redirect to the portfolio list.\n\n## Features\n\n- **Dynamic Content Rendering**:  \n  Render rich content from Markdown with syntax highlighting and tables.\n\n- **HTMX Integration**:  \n  Enhance user experience with partial page updates.\n\n- **Robust Filtering \u0026 Search**:  \n  Easily search blog posts by title, hashtags, or category.\n\n- **Responsive Design**:  \n  Beautifully crafted templates that work on both desktop and mobile devices.\n\n- **Pagination**:  \n  Both the blog and portfolio listings are paginated for a seamless browsing experience.\n\n- **Third-Party Integrations**:  \n  - **Cloudinary** for image hosting.\n  - **ColorField** for dynamic color styling.\n  \n## Tech Stack\n\n- **Backend**: [Django](https://www.djangoproject.com/) (Python)\n- **Frontend**: HTML5, CSS3, Bootstrap\n- **Templating**: Django Templates, with HTMX for dynamic content updates\n- **Database**: SQLite for testing and development, PostgreSQL for production.\n- **Media**: [Cloudinary](https://cloudinary.com/) for image management\n- **Markdown Processing**: [Markdown](https://python-markdown.github.io/) with extensions for code highlighting and tables\n\n## Live Demo\n\nCheck out the live demo of the portfolio site here: [https://www.roomacarthur.dev](https://www.roomacarthur.dev/)\n\n## Installation\n\nFollow these steps to get the project running locally:\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/roomacarthur/rm_v3.git\n   cd rm_v3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froomacarthur%2Frm_v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froomacarthur%2Frm_v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froomacarthur%2Frm_v3/lists"}