Welcome to the OI Lume Template. You can see what this looks like by visiting https://open-innovations.github.io/oi-lume-template/.
You'll need to customise some things to get started:
_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.src
directory.src/_data.yml
layout
key.
The default is templates/page.njk
. This template can be found in the
_includes
directory.logo_colour
and header_class
keys. The Open Innovations Brand page
will help.metas
key. See the Lume metas plugin documentation
for more information.layout
key. README
and write your own!Either
create a new repoistory from a template
or use the degit
tool.
npx degit https://github.com/open-innovations/oi-lume-template/ my-local-path
The latter is more flexible, as it allows you to insert the template into an existing repository, but comes at the cost of having to have npx
installed on your system, which in turn needs node
and npm
.
I'd recomment the LTS (Long Term Support) version of node
if you have to make a choice!.