From 164730462ce3675d4d78d600ce5b1f7e80d53ce4 Mon Sep 17 00:00:00 2001 From: Nistor Mihai Date: Mon, 26 Feb 2018 21:57:11 +0200 Subject: [PATCH] chore: deprecated notification. --- README.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4106fc..029f1d3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,23 @@ -# Angular Based Theme +# Angular Based Theme repo is **DEPRECATED** -
Extendsnothing
+We integrated a monorepo aproach and the source code is now kept in the liveblog repo +in the `server/liveblog/themes/themes_assets/angular` +Link to the `master branch` to the following [path](https://github.com/liveblog/liveblog/tree/master/server/liveblog/themes/themes_assets/angular) -| Options | Key | Type | Default value -|---------|-----|------|-------------- -| Number of posts per page | postsPerPage | `number` | 20 -| Permalink delimiter | permalinkDelimiter | `string` | ? +A tipical workflow for a `theme` only collaborator will change from the current steps -This theme provide an angular library to connect to the Liveblog API. -This is an abstract theme to be extended, and we strongly recommend to use it if you want to create a new theme. +``` +git clone https://github.com/liveblog/lb-theme-angular +cd lb-theme-angular +npm install +gulp build +``` + +to the next steps + +``` +git clone https://github.com/liveblog/liveblog +cd liveblog/server/liveblog/themes/themes_assets/angular +npm install +gulp build +``` \ No newline at end of file