Skip to content

Commit bbc156b

Browse files
committed
update contact info
1 parent 7675ce8 commit bbc156b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ footer:
129129
link: 'https://github.com/minicomp/wax'
130130
- label: 'Credits'
131131
link: '/credits'
132-
- label: 'Contact'
133-
link: 'https://gitter.im/minicomp/wax/'
132+
- label: 'Wiki'
133+
link: 'https://minicomp.github.io/wiki/wax/'
134134
logos:
135135
- img: '/img/logo.png'
136136

pages/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Below is a diagram to give you a zoomed-out view. In summary, you create a file
4444
From there, you can run tests on your site to catch errors and decide where and how to put it online or in offline media.
4545

4646
<a href="{{ '/img/wax_workflow.jpg' | absolute_url }}">
47-
<img src="{{ '/img/wax_workflow.jpg' | absolute_url }}"/>
47+
<img src="{{ '/img/wax_workflow.jpg' | absolute_url }}" alt="workflow diagram for wax process"/>
4848
</a>

pages/credits.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
layout: page
3-
title: Credits
3+
title: Credits & Contact
44
permalink: '/credits/'
55
---
66

7-
Wax is a minimal computing ([minicomp](https://github.com/minicomp)) project led by [Marii Nyröp](http://marii.info/). The project is currently maintained by Marii Nyröp at New York University and [Alex Gil](https://github.com/elotroalex) at Columbia University Libraries. It uses open source libraries and frameworks including [Jekyll](https://jekyllrb.com), [IIIF](http://iiif.io), [OpenSeaDragon](https://openseadragon.github.io/), [Rake](https://ruby.github.io/rake/), and [ElasticLunr](http://elasticlunr.com/). Wax builds upon work by [Peter Binkley](https://github.com/pbinkley), [David Newbury](https://github.com/workergnome), and others.
7+
Wax is a minimal computing ([minicomp](https://github.com/minicomp)) project led and maintained by [Marii Nyrop](https://marii.info/) and [Alex Gil](https://github.com/elotroalex).
88

9-
We welcome and encourage contributors and maintainers. Please get in touch, or [fork the project on GitHub](https://github.com/minicomp/wax). If you encounter any issue with the software, please [create an issue](https://github.com/minicomp/wax/issues) on our repository or post a comment on [Gitter](https://gitter.im/minicomp/wax/).
9+
It uses open source libraries and frameworks including [Jekyll](https://jekyllrb.com), [IIIF](http://iiif.io), [OpenSeaDragon](https://openseadragon.github.io/), and [ElasticLunr](http://elasticlunr.com/) and builds upon work by [Peter Binkley](https://github.com/pbinkley), [David Newbury](https://github.com/workergnome), and others.
10+
11+
We welcome and encourage contributibutions. Please get in touch, or [fork the project on GitHub](https://github.com/minicomp/wax). If you encounter any issue with the software, please [create an issue](https://github.com/minicomp/wax/issues) or find us in the **#minicomp-wax** channel within the [Code4Lib Slack](https://code4lib.slack.com). (Request an invite [here](https://docs.google.com/forms/d/e/1FAIpQLSeD77mBp0Y13mFePF8UmDwFrlbxNx3VttEjz_3dgglJeK-Zbg/viewform?c=0&w=1)!)
1012

1113
For more on working with Wax, visit our [documentation wiki](https://minicomp.github.io/wiki/wax/).

0 commit comments

Comments
 (0)