diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7018e0e..b4d672d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -Please see [https://bavc.github.io/avaa/contributors_guide.html](https://bavc.github.io/avaa/contributors_guide.html) +Please see [our Contributor's Guide](//www.avartifactatlas.com/contributors_guide.html) diff --git a/README.md b/README.md index 38ac52c..80e468d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [AVAA](https://bavc.github.io/avaa/) +# [AVAA](//www.avartifactatlas.com) ## Contributing -Please see our [contributor's guide](https://bavc.github.io/avaa/contributors_guide.html) for how to add to this resource. +Please see our [contributor's guide](//www.avartifactatlas.com/contributors_guide.html) for how to add to this resource. ## How to run this locally: @@ -10,8 +10,8 @@ Please see our [contributor's guide](https://bavc.github.io/avaa/contributors_gu 2. Navigate to repository 3. If you don't already have it, `gem install bundler` 4. Run `bundle` -5. Run `jekyll serve --baseurl='/avaa'` -6. Navigate browser to http://localhost:4000/avaa/ +5. Run `jekyll serve` +6. Navigate browser to http://localhost:4000/ ## Technology diff --git a/_config.yml b/_config.yml index 2eb8cae..e6131b6 100644 --- a/_config.yml +++ b/_config.yml @@ -3,8 +3,8 @@ description: logo: # 120x120 px default teaser: # 400x250 px default locale: -baseurl: /avaa -url: http://bavc.github.io +baseurl: +url: http://www.avartifactatlas.com/ collections: artifacts: output: true @@ -12,8 +12,8 @@ collections: output: true prose: rooturl: '_artifacts' - siteurl: 'http://bavc.github.io/avaa/' - relativeLinks: 'http://bavc.github.io/avaa/links.jsonp' + siteurl: 'http://www.avartifactatlas.com/' + relativeLinks: 'http://www.avartifactatlas.com/links.jsonp' media: 'media' ignore: - index.md diff --git a/about.md b/about.md index ede2833..19551e1 100644 --- a/about.md +++ b/about.md @@ -3,7 +3,7 @@ layout: page title: About ---
- Artist Jordan Biren creates head clog with his mind + Artist Jordan Biren creates head clog with his mind The AV Artifact Atlas is for use in the identification and definition of the technical issues and anomalies that can afflict audio and video signals. diff --git a/contributors_guide.md b/contributors_guide.md index 71a1652..ca50611 100644 --- a/contributors_guide.md +++ b/contributors_guide.md @@ -22,12 +22,9 @@ title: Contributors Guide ## Basics {#intro} Thank you for checking out the Contributors Guide! AVAA could not be sustained without a dedicated community of loveable av nerds like you. -This guide is designed as a simple step-by-step for contributing via GitHub or Prose. If what you read here doesn't make a whole lot of sense, consider treating yourself to a crash course in git, GitHub, and the Markdown language (a little HTML helps too). It's all very easy, we swear. Some resource recommendations are in our FAQ page. +This guide is designed as a simple step-by-step for contributing via GitHub or Prose. If what you read here doesn't make a whole lot of sense, consider treating yourself to a crash course in git, GitHub, and the Markdown language (a little HTML helps too). It's all very easy, we swear. Some resource recommendations are in our FAQ page. -The AVAA homepage can be accessed in one of two ways. Most pages will have links at the bottom that say "Edit in GitHub" or "Edit in Prose." - -- avaa.bavc.org -- bavc.github.io/avaa/ +Most pages will have links at the bottom that say "Edit in GitHub" or "Edit in Prose." You can embed video examples from anywhere, but it'd be great if you can send an upload request to add them to the [AV Artifact Atlas Collection on Internet Archive](https://archive.org/details/avartifactatlas?sort=-date). diff --git a/index.md b/index.md index 7f6e3e3..423b98e 100644 --- a/index.md +++ b/index.md @@ -4,11 +4,11 @@ title: AV Artifact Atlas ---
-Welcome to AV Artifact Atlas, a resource for identifying errors and anomalies in analog and digital video. AVAA is built for and by a community of professionals in the field of audiovisual archiving but useful for anyone working with av material. Check out our [About](https://bavc.github.io/avaa/about.html) page for more information about the project and the [Contributor's Guide](https://bavc.github.io/avaa/contributors_guide.html) for steps on how you can participate. +Welcome to AV Artifact Atlas, a resource for identifying errors and anomalies in analog and digital video. AVAA is built for and by a community of professionals in the field of audiovisual archiving but useful for anyone working with av material. Check out our [About]({{ site.baseurl }}/about.html) page for more information about the project and the [Contributor's Guide]({{ site.baseurl }}/contributors_guide.html) for steps on how you can participate. -To start, you can view this [list of commonly occurring audio and video artifacts.](https://bavc.github.io/avaa/tags.html#common-artifacts) +To start, you can view this [list of commonly occurring audio and video artifacts.]({{ site.baseurl }}/tags.html#common-artifacts) -You can browse the site using the search box in the sidebar, the tag cloud below, or this [list of artifacts](https://bavc.github.io/avaa/tags.html). +You can browse the site using the search box in the sidebar, the tag cloud below, or this [list of artifacts]({{ site.baseurl }}tags.html). {% assign rawtags = "" %} {% for post in site.artifacts %}