From 1a7cba18ff67fb754c1f998faa7678323c1a4441 Mon Sep 17 00:00:00 2001 From: tobias Date: Mon, 15 Jul 2024 20:08:46 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 45db467..46d3e5f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,13 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M - [D3.js](https://d3js.org/), a JavaScript library for visualizing data + Initial knowledge graph implementation from the [Digital garden Jekyll template](https://github.com/maximevaillancourt/digital-garden-jekyll-template) - [Jekyll Feed plugin](https://github.com/hyphacoop/jekyll-feed), a plugin for Jekyll to generate an RSS feed +- [Jekyll serve](https://github.com/BretFisher/jekyll-serve) by Brett Fisher ## Development +### Using docker +`docker compose -f docker-compose.dev.yml up` + +### Using jekyll 1. Clone repository: `git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/kcl-digital-humanities-garden.git` 2. Install ruby's command line tools with your package manager (e.g. `brew install ruby`) 3. Install Bundler gem: `gem install bundler` @@ -29,3 +34,5 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M Digital Garden content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. All code at github.com/hyphacoop/digitalgarden/ is licensed under a GNU General Public License v3.0, the text of which is included in the repository [here](https://github.com/hyphacoop/digitalgarden/blob/main/LICENSE). + +## Local docker \ No newline at end of file