mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added Headline theme to design settings
This commit is contained in:
parent
691f2fc64e
commit
4d81b40573
@ -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',
|
||||
|
BIN
ghost/admin/public/assets/img/themes/Headline.jpg
Normal file
BIN
ghost/admin/public/assets/img/themes/Headline.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in New Issue
Block a user