Use the {{#get 'posts'}} {/get}}
magic.
This will query the Ghost Content API to load content, server side. Ths is conceptually similar to Wordpress's WPQuery.
https://ghost.org/docs/api/v3/handlebars-themes/helpers/get/
We're using TailwindCSS, which relies on loads of utility classes to avoid us needing to write extra css. This lets us use PurgeCSS to clear out most of the unused CSS, and end up with relatively small payloads sent over the wire,
https://tailwindcss.com/docs/controlling-file-size/
You can use Mailhog to test sending emails, without needing to connect to the internet, if you're on a train for example. or you're working on templates, and don't want to cruft up your inbox:
First install Mailhog, then add this to config.development.json
, to replace this:
"mail": {
"transport": "Direct"
}
With this:
"mail": {
"transport": "SMTP",
"options": {
"host": "0.0.0.0",
"port": 1025
}
},
You can see more in this post on Ghost's forums explaining set up in more detail
#get
query for pages on home page#get
query for blog posts on home pagePush to the production
branch. A github action will deploy it to the relevant server.
PurgeCSS works nicely enough to generate the files This invocation took an 883k uncompressed file, and generated one that was 17k uncompressed, and unminified.
purgecss --css build/styles.css --content ./\*_/_.hbs --out build/purged/
To push the update theme to the live site, push to the production
branch.
A github action will deploy it to the relevant server.
We find that it helps if you shout "YOLO" whilst doing so, as it improves the chances of build step working.
Icons
https://www.flaticon.com/family/special/lineal https://www.flaticon.com/packs/future-technology-15
Platform https://www.flaticon.com/free-icon/chip_897219
Packets https://thenounproject.com/search/?q=network&i=409821 https://thenounproject.com/search/?q=network&i=420645 https://thenounproject.com/term/network/50035/
is this a better network icon than we have now? https://thenounproject.com/term/network/50035/
Process https://thenounproject.com/search/?q=network&i=409821
Process: https://www.flaticon.com/free-icon/strategy_993782
Titillium web
greens
AADE87 447821