Comparar commits
5 Commits
67bb78d0f2
...
main
Autor | SHA1 | Data | |
---|---|---|---|
150a7127cc | |||
21431bc420 | |||
224f5a509a | |||
14303d6b28 | |||
af6809bab6 |
25
.github/workflows/deploy.yml
externo
25
.github/workflows/deploy.yml
externo
@ -1,25 +0,0 @@
|
||||
name: GitHub Pages Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
bundler-cache: true
|
||||
- name: Build site
|
||||
run: bundle exec rake build
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./_site
|
||||
cname: digitalgarden.hypha.coop
|
12
.github/workflows/js-lint.yml
externo
12
.github/workflows/js-lint.yml
externo
@ -1,12 +0,0 @@
|
||||
name: JS Lint
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14.16.0'
|
||||
- run: npm install standard
|
||||
- run: npx standard
|
19
.github/workflows/main.yml
externo
19
.github/workflows/main.yml
externo
@ -1,19 +0,0 @@
|
||||
name: HTMLProofer
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby-version: ['2.7', '3.0']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true
|
||||
- name: Install Curl
|
||||
run: sudo apt install libcurl4-openssl-dev
|
||||
- name: Run tests
|
||||
run: bundle exec rake
|
@ -1,6 +1,6 @@
|
||||
# Digital Garden
|
||||
|
||||
A public notebook / digital garden for King's College London's digital humanities department.
|
||||
A digital garden for King's College London's [Centre for Digital Culture](https://www.kcl.ac.uk/research/cdc).
|
||||
|
||||
Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space Micro-residency](https://digitalgarden.hypha.coop).
|
||||
|
||||
@ -20,7 +20,8 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M
|
||||
|
||||
## Development
|
||||
### Using docker
|
||||
`docker compose -f docker-compose.dev.yml up`
|
||||
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`
|
||||
|
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
23
about.md
Arquivo normal
23
about.md
Arquivo normal
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: page
|
||||
title: about
|
||||
---
|
||||
|
||||
[](https://www.kcl.ac.uk/research/cdc)
|
||||
|
||||
This is a digital garden for the [Centre for Digital Culture (CDC)](https://www.kcl.ac.uk/research/cdc) at [King's College London](https://kcl.ac.uk/).
|
||||
|
||||
The Centre for Digital Culture is an interdisciplinary research centre promoting research and public engagement with digital culture, including the dynamics and practices, imaginaries and materialities, interactions and infrastructures, forms and formats that accompany the web, social media and networked digital devices. Through our projects and activities we support critical inquiry both with and about digital technologies across disciplines, languages, regions and online spaces.
|
||||
|
||||
The Centre for Digital Culture is part of the [Digital Futures Institute](https://www.kcl.ac.uk/dfi).
|
||||
|
||||
|
||||
## website credits
|
||||
|
||||
The website was developed with the [Autonomic cooperative](https://autonomic.zone/) drawing on a [digital garden project](https://thebentway.ca/stories/digital-and-as-public-space/) from [Hypha](https://hypha.coop/), a worker co-operative based in Toronto.
|
||||
|
||||
It uses the following open source components:
|
||||
- **[Anthony](http://velvetyne.fr/fonts/anthony/)** - a typeface designed by [Sun Young Oh](https://www.sunyoungoh.com/) and inspired from artworks by British sculptor Anthony Caro. The form of this typeface comes from his sculptures that are leaning against each other. Anthony is licensed under the [SIL Open Font License v1.1](http://scripts.sil.org/OFL)
|
||||
- **[Work Sans](https://github.com/weiweihuanghuang/Work-Sans)** - a typeface designed by [Wei Huang](http://charlix.cx/) based loosely on early Grotesques. Work Sans was made in part on the stolen lands of the Wurundjeri and Boon Wurrung people of the Kulin nations. Work Sans is licensed under the [SIL Open Font License v1.1](http://scripts.sil.org/OFL)
|
||||
- **[Tachyons](https://tachyons.io/)** - a modular CSS library with a few extended features.
|
||||
- **[D3.js](https://d3js.org/)** - a JavaScript library for visualizing data. D3.js was used to create the interactive knowledge graph. Originally from [Digital garden Jekyll template](https://github.com/maximevaillancourt/digital-garden-jekyll-template) by Maxime Vaillancourt.
|
BIN
assets/images/cdc.webp
Arquivo normal
BIN
assets/images/cdc.webp
Arquivo normal
Arquivo binário não exibido.
Depois Largura: | Altura: | Tamanho: 6.0 KiB |
Referência em uma nova issue
Block a user