diff --git a/README.md b/README.md index 2db06ae..8cd26fb 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,10 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M - [Tachyons](https://tachyons.io/), a functional CSS library that allows us to quickly grow the garden - [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) -- [GitHub Actions](https://github.com/hyphacoop/digitalgarden/actions) for testing, building, and deploying the site. - + [GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages) is used to deploy the site to the [`gh-pages`](https://github.com/hyphacoop/digitalgarden/tree/gh-pages) branch - [Jekyll Feed plugin](https://github.com/hyphacoop/jekyll-feed), a plugin for Jekyll to generate an RSS feed ## Development -1. Clone repository: `git clone git@github.com:hyphacoop/digitalgarden.git` +1. Clone repository: `git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/kcl-digital-humanities-garden.git` 2. Install Bundler gem: `gem install bundler` 3. Install dependencies: `bundle install` 4. Run locally: `bundle exec jekyll serve` or `rake watch`