Skip to content

angular-schule/website-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

582 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-articles

This repo contains content for https://angular.schule/blog. Pull requests are welcome!

Post Frontmatter

Property Description
hidden Hide post in list
sticky Stick post to the top of the list

Build

Frischer Clone:

git clone --recurse-submodules git@github.com:angular-schule/website-articles.git
cd website-articles/build && npm install && npm run build

Bestehendes Repo:

git submodule update --init
cd build && npm install && npm run build

The build/ folder is a git submodule shared with angular-buch/website-articles.

Lokale Entwicklung

Für lokale Entwicklung mit der Website müssen beide Repos nebeneinander liegen:

parent-folder/
├── angular-schule-website/  ← Website
└── website-articles/        ← Dieses Repo

Dann in angular-schule-website:

npm run start:local

About

📆 repo serving our website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages