Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 902 Bytes

File metadata and controls

37 lines (23 loc) · 902 Bytes

Vocabulary Derivation Modes Vocabulary

The modes by which one vocabulary may derive from another.

License

This repository is licensed under Creative Commons 4.0 International. See the LICENSE deed in this repository for details.

Contacts

Creator:
Nicholas J. Car
Senior Lecturer
Australian National University
nicholas.car@anu.edu.au

Publisher:
Australian Government Linked Data Working Group
https://www.linked.data.gov.au

Technical details

Jekyll Commands

Launch new site

jekyll new . --force

Serve locally

bundle exec jekyll serve

to fx dependencies: bundle update && bundle install

Taskfile

There's also a Taskfile.yml file with the common local development commands. See https://taskfile.dev for more information on how to use it.