Создание своей темы
Создание темы ghost cms
Пустую тему можно скачать здесь https://github.com/TryGhost/Starter
Начало
Для создания темы достаточно создать в папке {имя проекта}/content/themes/{имя темы}
следующие фалы:
index.hbs
post.hbs
package.json
{
"name": "DK theme",
"description": "Пустая тема DK",
"version": "1.1.1",
"engines": {
"ghost": ">=1.0.0"
},
"author": {
"name": "Danila Korotkov",
"email": "danila.korotkov@gmail.com",
"url": "https://dkorotkov.github.io/"
}
}
Last updated
Was this helpful?