{"id":20947546,"url":"https://github.com/kristijorgji/strapi-blog-cms","last_synced_at":"2025-08-22T09:47:22.843Z","repository":{"id":180431322,"uuid":"664681612","full_name":"kristijorgji/strapi-blog-cms","owner":"kristijorgji","description":"Customised Strapi for a simple blog cms system like Wordpress","archived":false,"fork":false,"pushed_at":"2023-07-20T11:39:22.000Z","size":419,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T23:42:21.996Z","etag":null,"topics":["blog","cms","strapi"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kristijorgji.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":"2023-07-10T14:08:33.000Z","updated_at":"2023-07-18T09:39:45.000Z","dependencies_parsed_at":"2023-08-21T22:31:30.195Z","dependency_job_id":null,"html_url":"https://github.com/kristijorgji/strapi-blog-cms","commit_stats":null,"previous_names":["kristijorgji/strapi-blog-cms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kristijorgji/strapi-blog-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fstrapi-blog-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fstrapi-blog-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fstrapi-blog-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fstrapi-blog-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kristijorgji","download_url":"https://codeload.github.com/kristijorgji/strapi-blog-cms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kristijorgji%2Fstrapi-blog-cms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268583199,"owners_count":24274008,"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-08-03T02:00:12.545Z","response_time":2577,"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","cms","strapi"],"created_at":"2024-11-19T00:11:59.706Z","updated_at":"2025-08-03T17:33:01.643Z","avatar_url":"https://github.com/kristijorgji.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strapi-blog-cms\n\nThis is a Strapi project customized to serve as a `blog cms` with similar content types and functionality as `Wordpress`\n\nIt includes\n* content types needed for the blog\n* permission types and necessary plugins\n* config export-import automatically\n\n# How to use\n\nClone this repository then run `yarn install`\n\nCopy .env.example to .env and fill in proper values\n\nAfterward run `yarn build` and finally\n```bash\nconfig-sync import\n```\n\nFinally `yarn build` then `yarn start` to start your Strapi admin panel.\n\n# How to export-import all data\n\nThis project is intended for a minimalistic blog cms.\nIt is using the default storage which is sqlite.\n\nCopy `.tmp` folder to a backup folder then when you initialise the project elsewhere just replace the folder.\nAll your users, content will be preserved this way.\n\n# Seeding test data\n\nAdjust `src/index.ts` `bootstrap` method and uncomment the call to `seedTestData`\n\nThis will create an admin user and some data for you only for development purpose.\n\nTest credentials:\n\n`admin@email.com`\n\n`admin`\n\n# Migrating Wordpress data\n\nYou can use `dev/migarte-from-wordpress.ts` file.\n\nFirst make sure to specify in the .env file the following variables\n```\nWP_MYSQL_HOST=some-value\nWP_MYSQL_USER=some-value\nWP_MYSQL_PASSWORD=some-value\nWP_MYSQL_DB=some-value\n```\n\nThen execute the exported function 1 time from the bootstrap or anywhere else.\n\nThe tool will fetch posts, categories, tags and insert them into correct Strapi auto-generated content types.\n\nPlease note that this will not migrate the custom pages and any plugins you have.\n\nTODO\n* migrate wp pages\n* migrate authors\n* consider plugins (feel free to make PRs here as well to improve)\n\n# Development\n\nStart your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-develop)\n\n```\nnpm run develop\n# or\nyarn develop\n```\n\n**Debugging**\n\nadjust `tsconfig.json` to have `\"sourceMap\": true`\n\nAdjust your editor, for example IntelliJ to run `yarn develop` command in debug mode and set-up breakpoints.\n\n# Start Strapi server\n\nStart your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-start)\n\nafter building with `yarn build`\n\n```\nnpm run start\n# or\nyarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijorgji%2Fstrapi-blog-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkristijorgji%2Fstrapi-blog-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkristijorgji%2Fstrapi-blog-cms/lists"}