generated from open-innovations/oi-lume-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d459598
commit e33bd29
Showing
1 changed file
with
1 addition
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,4 @@ | ||
--- | ||
title: Welcome to the OI Lume Template | ||
title: Leeds Culture Dashboard | ||
--- | ||
|
||
<p> | ||
You'll need to customise some things to get started: | ||
</p> | ||
|
||
<ul> | ||
<li> | ||
Review the contents of <code>_config.ts</code>. 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. | ||
</li> | ||
<li> | ||
The source for the site is held in the <code>src</code> directory. | ||
</li> | ||
<li> | ||
Review the contents of <code>src/_data.yml</code> | ||
<ul> | ||
<li>This is where the default page layout is defined in the <code>layout</code> key. The default is <code>templates/page.njk</code>. This template can be found in the <code>_includes</code> directory.</li> | ||
<li>Select colours for the site header and logo by updating the <code>logo_colour</code> and <code>header_class</code>s. The <a href="https://open-innovations.org/brand/">Open Innovations Brand</a> page will help.</li> | ||
<li>Edit the site title and other SEO metadata in under the <code>metas</code> key. See the <a href="https://lume.land/plugins/metas/">Lume metas plugin documentation</a> for more information.</li> | ||
</ul> | ||
</li> | ||
<li> | ||
Edit the title of this page in the frontmatter above. You can override the template by setting the | ||
<code>layout</code> key. | ||
</li> | ||
</p> |