Future Web Design

Astro

Publishing an Astro site to Github Pages

Github pages offers free sites for github projects and organisations/users. This post shows you how to easily publish an Astro site to Github pages quickly.
3 minutes

Astro if...else statements

Using iff..else statements within a .astro file isnt so straight forward. This post will show you how you can get around thsi limitation and easily use if...else statements with a jsx style hack
1 minute

Astro 2.0 Pagination for Collections

How to use Astro 2.0 Pagination with collections of markdown files. This currently isnt clear with the Astro docs, but here is a simple explanation to get you started!
3 minutes