Skip to content

Commit a3c9f59

Browse files
committed
Small tweaks
1 parent 7bbef1f commit a3c9f59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/blog/typelevel-org-built-with-typelevel.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77
# typelevel.org built with Typelevel
88

9-
We are proud to share that our website is now built with [Laika], a Typelevel Organization project for generating static sites! As cool as it is that we are self-hosting, the intention of this revamp was to **make it easier for our community to develop and contribute to the website**. We [chose technologies](/colophon.md) that we hope balance familiarity and ease-of-use with functionality and stability. Notably, this new website can be generated in its entirety by running a Scala build script: `scala build.scala`. Stay tuned for a future blog post that dives into the details, but for now you may peruse the [PR].
9+
We are proud to share that our website is now built with [Laika], a Typelevel Organization project for generating static sites! As cool as it is that we are self-hosting, the intention of this revamp was to **make it easier for our community to develop and contribute to the website**. We [chose technologies](/colophon.md) that we hope balance familiarity and ease-of-use with functionality and stability. Notably, this new website can be generated in its entirety by running a Scala script: `scala build.scala`. Stay tuned for a future blog post that dives into the details, but for now you may peruse the [PR].
1010

1111
Finally, we would like to express gratitude to our friends at 47 Degrees who generously built the [previous version](new-website-layout.md) of the website for us.
1212

1313
## What’s next and how you can help
1414

15-
Truthfully, so far this is a "minimally viable website" and we invite you to help us iterate on it. Broadly, our goals are to explain:
15+
Truthfully, so far this is a "minimally viable website" and we invite you to [help us iterate on it](https://github.com/typelevel/typelevel.github.com#get-started). Broadly, our goals are to explain:
1616

1717
1. Who we are, and how you can join our community.
1818
2. What we build, and how you can use it.
1919

2020
The next phase of development will largely focus on creating new content to support these goals (and the infrastructure to support that content). Here are a few ideas we have:
2121

22-
* Educational and tutorial content, to facilitate onboarding.
22+
* Educational and tutorial content to facilitate onboarding.
2323
* How to **Get Started** with Typelevel using our [Toolkit].
2424
* Curated pathways to **Learn** how to use Typelevel in different scenarios: web services, serverless, CLIs, UIs, etc.
2525
* How to **Get Started Contributing** both to existing projects and also by publishing new libraries with [sbt-typelevel].
@@ -41,6 +41,7 @@ This project would not have been possible without [Jens Halm] and his [vision] f
4141
[Jens Halm]: https://github.com/jenshalm
4242
[Laika]: https://typelevel.org/Laika
4343
[mdoc]: https://scalameta.org/mdoc/
44+
[repository]: https://github.com/typelevel/typelevel.github.com#get-started
4445
[PR]: https://github.com/typelevel/typelevel.github.com/pull/576
4546
[sbt-typelevel]: https://typelevel.org/sbt-typelevel/
4647
[Scaladex]: https://index.scala-lang.org/

0 commit comments

Comments
 (0)