ISEAL Core Metadata Set
Go to file
Alan Orth 392a49f854
Add hugo-installer to site package.json
This installs a local copy of the Hugo binary that we need to build
the site. Otherwise the user would have to install it via their sy-
stem package manager. This also adds a new npm "build:site" script
to build the site using our local version of Hugo.

Note: this is slightly annoying, but after toying with "easier" op-
tions like Hexo that integrate with the JavaScript ecosystem more
naturally, I ended up preferring Hugo anyways. Hexo's not nearly as
powerful or well documented as Hugo.

Note note: there is also the `hugo-bin` package on NPM, but it is
very out of date.
2021-11-11 14:55:40 +02:00
.github/workflows .github/workflows/pages.yml: Deploy to site branch 2021-11-01 08:41:17 +02:00
site Add hugo-installer to site package.json 2021-11-11 14:55:40 +02:00
util Rename util/generate_docs.py to util/generate-hugo-content.py 2021-11-01 09:04:57 +02:00
.gitignore Add .gitignore 2021-11-01 08:34:00 +02:00
documentation.html fixing domain and range namespace 2021-10-28 09:04:51 +02:00
idds.ttl fixing domain and range namespace 2021-10-28 09:04:51 +02:00
idss application profile.ipynb fixing domain and range namespace 2021-10-28 09:04:51 +02:00
poetry.lock Add poetry config 2021-11-01 08:19:39 +02:00
pyproject.toml Add poetry config 2021-11-01 08:19:39 +02:00
README.md Update name of project 2021-11-03 21:58:10 +02:00
setup.cfg Add setup.cfg for isort 2021-11-01 08:21:32 +02:00

ISEAL Core Metadata Set

TODO

  • Clarify license for code and docs (GPL and CC?)
  • Update links to final version (from alanorth to iseal GitHub)