Commit Graph

65 Commits

Author SHA1 Message Date
16b183f36b site: update URLs to iseal-community 2022-01-07 14:26:50 +02:00
ad6d18697f site/package.json: update Hugo version
This is only used locally, but might as well update the version just
in case.
2022-01-06 13:55:10 +02:00
d182d67d9c site/package-lock.json: run npm update
Make sure dependencies are current so this project doesn't get too
out of date once we hand over ownership!
2022-01-06 13:52:53 +02:00
7363e8d70d Automated commit with site updates 2022-01-06 10:43:37 +00:00
cab3851500 Automated commit with site updates 2022-01-06 12:40:19 +02:00
ceac0b4ae4 Automated commit with site updates 2022-01-05 15:33:44 +00:00
fef8d0b986 Automated commit with site updates 2022-01-05 12:11:32 +00:00
d90e6dee0a Automated commit with site updates 2022-01-05 10:10:58 +00:00
3be7829428 Automated commit with site updates 2022-01-05 08:06:39 +00:00
749a14d564 Automated commit with site updates 2022-01-03 14:22:33 +00:00
4075fe9424 Automated commit with site updates 2022-01-03 13:56:06 +00:00
81b6922875 Automated commit with site updates 2021-12-21 17:08:32 +00:00
a351e164c7 site/content: add fsc.md
This is the page that renders the FSC terms. We actually also gen-
erate a page for each term which is annoying, but I don't know how
to avoid that.
2021-12-21 19:07:16 +02:00
bd8839fde8 site: regenerate static assets
Remove old style.min.css since we now have ISEAL (default) and FSC
styles.
2021-12-21 19:07:16 +02:00
d8065f0634 site/layouts: add new FSC extension
We use a custom style block in the base that defaults to ISEAL, but
gets overridden in the FSC layout. Layout is determined in the term
frontmatter, either "home" or "fsc".
2021-12-21 19:07:16 +02:00
d4bd504ff2 site: add FSC style
We now have FSC and ISEAL color schemes with some common style in
main.scss. I don't have any branding guidelines for FSC so I'm just
using colors for now.
2021-12-21 19:07:16 +02:00
f1807806d1 Automated commit with site updates 2021-12-21 16:55:30 +00:00
683a240ec8 site: fix order of navigation 2021-12-21 18:14:54 +02:00
dbcdb98ab0 Automated commit with site updates 2021-12-20 10:05:34 +00:00
baf534efd5 Update references to shema-fields.csv 2021-12-20 12:04:11 +02:00
d4151fa803 Automated commit with site updates 2021-12-20 07:42:30 +00:00
103d9a787c Automated commit with site updates 2021-12-19 12:17:24 +00:00
074d6a46bd Automated commit with site updates 2021-12-16 08:59:56 +00:00
1b6b75f886 Automated commit with site updates 2021-12-14 14:07:12 +00:00
a2491b9e15 Automated commit with site updates 2021-12-14 13:19:21 +00:00
4db80ac8c1 Automated commit with site updates 2021-12-14 12:49:06 +00:00
cf5f17ff0f site/docs: regenerate site with hugo 2021-12-13 15:10:04 +02:00
c815e0cffd package.json: add npm script for hugo server
Use `npm run server` to start local Hugo server.
2021-12-13 15:07:47 +02:00
eb18a5ab3b site: regenerate vocabularies 2021-12-13 15:05:49 +02:00
b8f2819556 site/docs: regenerate site with hugo 2021-12-13 10:24:14 +02:00
3feddf1077 site/assets: run npm build
Regenerate static assets after change in CSS.
2021-12-13 10:23:42 +02:00
f059918c40 Re-work download section
I don't like the "hanging" icons now that I look again. Better to
use normal Bootstrap columns and rows here with the icons in the
header. I need to figure out how to add spacing between these when
we are on small devices and the columns stack, though!
2021-12-13 10:22:46 +02:00
b50e5fa3fd site/docs: regenerate with hugo 2021-12-12 22:03:23 +02:00
9f88a0ab44 site/layouts: use table for clusters
This is better than a list.
2021-12-12 22:02:43 +02:00
fb43eeb0c8 site/package-lock.json: latest changes
After installing the bootstrap-icons.
2021-12-12 21:24:00 +02:00
7b18447e5d site: regenerate static assets 2021-12-12 21:16:23 +02:00
060ce5e556 site: add download section
Use something similar to Bootstrap's "Hanging icons" example from
the Bootstrap 5.1 docs.

See: https://getbootstrap.com/docs/5.1/examples/features/
2021-12-12 21:13:46 +02:00
81466a508c site/package.json: use Bootstrap Icons
For download icons.
2021-12-12 21:09:42 +02:00
568fca6400 Update npm packages
Version bump in package.json and then run `npm update` to generate
a new package-lock.json.
2021-12-06 21:05:47 +02:00
8e8aa2983c site/docs: regenerate with hugo 2021-12-02 10:54:08 +02:00
46b31f4585 site/layouts: add CC-BY-SA-4.0 text to footer 2021-12-02 10:51:12 +02:00
26f33244d9 Regenerate site
Use `npm run build` to regenerate the static CSS/JS assets and the
HTML docs.
2021-12-01 15:16:09 +02:00
f42227914f layouts/_default/term.html: use code for element
Use a monospace font for the element name so it is unambiguous.
2021-12-01 15:11:38 +02:00
ac1b61d3dd site/source/scss: use orange for code blocks 2021-12-01 15:08:02 +02:00
69956024f7 site/source/scss: adapt more ISEAL branding
Use tint colors from the ISEAL Branding Guidelines Version 3.0 and
remove the dark and light blues that I gleaned from the ISEAL web-
site.
2021-12-01 15:08:02 +02:00
320ade7069 source/scss: use secondary green for code
Experimenting with secondary colors.
2021-12-01 15:08:02 +02:00
3598509499 site/assets: regenerate static assets
Using the `npm run build` script.
2021-12-01 15:08:02 +02:00
71bcd1092c site: apply principles from ISEAL branding guidelines
The ISEAL Branding Guidelines Version 3.0 (June 2021) say we should
use Arial font for online material and it specifies the RGB values
to use for headings, sub-headings, and body text. It also specifies
four secondary colors to be used in support of the primary colors.
2021-12-01 15:08:02 +02:00
8aef2a0a20 package.json: update dependencies 2021-12-01 15:07:42 +02:00
77e62be66c site/docs: regenerate with hugo 2021-12-01 12:00:16 +02:00