Blog posts and supplementary material for angular-buch.com. Pull requests are welcome!
| Property | Description |
|---|---|
hidden |
Hide post in list |
sticky |
Stick post to the top of the list |
isUpdatePost |
Include post in separate "Updates" page. For "Angular X ist da!" posts and related stuff. |
Frischer Clone:
git clone --recurse-submodules git@github.com:angular-buch/website-articles.git
cd website-articles/build && npm install && npm run buildBestehendes Repo:
git submodule update --init
cd build && npm install && npm run buildThe build/ folder is a git submodule shared with angular-schule/website-articles.
Für lokale Entwicklung mit der Website müssen beide Repos nebeneinander liegen:
parent-folder/
├── angular-buch-website/ ← Website
└── website-articles/ ← Dieses Repo
Dann in angular-buch-website:
npm run start:local