Commit Graph

84 Commits

Author SHA1 Message Date
d7544f63e9
source/scss/iseal.scss: apply style to h4 2022-02-06 21:00:14 +03:00
503da470df
site/layouts: group elements by module
Group elements by module within each cluster.
2022-02-06 20:58:42 +03:00
24ff4048b6
site: remove old comment in HTML template 2022-02-06 17:59:19 +03:00
alanorth
a5d7f53cd4 Automated commit with site updates 2022-02-03 18:44:54 +00:00
d7d3bf42cd
site/assets: regenerate static assets
After updating source/scss/iseal.scss I ran `npm run build` to reg-
enerate the static assets like iseal.min.css.
2022-02-03 21:38:28 +03:00
12134512e8
site: add ISEAL logo 2022-02-03 21:37:53 +03:00
adamISEAL
aea79cea28 Automated commit with site updates 2022-02-03 15:42:43 +00:00
adamISEAL
957724703b Automated commit with site updates 2022-02-03 15:31:12 +00:00
adamISEAL
8cd468b0ce Update home.html
Table update 'impact' to 'evaluation'
2022-02-03 15:30:14 +00:00
alicevthompson
8977cd441f Automated commit with site updates 2022-02-03 15:19:49 +00:00
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
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
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
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
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
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
alanorth
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
alanorth
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
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
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