{"id":24469135,"url":"https://github.com/romellogoodman/blogjs","last_synced_at":"2026-04-28T19:04:56.640Z","repository":{"id":27380109,"uuid":"30855938","full_name":"romellogoodman/BlogJS","owner":"romellogoodman","description":"A JSON Powered Blog System.","archived":false,"fork":false,"pushed_at":"2015-02-24T05:37:38.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:14:14.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/romellogoodman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-16T06:00:01.000Z","updated_at":"2015-02-24T05:37:38.000Z","dependencies_parsed_at":"2022-09-14T05:40:55.675Z","dependency_job_id":null,"html_url":"https://github.com/romellogoodman/BlogJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romellogoodman%2FBlogJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romellogoodman%2FBlogJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romellogoodman%2FBlogJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romellogoodman%2FBlogJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romellogoodman","download_url":"https://codeload.github.com/romellogoodman/BlogJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581817,"owners_count":20314304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-21T07:14:16.238Z","updated_at":"2025-12-28T19:24:54.608Z","avatar_url":"https://github.com/romellogoodman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlogJS\n[www.romellogoodman.com/blogjs](http://www.romellogoodman.com/blogjs \"BlogJS' Homepage\")\n\nBlogJS A JSON Powered Blog System.\n\nDocumentation is a work in progress.\n\n## Requirements\njQuery (for now)\n\n### To use\n``` HTML\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n  \u003c!-- Link to jQuery. --\u003e\n  \u003cscript src=\"jquery.min.js\"\u003e\u003c/script\u003e\n  \u003c!-- Link to your JSON object with all of your data. --\u003e\n  \u003cscript src=\"posts.js\"\u003e\u003c/script\u003e\n  \u003c!-- Link to BlogJS. --\u003e\n  \u003cscript src=\"BlogJS.js\"\u003e\u003c/script\u003e\n  \u003cscript\u003e\n    // Set your initials\n    window.onload = function(){\n      // Set this field equal to your JSON object.\n      BlogJS.initials.blogPosts = posts;\n      // Specify the place where the posts load (defaulted to #posts)\n      BlogJS.initials.appendListTo = \"#list-of-articles\";\n      // Specify the place where the list of articles load (defaulted to #list-of-articles)\n      BlogJS.initials.appendPostTo = \"#post\";\n      // Specify the page where the #list-of-articles \u0026 #post are.\n      // Both are defaulted to index. (index.html)\n      BlogJS.initials.postLocation = \"index\";\n      BlogJS.initials.listLocation = \"index\";\n      // Starts the whole process.\n      BlogJS.loadPage();\n    };\n  \u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003c!-- Where the actual post will load --\u003e\n  \u003csection id=\"post\"\u003e\u003c/section\u003e\n  \u003c!-- Where the list of articles will load --\u003e\n  \u003csection id=\"list-of-articles\"\u003e\u003c/section\u003e\n  \u003c!-- Clicking will load the next 5 articles. --\u003e\n  \u003csection id=\"load\" onclick=\"BlogJS.loadArticleList(5)\"\u003e\n    \u003cspan\u003e\u003cp class=\"center\"\u003eRead More\u003c/p\u003e\u003c/span\u003e\n  \u003c/section\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromellogoodman%2Fblogjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromellogoodman%2Fblogjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromellogoodman%2Fblogjs/lists"}