This is a repository for the Leeds City Council Culture Dashboard
You may need to customise some things to get started:
- Review the contents of
_config.ts
. Pay particular attention to the site URL, as this will affect how relative links are created. You can probably ignore the rest of this for the moment. - The source for the site is held in the
src
directory. - Review the contents of
src/_data.yml
- This is where the default page layout is defined in the
layout
key. The default istemplates/page.njk
. This template can be found in the_includes
directory. - Edit the site title and other SEO metadata in under the
metas
key. See the Lume metas plugin documentation for more information.
- This is where the default page layout is defined in the
- Edit the title of this page in the frontmatter above. You can override the
template by setting the
layout
key.