blog folder with a sample markdown f ile • Adds the `/blog/:slug` route to the scully con f ig f ile • Adds a lazy loaded blog module to the project • Adds a blog component with a <scully-content> tag inside it
• run npx scully • Unpublished posts get a random slug eg.: http://localhost:1668/blog/___UNPUBLISHED___l0yxualt_zz806SgS9ergj • Check the src/assets/scully-routes.json f ile time to time npx scully —scanRoutes can help to recognize changed routes • ScullyRoutesService helps you to get the list of available pages during runtime
Web https://developers.google.com/web/updates/2019/02/rendering-on-the-web -[Docs] Jamstack https://jamstack.org/ -[Article] Angular Universal in Practice https://blog.angular-university.io/angular-2-universal-meet-the-internet-of-the-future-seo-friendly-single-page-web-apps/ -[Article] Is Angular good for SEO? https://proxify.io/articles/is-angular-good-for-seo - [Repository] Scully Example https://github.com/marcellkiss/scully-example @marcelltech