{"id":19581362,"url":"https://github.com/thenewtoncode/personal-blog-website","last_synced_at":"2026-04-15T16:32:49.586Z","repository":{"id":250498596,"uuid":"834618797","full_name":"theNewtonCode/Personal-Blog-Website","owner":"theNewtonCode","description":"Personal blog website built using Node.js. The website features a homepage displaying a list of blog posts, individual blog post pages, an About page, and a Contact page. The blog posts and styles are dynamically loaded.","archived":false,"fork":false,"pushed_at":"2024-07-27T22:28:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T12:22:25.531Z","etag":null,"topics":["blog-webapplication","blog-website","html-css-javascript","javascript","node-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/theNewtonCode.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}},"created_at":"2024-07-27T20:32:50.000Z","updated_at":"2024-07-27T22:30:43.000Z","dependencies_parsed_at":"2024-07-27T22:54:01.714Z","dependency_job_id":null,"html_url":"https://github.com/theNewtonCode/Personal-Blog-Website","commit_stats":null,"previous_names":["thenewtoncode/personal-blog-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theNewtonCode/Personal-Blog-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FPersonal-Blog-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FPersonal-Blog-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FPersonal-Blog-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FPersonal-Blog-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theNewtonCode","download_url":"https://codeload.github.com/theNewtonCode/Personal-Blog-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theNewtonCode%2FPersonal-Blog-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31849768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["blog-webapplication","blog-website","html-css-javascript","javascript","node-js","nodejs"],"created_at":"2024-11-11T07:35:11.780Z","updated_at":"2026-04-15T16:32:49.570Z","avatar_url":"https://github.com/theNewtonCode.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Blog Website\n\nThis project is a personal blog website built using Node.js. The website features a homepage displaying a list of blog posts, individual blog post pages, an About page, and a Contact page. The blog posts and styles are dynamically loaded.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [File Structure](#file-structure)\n- [License](#license)\n\n## Features\n\n- Dynamic homepage displaying a list of blog posts.\n- Individual blog post pages.\n- Static About and Contact pages.\n- Separate CSS files for styling the homepage and individual blog posts.\n\n## Installation\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/theNewtonCode/Personal-Blog-Website.git\n    cd personal-blog-website\n    ```\n\n2. Install the required dependencies:\n\n    ```sh\n    npm install\n    ```\n\n3. Create the necessary directories and files if they do not exist:\n\n    ```sh\n    mkdir -p Backend static\n    touch Backend/blogs.txt static/index_css.txt static/post_css.txt static/about.html static/contact.html\n    ```\n\n4. Populate `Backend/blogs.txt` with your blog posts in JSON format:\n\n    ```json\n    {\n        \"post1\": {\n            \"title\": \"My First Blog Post\",\n            \"time\": \"2024-07-28\",\n            \"content\": \"This is the content of my first blog post.\"\n        }\n    }\n    ```\n\n5. Add your CSS styles to `static/index_css.txt` and `static/post_css.txt`.\n\n6. Add content to `static/about.html` and `static/contact.html`.\n\n## Usage\n\n1. Start the server:\n\n    ```sh\n    node server.js\n    ```\n\n2. Open your browser and navigate to `http://127.0.0.1:3000`.\n\n## File Structure\n\n- `Backend/`\n  - `blogs.txt`: JSON file containing blog posts.\n- `static/`\n  - `index_css.txt`: CSS styles for the homepage.\n  - `post_css.txt`: CSS styles for individual blog posts.\n  - `about.html`: HTML content for the About page.\n  - `contact.html`: HTML content for the Contact page.\n- `server.js`: Main server file.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenewtoncode%2Fpersonal-blog-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenewtoncode%2Fpersonal-blog-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenewtoncode%2Fpersonal-blog-website/lists"}