DinisCruz / Book_Practical_AngularJS

Content for 'Practical AngularJS' book published at LeanPub
Apache License 2.0
18 stars 6 forks source link

Find way to render this repo/book content in a website (using AngularJS) #11

Closed DinisCruz closed 8 years ago

DinisCruz commented 10 years ago

Ideally a dynamic website that consumes the content from there in Real-time

Everytime I looked at this in past I was not happy with the solution/technology.

What I want is:

GitHub pages would be great, but they transform the Markdown into Html and once in HTML we have to stay in HTML

I really liked http://docpad.org/ but that still requires server/transformation infrastructure.

GitHub and jekyll (https://help.github.com/articles/using-jekyll-with-pages) are also interesting, but they also require heavy local installs and setup

DinisCruz commented 8 years ago

With the latest version I have a way to render to content locally using a simple NodeJS https://github.com/o2platform/leanpub-book-site

DinisCruz commented 8 years ago

actually I think a better solution is to build a static site (see #24), so closing this since we don't need it as a case study (Part I is already using the Maturity-Models site)