{"id":15723467,"url":"https://github.com/lebcit/blog-doc","last_synced_at":"2025-07-24T21:37:49.667Z","repository":{"id":147794720,"uuid":"561889669","full_name":"LebCit/blog-doc","owner":"LebCit","description":"The simplest Node.js CMS and SSG!","archived":false,"fork":false,"pushed_at":"2024-08-18T03:33:00.000Z","size":3805,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T01:49:21.731Z","etag":null,"topics":["blog","blog-engine","blog-theme","cms","content-management-system","eta","hono","markdown","markdown-to-html","marked","ssg","ssg-build","ssg-theme","static-site","static-site-generator"],"latest_commit_sha":null,"homepage":"https://blog-doc.pages.dev/","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/LebCit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-04T18:15:48.000Z","updated_at":"2025-03-06T10:33:20.000Z","dependencies_parsed_at":"2024-02-25T12:23:51.420Z","dependency_job_id":"a4711331-8d4e-4581-82c9-53374eff1461","html_url":"https://github.com/LebCit/blog-doc","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/LebCit/blog-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fblog-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fblog-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fblog-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fblog-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LebCit","download_url":"https://codeload.github.com/LebCit/blog-doc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fblog-doc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266905737,"owners_count":24004149,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","blog-engine","blog-theme","cms","content-management-system","eta","hono","markdown","markdown-to-html","marked","ssg","ssg-build","ssg-theme","static-site","static-site-generator"],"created_at":"2024-10-03T22:11:49.947Z","updated_at":"2025-07-24T21:37:49.616Z","avatar_url":"https://github.com/LebCit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog-Doc\n\nThe Simplest Node.js CMS \u0026 SSG!  \nA tiny flame in the darkness of error...\n\n## Documentation\n\nWith the release of [version 3.0.0](https://github.com/LebCit/blog-doc/releases/tag/v3.0.0), Blog-Doc has undergone some fantastic updates. I've integrated [LiteNode](https://www.npmjs.com/package/litenode) to streamline and enhance your experience.\n\nThe Blog-Doc admin interface is now more intuitive than ever. Each page comes with its own handy documentation, all designed with [responsive attributes](https://responsive-attributes-generator.pages.dev/) for seamless usability on any device.\n\nYou can check out **the full documentation for Blog-Doc** here: [Blog-Doc Documentation](https://blog-doc.pages.dev/).\n\n## Requirements\n\n1. Blog-Doc requires [Node.js](https://nodejs.org/en) version 18.x or higher.\n    - For the best experience, use the latest [Long Term Support](https://nodejs.org/en/download/package-manager) (LTS) version.\n2. Make sure you have the latest version of [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) installed.\n\n## Installation\n\nTo get Blog-Doc up and running on your machine, follow these steps:\n\n1. Open your preferred IDE (like VS Code) and navigate to the directory where you want to install Blog-Doc.\n2. In the terminal, you have two options to install Blog-Doc:\n\n### Option 1: Using `npx`\n\nRun the following command:\n\n```bash\nnpx create-blog-doc my-blog-doc-app\n```\n\nThis will create a new folder named **my-blog-doc-app** within your current directory, containing all the files you need.\n\n### Option 2: Using `npm init`\n\nAlternatively, you can use the following command:\n\n```bash\nnpm init blog-doc my-blog-doc-app\n```\n\nThis will also create a new folder named **my-blog-doc-app** within your current directory, containing all the files you need.\n\n3. Once installed, start Blog-Doc by typing:\n\n```bash\nnpm run fire\n```\n\nThis command will launch the app, which you can then explore in your browser at [localhost on port 5000](http://localhost:5000).\n\nBlog-Doc comes with some sample posts and pages. Feel free to create your own content through the admin interface, and you can remove the default ones as needed.\n\nEnjoy exploring Blog-Doc! 🚀\n\n## What's Next?\n\nI’m excited to keep improving Blog-Doc in my spare time. Consider it a prototype that you can customize and adapt to your own design and template needs.\n\nI genuinely hope this tool is helpful for the Node.js and Markdown communities. I welcome any [ideas](https://github.com/LebCit/blog-doc/discussions/categories/ideas), [code issues](https://github.com/LebCit/blog-doc/issues), or [code improvements](https://github.com/LebCit/blog-doc/pulls) you might have.\n\nSee you around!  \n[LebCit](https://lebcit.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebcit%2Fblog-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flebcit%2Fblog-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebcit%2Fblog-doc/lists"}