Skip to content

Commit a8623ec

Browse files
committed
Merge pull request #1 from jmct/main
Intro Post
2 parents 238dd0a + aa24875 commit a8623ec

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
paginate_by = 3
2+
paginate_by = 100
33
sort_by = "date"
44
template = "index.html"
55
+++

content/intro/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
title = "Welcome"
3+
date = 2024-09-14
4+
[taxonomies]
5+
authors = ["JMCT"]
6+
categories = ["community"]
7+
tags = ["Community"]
8+
+++
9+
10+
11+
The Haskell Ecosystem plays host to some amazing projects. Talented developers spend significant amounts of time, often their free time, helping develop, maintain, and support this ecosystem that all Haskell developers use. This space is for any of the developer teams that work on Haskell core infrastructure and power the Haskell Ecosystem
12+
13+
This blog will provide a space for these efforts to communicate with the wider Haskell community. Things you might see here: call for volunteers, project updates, requests for comments/feedback.
14+
15+
Blogs also form a key part of an ecosystem’s documentation. We’d like to take this idea to its conclusion in the Haskell ecosystem and provide a place for this high-value documentation to live and be maintained. In addition to helping out with editing, by hosting the posts here we’ll also have shared responsibility for maintaining the blog posts, helping prevent the all-to-common bit-rot that occurs on blog posts.
16+
17+
There are already a few posts to get the ball rolling. We’re really excited to share these thoughts with you all.
18+
19+
Happy Hacking,
20+
21+
José Manuel Calderón Trilla

0 commit comments

Comments
 (0)