technology

Moving on to Website Design

less than 1 minute read

Finally I have managed to figure out how to get my non-posts to appear on my Jekyll / Github Pages website. I am using collections which is an easy way to get Jekyll to generate your non-post pages under _site but the trick to getting them to appear is to add some logic in Liquid to your layouts to explicitly create links to those pages.

Now that I have the basics it is time to think a bit harder about the site design itself … and here is the very rough outline of what I’d like in the first instance:

Rough Website Design

As it happens, the Minimal Mistakes Jekyll theme Collections example looks very similar:

Minimal Designs Collections Example

Here’s the link. Now I just need to figure out how that’s done :)

Updated: