{"id":21074890,"url":"https://github.com/nextlevelshit/nls-ng6-donatello","last_synced_at":"2026-05-10T16:34:50.823Z","repository":{"id":88475156,"uuid":"152226968","full_name":"nextlevelshit/nls-ng6-donatello","owner":"nextlevelshit","description":"🎭 Document based Content Management System with Angular and Bootstrap","archived":false,"fork":false,"pushed_at":"2019-01-15T17:10:23.000Z","size":987515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T03:29:28.177Z","etag":null,"topics":["advanced","angular","dms","static-page","static-site-generator"],"latest_commit_sha":null,"homepage":"https://donatello.dailysh.it","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextlevelshit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-10-09T09:46:54.000Z","updated_at":"2019-01-10T09:27:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"60bc7675-a7b7-4155-b6b8-5110b1b6188b","html_url":"https://github.com/nextlevelshit/nls-ng6-donatello","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nextlevelshit/nls-ng6-donatello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fnls-ng6-donatello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fnls-ng6-donatello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fnls-ng6-donatello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fnls-ng6-donatello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextlevelshit","download_url":"https://codeload.github.com/nextlevelshit/nls-ng6-donatello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextlevelshit%2Fnls-ng6-donatello/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267110005,"owners_count":24037632,"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-26T02:00:08.937Z","response_time":62,"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":["advanced","angular","dms","static-page","static-site-generator"],"created_at":"2024-11-19T19:18:34.893Z","updated_at":"2026-05-10T16:34:45.762Z","avatar_url":"https://github.com/nextlevelshit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eDonatello\u003c/h1\u003e  \n  \u003csup\u003eDocument based Content Management System with \u003ca href=\"//github.com/angular/angular\" target=\"_blank\"\u003eAngular 6\u003c/a\u003e\u003c/sup\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n*WIP (Work in Progress): This project is under heavy construction. Please, use with caution. It is planned to develope a modular static page generator for developer novices to maintain there own website. It is recommended to use it together with [nls-lumen-webhook](//github.com/nextlevelshit/nls-lumen-webhook) for automated deployments.*\n\n\u003cbr\u003e\n\n## Getting Started\n\n### Rquirements\n\n- [Install **Node.js** via package manager](//nodejs.org/en/download/package-manager/)\n- [Install **Angular** via npm](//angular.io/guide/quickstart)\n\n### Usefull Scripts\n\n| command          | description                                                     |\n|------------------|-----------------------------------------------------------------|\n| `npm run start`  | start development server on `http://localhost:4200/`            |\n| `npm run build`  | build production application and save to `./dist`               |\n\n### Development server\n\nDownload dependencies with `npm i` or `yarn`.\n\nRun `npm run start` for a dev server. Browser opens and navigates automatically to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n### Build for Distribution\n\nRun `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n### Recommended git hooks (optional)\n\nCreate inside `.git/hooks/` a new hook `post-merge`.\n\n```bash\n#!/bin/bash\n# Install node package modules\nnpm i\n# Build project\nnpm run build\n```\n\nGit hooks have to be executables, so change the permissions to.\n\n```bash\nchmod a+x ~/.git/hooks/post-merge\n```\n\n## Meta Information\n\n*Informations about the motivation, authors and license*\n\n## Author\n\nThe author of this software is [Michael Czechowski](//dailysh.it), web developer based in Stuttgart and Berlin, Germany. Only with the support of [Sarah Esser](//sarahesser.de), artist and sculptress based in Berlin, this project could be realized. We are proud to call our software free and open.\n\n## Contributors\n\n- Michael Czechowski (\u003cmail@dailysh.it\u003e)\n\n## License\n\nCopyright (C) 2018 Michael Czechowski\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextlevelshit%2Fnls-ng6-donatello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextlevelshit%2Fnls-ng6-donatello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextlevelshit%2Fnls-ng6-donatello/lists"}