Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-02-17 23:44:39 -05:00
Code
Issues
Activity
e4c1e0d938
ghost
/
core
/
frontend
/
services
/
theme-engine
/
config
/
defaults.json
5 lines
54 B
JSON
Raw
Normal View
History
Unescape
Escape
✨ Posts per page as theme-config (#8149) closes #8131 - Remove ppp from default-settings.json - Remove ppp from meta (unused?\!) - ✨ Basic concept of theme config - use theme config ppp setting - ✨ Make @config.posts_per_page helper available - rather than @blog.posts_per_page, we now have @config.posts_per_page - 🚨 Test updates - Adding TODO note
2017-03-14 17:03:36 +00:00
{
Initial card asset service implementation - Requires the new @tryghost/minifier package - Adds a new service that will handle taking config from the theme and optionally including assets for Koenig editor cards - It supports both css and js as cards may need one or both - For any given config, the tool can find the matching files to include and concat and minify them into one file per type - Currently has an override in place so that this is not yet customisable in the theme - will remove this override when we're ready for the feature
2021-10-13 08:45:56 +01:00
"posts_per_page"
:
5
,
"card_assets"
:
false
✨ Posts per page as theme-config (#8149) closes #8131 - Remove ppp from default-settings.json - Remove ppp from meta (unused?\!) - ✨ Basic concept of theme config - use theme config ppp setting - ✨ Make @config.posts_per_page helper available - rather than @blog.posts_per_page, we now have @config.posts_per_page - 🚨 Test updates - Adding TODO note
2017-03-14 17:03:36 +00:00
}
Reference in a new issue
Copy permalink