Content Management

We are using ScullyIOarrow-up-right Static Site Generator tool to pre-render blog content.

Intro

Blog module is based on based d-koppenhagen'sarrow-up-right Repo.

I am using it here for testing with nx monorepo and reporting issues.

Setup

# First time blog CMS setup
ng g @scullyio/init:markdown --name="blog" --slug=id --source-dir="libs/blog/posts" --route="home/blog"  -d
# create blog post from template
ng g @scullyio/init:post --name="This is my post" --target=libs/blog/posts --meta-data-file="libs/blog/blog-post-template.yaml" -d

Build

# build angular
ng build
# build scully blog
# options  --showBrowser, --project
npm run scully --project webapp

# kill if 'zombie' server
npm scully killServer

Run

Last updated

Was this helpful?