Added Headline theme to design settings

This commit is contained in:
Peter Zimon 2022-03-21 10:45:27 +01:00
parent 691f2fc64e
commit 4d81b40573
2 changed files with 14 additions and 7 deletions

View File

@ -18,13 +18,6 @@ export default class ChangeThemeController extends Controller {
previewUrl: 'https://demo.ghost.io/',
ref: 'default',
image: 'assets/img/themes/Casper.jpg'
}, {
name: 'Journal',
category: 'Newsletter',
url: 'https://github.com/TryGhost/Journal',
previewUrl: 'https://journal.ghost.io/',
ref: 'TryGhost/Journal',
image: 'assets/img/themes/Journal.png'
}, {
name: 'Edition',
category: 'Newsletter',
@ -32,6 +25,20 @@ export default class ChangeThemeController extends Controller {
previewUrl: 'https://edition.ghost.io/',
ref: 'TryGhost/Edition',
image: 'assets/img/themes/Edition.png'
}, {
name: 'Headline',
category: 'News',
url: 'https://github.com/TryGhost/Headline',
previewUrl: 'https://headline.ghost.io',
ref: 'TryGhost/Headline',
image: 'assets/img/themes/Headline.jpg'
}, {
name: 'Journal',
category: 'Newsletter',
url: 'https://github.com/TryGhost/Journal',
previewUrl: 'https://journal.ghost.io/',
ref: 'TryGhost/Journal',
image: 'assets/img/themes/Journal.png'
}, {
name: 'Digest',
category: 'Newsletter',

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB