Commit Graph

74 Commits

Author SHA1 Message Date
Alan Orth 2b1a1ea943 package-lock.json: run npm update
This syncs the latest dependencies as specified by evaluating the
package.json.
2022-01-30 13:29:07 +03:00
Alan Orth 3da6569961 site/package.json: minor version bump for bootstrap
NPM semantic versioning will already select 5.1.3 due to the ^5.1.1
version string, but let's just update package.json anyways.
2022-01-30 13:29:07 +03:00
Alan Orth 86ae899f3e site/package.json: update Hugo
Only used on local development workflows (GitHub Actions uses its
own Hugo task that always has the latest version).
2022-01-30 13:29:07 +03:00
alanorth 18c6560b58 Automated commit with site updates 2022-01-30 09:32:54 +00:00
alanorth 275fd1d851 Automated commit with site updates 2022-01-29 13:28:27 +00:00
alanorth 97e31887b9 Automated commit with site updates 2022-01-23 16:00:23 +00:00
alanorth 92fd918081 Automated commit with site updates 2022-01-11 19:03:47 +00:00
alanorth a063ec6143 Automated commit with site updates 2022-01-09 08:14:12 +00:00
alanorth f21038663e Automated commit with site updates 2022-01-07 12:28:17 +00:00
Alan Orth 16b183f36b
site: update URLs to iseal-community 2022-01-07 14:26:50 +02:00
Alan Orth 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
Alan Orth 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
alanorth 7363e8d70d Automated commit with site updates 2022-01-06 10:43:37 +00:00
marieALaporte cab3851500 Automated commit with site updates 2022-01-06 12:40:19 +02:00
adamISEAL ceac0b4ae4 Automated commit with site updates 2022-01-05 15:33:44 +00:00
alanorth fef8d0b986 Automated commit with site updates 2022-01-05 12:11:32 +00:00
alanorth d90e6dee0a Automated commit with site updates 2022-01-05 10:10:58 +00:00
alanorth 3be7829428 Automated commit with site updates 2022-01-05 08:06:39 +00:00
alanorth 749a14d564 Automated commit with site updates 2022-01-03 14:22:33 +00:00
alanorth 4075fe9424 Automated commit with site updates 2022-01-03 13:56:06 +00:00
alanorth 81b6922875 Automated commit with site updates 2021-12-21 17:08:32 +00:00
Alan Orth 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
Alan Orth 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
Alan Orth 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
Alan Orth 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
alanorth f1807806d1 Automated commit with site updates 2021-12-21 16:55:30 +00:00
Alan Orth 683a240ec8
site: fix order of navigation 2021-12-21 18:14:54 +02:00
alanorth dbcdb98ab0 Automated commit with site updates 2021-12-20 10:05:34 +00:00
Alan Orth baf534efd5
Update references to shema-fields.csv 2021-12-20 12:04:11 +02:00
alanorth d4151fa803 Automated commit with site updates 2021-12-20 07:42:30 +00:00
alanorth 103d9a787c Automated commit with site updates 2021-12-19 12:17:24 +00:00
marieALaporte 074d6a46bd Automated commit with site updates 2021-12-16 08:59:56 +00:00
marieALaporte 1b6b75f886 Automated commit with site updates 2021-12-14 14:07:12 +00:00
alanorth a2491b9e15 Automated commit with site updates 2021-12-14 13:19:21 +00:00
alanorth 4db80ac8c1 Automated commit with site updates 2021-12-14 12:49:06 +00:00
Alan Orth cf5f17ff0f
site/docs: regenerate site with hugo 2021-12-13 15:10:04 +02:00
Alan Orth 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
Alan Orth eb18a5ab3b
site: regenerate vocabularies 2021-12-13 15:05:49 +02:00
Alan Orth b8f2819556
site/docs: regenerate site with hugo 2021-12-13 10:24:14 +02:00
Alan Orth 3feddf1077
site/assets: run npm build
Regenerate static assets after change in CSS.
2021-12-13 10:23:42 +02:00
Alan Orth 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
Alan Orth b50e5fa3fd
site/docs: regenerate with hugo 2021-12-12 22:03:23 +02:00
Alan Orth 9f88a0ab44
site/layouts: use table for clusters
This is better than a list.
2021-12-12 22:02:43 +02:00
Alan Orth fb43eeb0c8
site/package-lock.json: latest changes
After installing the bootstrap-icons.
2021-12-12 21:24:00 +02:00
Alan Orth 7b18447e5d
site: regenerate static assets 2021-12-12 21:16:23 +02:00
Alan Orth 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
Alan Orth 81466a508c
site/package.json: use Bootstrap Icons
For download icons.
2021-12-12 21:09:42 +02:00
Alan Orth 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
Alan Orth 8e8aa2983c
site/docs: regenerate with hugo 2021-12-02 10:54:08 +02:00
Alan Orth 46b31f4585
site/layouts: add CC-BY-SA-4.0 text to footer 2021-12-02 10:51:12 +02:00