Skip to content

Commit a0c0de6

Browse files
committed
add gleam resources page
1 parent 5ebb217 commit a0c0de6

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/main.scrbl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
@include-section["projects.scrbl"]
1313

14+
@include-section["resources.scrbl"]
15+
1416
@include-section["contact.scrbl"]
1517

1618
@centered{@smaller{@elem[#:style miami-cyan-italic]{Website powered by @hyperlink["https://docs.racket-lang.org/scribble/"]{Racket's Scribble}}}}

docs/resources.scrbl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#lang scribble/base
2+
3+
@(require "common.scrbl")
4+
5+
@title{Gleam Resources}
6+
7+
@elem[#:style miami-cyan]{A curated collection of interesting Gleam resources:}
8+
9+
@itemlist[
10+
@item{@hyperlink["https://www.beamrad.io/97"]{Beam Radio Episode 97: Gleam! A Chat with Peter Saxton}: A podcast episode exploring the Gleam programming language, its design philosophy, and its place within the BEAM ecosystem.}
11+
]

0 commit comments

Comments
 (0)