Statically generated digital garden for the KCL DIgital Humanities department. Based on https://github.com/hyphacoop/digitalgarden
Go to file
2021-04-11 13:05:04 -04:00
_includes not expander 2021-04-03 20:24:54 -04:00
_layouts not expander 2021-04-03 20:24:54 -04:00
_notes date format 2021-04-11 13:04:47 -04:00
_plugins date injestor 2021-04-11 13:04:24 -04:00
_sass fix fonts 2021-03-31 22:41:16 -04:00
.github/workflows cname key 2021-03-12 19:18:16 -05:00
assets not expander 2021-04-03 20:24:54 -04:00
_config.yml author 2021-04-11 13:05:04 -04: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
favicon.ico favicon 2021-04-01 12:53:20 -04:00
Gemfile rubocop fixes 2021-03-31 22:50:13 -04:00
Gemfile.lock rubocop fixes 2021-03-31 22:50:13 -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
Rakefile ci 2021-03-07 16:27:28 -05:00
README.md fix 2021-04-11 10:11:44 -04:00

Digital Garden

HTMLProofer GitHub Pages Deploy

A public notebook / digital garden for The Bentways Digital and/as Public Space Micro-Residency.

Visit the garden

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

  1. Clone repository: git clone git@github.com:hyphacoop/digitalgarden.git
  2. Install Bundler gem: gem install bundler
  3. Install dependencies: bundle install
  4. Run locally: bundle exec jekyll serve or rake watch
  5. 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.