Creating an article "history"

Over the last few months I’ve been building up CodeTips with articles to teach people how to code.

The general feedback has been good for general blog articles, but I’m now at the point that it’s overwhelming for new readers to find a good starting point.

The logical next step is to create a journey or course, that takes the user from the beginner articles and them to a language/coding challenge etc.

As I see it I have two options:

  1. Create a new endpoint (e.g. www.codetips.co.uk/course) and create a brand new site, using the Ghost API, to serve the content in a customised order.

  2. Try and do this using a hbs template and have to use the Ghost helpers to get each article individually within the current theme.

At the moment I’m thinking option 1 is the best - but I’m open to other ideas if anyone has any?

1 Like