You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/blog/typelevel-org-built-with-typelevel.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@
6
6
7
7
# typelevel.org built with Typelevel
8
8
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].
10
10
11
11
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.
12
12
13
13
## What’s next and how you can help
14
14
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:
16
16
17
17
1. Who we are, and how you can join our community.
18
18
2. What we build, and how you can use it.
19
19
20
20
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:
21
21
22
-
* Educational and tutorial content, to facilitate onboarding.
22
+
* Educational and tutorial content to facilitate onboarding.
23
23
* How to **Get Started** with Typelevel using our [Toolkit].
24
24
* Curated pathways to **Learn** how to use Typelevel in different scenarios: web services, serverless, CLIs, UIs, etc.
25
25
* 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
0 commit comments