Skip to content

Commit 3e7284c

Browse files
committed
Update
1 parent ad17354 commit 3e7284c

File tree

9 files changed

+30
-12
lines changed

9 files changed

+30
-12
lines changed

content/blog/hello-world.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ updated = 2022-03-08T18:14:00
66
draft = false # Leave this as true so that it is not published
77
template = "blog/page.html"
88

9-
[taxonomies]
10-
authors = ["Public"]
11-
129
[extra]
1310
lead = "The Haskell Cryptography Group is proud to publicly broadcast its existence to the wider community."
1411
+++

content/projects/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ template = "projects/index.html"
55
[[extra.list]]
66
title = "Libsodium bindings"
77
content = "Static bindings to the Libsodium C library and Haskell wrapper"
8-
url = "https://github.com/orgs/haskell-cryptography/repositories?q=topic%3Alibsodium&type=all&language=&sort="
8+
url = "/projects/libsodium/"
99

1010
[[extra.list]]
1111
title = "Blake3 bindings"

content/projects/libsodium.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
title = "Libsodium Bindings"
3+
+++
4+
5+
The Haskell Cryptography Group presents its suite of libsodium packages:
6+
7+
| Package | Status | Version |
8+
|--------------------------|------------------|----------------|
9+
| [sel][sel] | ![sel-ci] | ![sel-version] |
10+
| [libsodium‑bindings][lb] | ![lb-ci] | ![lb-version] |
11+
12+
13+
14+
15+
[sel]: https://github.com/haskell-cryptography/libsodium-bindings/tree/main/sel
16+
[sel-ci]: https://github.com/haskell-cryptography/libsodium-bindings/actions/workflows/sel.yml/badge.svg
17+
[sel-version]: https://img.shields.io/hackage/v/sel.svg
18+
19+
[lb]: https://github.com/haskell-cryptography/libsodium-bindings/tree/main/libsodium-bindings
20+
[lb-ci]: https://github.com/haskell-cryptography/libsodium-bindings/actions/workflows/libsodium-bindings.yml/badge.svg
21+
[lb-version]: https://img.shields.io/hackage/v/libsodium-bindings.svg

public/bootstrap/scss/bootstrap-grid.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bootstrap/scss/bootstrap-reboot.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bootstrap/scss/bootstrap-utilities.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bootstrap/scss/bootstrap.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/search_index.en.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)