angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.12k stars 1.23k forks source link

[Feat] Add blog option #1505

Open Awk34 opened 8 years ago

Awk34 commented 8 years ago

It would be very useful to have the option of of scaffolding a blog out. Right now we have two main examples: users and things. A blog would be excellent for showing pagination (front-end and API), document references (author), slugs, etc. as well as just providing more content.

chinnichaitanya commented 8 years ago

@Awk34 Even I want to implement a blog in my existing app. My initial thoughts were to use markdown since we need images and stuff. How do you plan to implement this ?

Awk34 commented 8 years ago

Based off of how I did it here

mikealche commented 8 years ago

Could there be an option to include Ghost as a node module? Or is it too much to add ghost to the project?