Course
Skills Expanded
Hacking Ghost
Rob Conery teaches Node and Javascript by hacking features into the popular Ghost Blog.
What you'll learn
Hacking things is what we do - it's a great way to learn and also help out in the process. In this course, we will take apart Ghost, a popular NodeJS blogging platform in an effort to learn and help out!
Table of contents
Introduction
6mins
Setup
19mins
Hack 1: Maxlength Fix
26mins
Hack 2: Augmenting Themes
39mins
Hack 3: Full Text Search With PostgreSQL
50mins
- Intro to Postgres Full-Text Indexing 8m
- Creating a Search Route and Theme Page 2m
- Diving Into Ghost's Data Access Bits, Part 1 5m
- Diving Into Ghost's Data Access Bits, Part 2 13m
- Wiring Up a Search Query 5m
- Setting Up the Search View 5m
- Ordering Results Properly 2m
- Adding a Search Box, Using the Querystring 4m
- Optimizing the Search Index 6m
Hack 4: Full Text Search With Lunr.js
27mins
Hack 5: Admin Post Filter
31mins