{"id":16992038,"url":"https://github.com/jolares/example-angular-blog-with-scully-ssg","last_synced_at":"2026-04-11T19:32:19.654Z","repository":{"id":121097386,"uuid":"423193431","full_name":"jolares/example-angular-blog-with-scully-ssg","owner":"jolares","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-31T20:49:09.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T05:45:16.764Z","etag":null,"topics":["angular","blog","scully","static-site-generator"],"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/jolares.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":"2021-10-31T16:00:29.000Z","updated_at":"2021-11-04T14:49:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"73601b9e-ae9b-4b80-b1f7-313f0ebeb020","html_url":"https://github.com/jolares/example-angular-blog-with-scully-ssg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jolares/example-angular-blog-with-scully-ssg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolares%2Fexample-angular-blog-with-scully-ssg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolares%2Fexample-angular-blog-with-scully-ssg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolares%2Fexample-angular-blog-with-scully-ssg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolares%2Fexample-angular-blog-with-scully-ssg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jolares","download_url":"https://codeload.github.com/jolares/example-angular-blog-with-scully-ssg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolares%2Fexample-angular-blog-with-scully-ssg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["angular","blog","scully","static-site-generator"],"created_at":"2024-10-14T03:28:07.047Z","updated_at":"2026-04-11T19:32:19.616Z","avatar_url":"https://github.com/jolares.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Example Angular blog built with Scully SSG**\n\nA sample blog app developed with Angular and built as a static site using\nScully SSG (static site generator). Blog posts are written in markdown files and\nconverted to static html by Scully's build process.\n\nScully is a static site generator tool for Angular to build, test and deploy\nJamstack apps.\n\n\nInstructions for developing and scaffolding, building, and testing this project\nare found below.\n\n\n### **Screenshots**\n\n\u003cfigure\u003e\n    \u003cimg alt=\"home page\"\n        src=\"./docs/images/home_component.png\"\n        height=\"280px\"\n    /\u003e\n    \u003cfigcaption\u003e\u003cstrong\u003eFigure 1\u003c/strong\u003e\n        Home page. The angular application is built using the angular-cli and then post-processed to a static site using Scully.  \n    \u003c/figcaption\u003e\n\u003c/figure\u003e\n\n\u003cfigure\u003e\n    \u003cimg alt=\"sample blog post page\"\n        src=\"./docs/images/blog_component.png\"\n        height=\"280px\"\n    /\u003e\n    \u003cfigcaption\u003e\u003cstrong\u003eFigure 2\u003c/strong\u003e\n        Blog post page. The blog post content is written in markdown files and compiled to static html using Scully.\n    \u003c/figcaption\u003e\n\u003c/figure\u003e\n\n\n## **Development server**\n\n\n## **Run Angular Static Site App with Blog Posts**\n\nRun `npm run start` for a dev server. Navigate to `http://localhost:1668/`. The app will automatically reload if you change any of the source files.\n\n\n## **Run Angular App Only (without SSG, blog posts)**\n\n\nRun `npm run _start:ng` for an angular dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n\n\n## **Code scaffolding**\n\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n\n## **Build**\n\n\n### **Build App as Static Site** (Using Angular CLI + Scully)\n\n\nRun `ng build` to build the project as static-site, generated by first building\nthe app using the angular-cli and then building the static site using Scully\nSSG (static site generator). The build artifacts will be stored in the `dist/` directory.\n\n\u003cbr\u003e\n\nRun `ng build:ssg` to build the project as static-site only using scully. Note\nthat the scully build depends on the angular build to have been run first,\n(either by running `npm run build:ng` or `npm run build`) using the\nangular-cli before. The build artifacts will be stored in the `dist/` directory.\n\n\n### **Build App as Angular project** (Using Angular CLI Only)\n\n\nRun `ng build:ng` to build the project using the angular-cli only.\nThe build artifacts will be stored in the `dist/` directory.\n\n## **Running Tests**\n\n\n### **Unit tests**\n\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n\n### **End-to-end tests**\n\n\nRun `npm run test:e2e` to execute the end-to-end tests via a platform of your choice.\nTo use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n\n-----\n\n\n## **References**\n\n\n- [Angular](https://angular.io/) and [Angular CLI](https://github.com/angular/angular-cli)\n\n- [Scully](https://scully.io/)\n\n- [Jamstack](https://jamstack.org/)\n\n\n## TODOs\n\n- integrate CDN and Google Analytics\n- ensure perfect accessibility score\n- Add Responsive\n- Add Mobile Site\n- Add tests\n- Add Link to Blog post\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjolares%2Fexample-angular-blog-with-scully-ssg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjolares%2Fexample-angular-blog-with-scully-ssg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjolares%2Fexample-angular-blog-with-scully-ssg/lists"}