diff --git a/_config.yml b/_config.yml index ef2ad7979..07662c072 100644 --- a/_config.yml +++ b/_config.yml @@ -129,8 +129,8 @@ footer: link: 'https://github.com/minicomp/wax' - label: 'Credits' link: '/credits' - - label: 'Contact' - link: 'https://gitter.im/minicomp/wax/' + - label: 'Wiki' + link: 'https://minicomp.github.io/wiki/wax/' logos: - img: '/img/logo.png' diff --git a/pages/about.md b/pages/about.md index 0df77c559..3d0ba3763 100644 --- a/pages/about.md +++ b/pages/about.md @@ -44,5 +44,5 @@ Below is a diagram to give you a zoomed-out view. In summary, you create a file 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. - + workflow diagram for wax process diff --git a/pages/credits.md b/pages/credits.md index 00de9bba1..2e161fbdb 100644 --- a/pages/credits.md +++ b/pages/credits.md @@ -1,11 +1,13 @@ --- layout: page -title: Credits +title: Credits & Contact permalink: '/credits/' --- -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. +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). -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/). +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. + +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)!) For more on working with Wax, visit our [documentation wiki](https://minicomp.github.io/wiki/wax/).