Skip to content

Commit e5bbcd7

Browse files
refactor: link to new Flix blog (#154)
1 parent 258aac2 commit e5bbcd7

1 file changed

Lines changed: 4 additions & 42 deletions

File tree

src/page/Blog.js

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -24,49 +24,11 @@ class Blog extends Component {
2424
<Col>
2525
<h1>Blog</h1>
2626

27-
<p>
28-
We maintain a blog about the development of the Flix programming language.
29-
The blog is slow-moving since most of our writing bandwidth is directed towards
30-
writing documentation and research papers.
31-
</p>
27+
The Flix Blog is now available at: <br/>
3228

33-
<p>
34-
The blog has a more personal style and its intended audience is primarily
35-
programming language enthusiasts.
36-
</p>
37-
38-
</Col>
39-
</Row>
40-
41-
<Row className="mb-3">
42-
<Col>
43-
<ul>
44-
<li>
45-
<a href="https://blog.flix.dev/blog/in-defense-of-programming-languages/">
46-
In Defense of Programming Languages
47-
</a>
48-
</li>
49-
<li>
50-
<a href="https://blog.flix.dev/blog/taming-impurity-with-polymorphic-effects/">
51-
Taming Impurity with Polymorphic Effects
52-
</a>
53-
</li>
54-
<li>
55-
<a href="https://blog.flix.dev/blog/naming-functional-and-destructive-operations/">
56-
Naming Functional and Destructive Operations
57-
</a>
58-
</li>
59-
<li>
60-
<a href="https://blog.flix.dev/blog/redundancies-as-compile-time-errors/">
61-
Redundancies as Compile-Time Errors
62-
</a>
63-
</li>
64-
<li>
65-
<a href="https://blog.flix.dev/blog/design-flaws-in-flix/">
66-
Design Flaws in the Flix Programming Language
67-
</a>
68-
</li>
69-
</ul>
29+
<div className="mt-3">
30+
<a href="https://blog.flix.dev/"><h2>https://blog.flix.dev/</h2></a>
31+
</div>
7032
</Col>
7133
</Row>
7234
</Route>

0 commit comments

Comments
 (0)