This is a Jekyll-based website made by Figure.NZ to collect and share resources and data about and for pacific people in Aotearoa.
Code and data from this website can be shared. You may not use the fonts, stock images, or illustrations.
This is because of licensing requirements. Font files, stock images, and illustrations are only licensed to Figure.NZ.
This repo has two main layout files.
index.md generates the homepage. Other top-level .md files generate additional top-level pages, such as an 'About' file. Some versions of this site will also have secondary pages that are grouped together. This repo has a folder called "_topics" as an example. .md files added to the topics file can be used to generate secondary pages, or to provide additional metadata for linking and cards, or both.
the config.yml file has a series of variables you'll need to set for your project. This includes the name, tracking code etc.
Once you've navigated to the code folder and installed necessary dependencies, run
bundle exec jekyll serve
This project uses SCSS.
The top of the SCSS file has variables for colour, font, and background tile used.
the 'Content' template is nested into the 'Homepage' one.