{"id":19987123,"url":"https://github.com/lebcit/create-blog-doc","last_synced_at":"2026-02-05T00:35:02.280Z","repository":{"id":252374248,"uuid":"840252117","full_name":"LebCit/create-blog-doc","owner":"LebCit","description":"Blog-Doc application initializer","archived":false,"fork":false,"pushed_at":"2024-08-09T10:19:41.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T23:03:53.512Z","etag":null,"topics":["initializer"],"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":null,"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":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-08-09T09:43:21.000Z","updated_at":"2024-08-09T10:19:45.000Z","dependencies_parsed_at":"2024-08-09T11:29:49.675Z","dependency_job_id":null,"html_url":"https://github.com/LebCit/create-blog-doc","commit_stats":null,"previous_names":["lebcit/create-blog-doc"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/LebCit/create-blog-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fcreate-blog-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fcreate-blog-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fcreate-blog-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fcreate-blog-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LebCit","download_url":"https://codeload.github.com/LebCit/create-blog-doc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebCit%2Fcreate-blog-doc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29103408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T22:44:52.815Z","status":"ssl_error","status_checked_at":"2026-02-04T22:44:16.428Z","response_time":62,"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":["initializer"],"created_at":"2024-11-13T04:33:47.756Z","updated_at":"2026-02-05T00:35:02.259Z","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**BLOG-DOC APPLICATION INITIALIZER**\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%2Fcreate-blog-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flebcit%2Fcreate-blog-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebcit%2Fcreate-blog-doc/lists"}