Skip to content

Commit

Permalink
Update project metadata, gif and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Jun 4, 2019
1 parent 2dd73e2 commit 0684807
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions _projects/canvas.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: project
name: "image-canvas"
title: "Image Canvas"
weight: 10
crates_io: "https://crates.io/crates/image-canvas"
crates_io_badge: "https://img.shields.io/crates/v/image-canvas.svg"
Expand Down
13 changes: 7 additions & 6 deletions _projects/image-gif.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: project
name: "tiff"
name: "gif"
title: "Gif"
weight: 700
crates_io: "https://crates.io/crates/tiff"
crates_io_badge: "https://img.shields.io/crates/v/tiff.svg"
github: "https://github.com/image-rs/image-tiff"
docs: "https://docs.rs/tiff"
docs_badge: "https://docs.rs/tiff/badge.svg"
crates_io: "https://crates.io/crates/gif"
crates_io_badge: "https://img.shields.io/crates/v/gif.svg"
github: "https://github.com/image-rs/image-gif"
docs: "https://docs.rs/gif"
docs_badge: "https://docs.rs/gif/badge.svg"
---

The `gif` is an image format on the web that is nearly a synonym for
Expand Down
1 change: 1 addition & 0 deletions _projects/image-png.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: project
name: "png"
title: "Png"
weight: 800
crates_io: "https://crates.io/crates/png"
crates_io_badge: "https://img.shields.io/crates/v/png.svg"
Expand Down
2 changes: 2 additions & 0 deletions _projects/image-tiff.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
layout: project
name: "tiff"
title: "Tiff"
weight: 700
crates_io: "https://crates.io/crates/tiff"
crates_io_badge: "https://img.shields.io/crates/v/tiff.svg"
github: "https://github.com/image-rs/image-tiff"
docs: "https://docs.rs/tiff"
docs_badge: "https://docs.rs/tiff/badge.svg"
title: "Tiff"
---

A decoder for the `tiff` file format. It is also integrated into the `image`
Expand Down
1 change: 1 addition & 0 deletions _projects/image.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: project
name: "image"
title: "Image"
weight: 1000
crates_io: "https://crates.io/crates/image"
crates_io_badge: "https://img.shields.io/crates/v/image.svg"
Expand Down
2 changes: 1 addition & 1 deletion _summaries/image-gif.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "tiff"
name: "gif"
---

A decoder and encoder for the `gif` file format which still enjoys widespread
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% for project in sorted_projects %}
{% assign summary = site.summaries | where: "name",project.name | first %}
<article>
<h2><a href="{{ project.url }}">{{ project.name }}</a></h2>
<h2><a href="{{ project.url }}">{{ project.title }}</a></h2>
<p>{{ summary.content }}</p>
</article>
{% endfor %}
Expand Down

0 comments on commit 0684807

Please sign in to comment.