kcl-digital-humanities-garden/README.md
tobias 1a7cba18ff
Some checks failed
continuous-integration/drone/push Build is passing
GitHub Pages Deploy / deploy (push) Has been cancelled
JS Lint / lint (push) Has been cancelled
HTMLProofer / test (2.7) (push) Has been cancelled
HTMLProofer / test (3.0) (push) Has been cancelled
Update README
2024-07-15 20:08:46 +02:00

2.7 KiB

Digital Garden

A public notebook / digital garden for King's College London's digital humanities department.

Based on Hypha's digital garden for The Bentway's Digital and/as Public Space Micro-residency.

Adding and connecting notes

  • Notes in the Digital Garden are stored in the ./_notes folder as markdown files (*.md) files.
  • Connecting notes is done through a double-bracket notation: [[text to link]]. View the The Statement of Intent note as an example.
  • A link without a corresponding markdown file will be highlighted and left unlinked until a file is created.

Technologies used

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
  4. Install dependencies: bundle install
  5. Run locally: bundle exec jekyll serve or rake watch
  6. Visit your localhost on port 4000: http://localhost:4000 or http://127.0.0.1:4000

License

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.

Local docker