Skip to content

Commit

Permalink
Release post
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Apr 16, 2024
1 parent 06b96ee commit 9d953f5
Show file tree
Hide file tree
Showing 8 changed files with 571 additions and 527 deletions.
523 changes: 0 additions & 523 deletions _posts/2024-04-15-gleam-v1.1.md

This file was deleted.

567 changes: 567 additions & 0 deletions _posts/2024-04-16-gleam-v1.1.md

Large diffs are not rendered by default.

Binary file added images/news/gleam-v1.1-released/imports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/news/gleam-v1.1-released/spread.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/news/gleam-v1.1-released/tuple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/news/gleam-v1.1-released/unused.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ p {

a:visited,
a {
word-break: break-all;
color: var(--color-white);
text-decoration-color: var(--color-faff-pink);
}
Expand Down Expand Up @@ -217,7 +216,7 @@ main.content {
content: url("/images/lucy/lucyhappy.svg");
transform: rotate(13deg);
}
.hero-lucy:hover{
.hero-lucy:hover {
content: url("/images/lucy/lucyhappy.svg");
transform: rotate(13deg);
}
Expand Down Expand Up @@ -681,6 +680,7 @@ main.content {

.page.content {
padding-bottom: var(--gap-4);
overflow-wrap: break-word;
}

.page pre {
Expand Down Expand Up @@ -709,7 +709,7 @@ main.content {
margin-bottom: var(--gap-4);
}
.news-posts li::before {
content: '';
content: "";
position: absolute;
display: block;
width: 4px;
Expand Down
2 changes: 1 addition & 1 deletion writing-gleam/gleam-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ extra_applications = ["inets", "ssl"]
typescript_declarations = true

# Which JavaScript runtime to use with `gleam run`, `gleam test` etc.
runtime = "node" # or "deno"
runtime = "node" # or "deno" or "bun"

# Configuration specific to the Deno runtime (optional)
# https://deno.land/[email protected]/basics/permissions#permissions
Expand Down

0 comments on commit 9d953f5

Please sign in to comment.