Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Angular Based Theme
# Angular Based Theme repo is **DEPRECATED**

<table><tr><td>Extends</td><td>nothing</td></tr></table>
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
```