Statically generated digital garden for the KCL DIgital Humanities department. Based on https://github.com/hyphacoop/digitalgarden
Go to file
Aadil Ayub 224f5a509a
All checks were successful
continuous-integration/drone/push Build is passing
make smallest breakpoint 20em instead of 30em
2024-07-19 18:18:18 +05:00
_includes update 2021-05-21 12:20:01 -04:00
_layouts add graph page 2021-06-28 10:25:12 -04:00
_notes status update 2021-05-30 15:54:40 -04:00
_plugins type prop 2021-05-30 15:11:10 -04:00
_sass make smallest breakpoint 20em instead of 30em 2024-07-19 18:18:18 +05:00
assets size adjust 2021-05-30 16:27:45 -04:00
_config.yml config 2021-04-11 13:21:55 -04:00
.drone.yml Update nginx v 2024-07-15 18:25:54 +02:00
.gitignore previewer up 2021-03-15 18:22:28 -04:00
404.html graph update 2021-04-03 18:32:00 -04:00
colophon.md notes and colophon 2021-03-31 23:56:11 -04:00
docker-compose.dev.yml Build dev image in compose 2024-07-19 14:01:18 +02:00
docker-compose.yml Attempt at drone deploy 2024-07-10 10:00:42 +02:00
docker-entrypoint.sh Setup local docker-based development environment 2024-07-09 14:36:39 +02:00
Dockerfile Attempt at drone deploy 2024-07-10 10:00:42 +02:00
Dockerfile.dev Attempt at drone deploy 2024-07-10 10:00:42 +02:00
favicon.ico favicon 2021-04-01 12:53:20 -04:00
Gemfile Setup local docker-based development environment 2024-07-09 14:36:39 +02:00
Gemfile.lock Setup local docker-based development environment 2024-07-09 14:36:39 +02:00
graph.md add graph page 2021-06-28 10:25:12 -04:00
index.md move where layout happens 2021-03-09 09:44:44 -05:00
LICENSE Create LICENSE 2021-03-07 18:11:25 -05:00
nginx.conf Add .html to uri in nginx 2024-07-15 18:24:55 +02:00
Rakefile fixes 2021-04-24 21:13:18 -04:00
README.md update readme 2024-07-19 17:06:09 +05:00

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

  1. Run docker compose -f docker-compose.dev.yml up
  2. Visit your localhost on port 4000: http://localhost:4000 or http://0.0.0.0:4000

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