Skip to content

Support multiple Post Authors #1793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>{{ page.title }}</h1>
{% if page.subtitle %}
<h2>{{ page.subtitle }}</h2>
{% endif %}
<div class="byline">{{ page.date | date: "%B %d, %Y" }}{% if page.author %} &middot; by {{ page.author}}{% endif %} &middot; in {% for category in page.categories %}
<div class="byline">{{ page.date | date: "%B %d, %Y" }}{% if page.authors %} &middot; by {{ page.authors | join: ", " }}{% endif %} &middot; in {% for category in page.categories %}
{% if category == "Elixir in Production" %}
<a class="category" href="/cases.html">{{ category }}</a>
{% else %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: A peek inside Elixir's Parallel Compiler
author: José Valim
authors:
- José Valim
category: Internals
excerpt: Today, a parallel compiler just landed in Elixir main. The goal of the parallel compiler is to compile files in parallel, automatically detecting dependencies between files. In this blog post, we are going to take a peek into the parallel compiler internals and learn more about Erlang and Elixir in the process.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2012-05-25-elixir-v0-5-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.5.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: We have finally released Elixir v0.5.0! This marks the first release since the language was rewritten. In this blog post, we will discuss what we achieved during this time and what are the next steps!

Expand Down
3 changes: 2 additions & 1 deletion _posts/2012-08-01-elixir-v0-6-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.6.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: We have finally released Elixir v0.6.0! This release includes a build tool called Mix, support for Erlang typespecs, many improvements to IEx and improved IO, File and Macro support.

Expand Down
3 changes: 2 additions & 1 deletion _posts/2012-10-20-elixir-v0-7-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.7.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.7.0 is released with many improvements! Read on for more information.

Expand Down
3 changes: 2 additions & 1 deletion _posts/2012-11-18-elixir-v0-7-1-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.7.1 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.7.1 was released to celebrate the end of a two months journey traveling around Europe, United States and Brazil talking about Elixir.

Expand Down
3 changes: 2 additions & 1 deletion _posts/2012-12-04-elixir-v0-7-2-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.7.2 released
author: Yurii Rashkovskii
authors:
- Yurii Rashkovskii
category: Releases
excerpt: Elixir v0.7.2 is released, new, improved type specifications syntax and many other improvements.

Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-01-27-elixir-v0-8-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.8.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: On the last 9th January, we celebrated two years since Elixir's first commit and to celebrate this occasion we have prepared a big release. Elixir v0.8 is out, with documentation, optimizations, bug fixes and shiny new features. Let's take a look at them!
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-04-19-google-summer-of-code-2013.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Google Summer of Code 2013
author: José Valim
authors:
- José Valim
category: Announcements
excerpt: Elixir is taking part in Google Summer of Code 2013! Are you a student? Join us!
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-04-29-elixir-v0-8-2-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.8.2 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.8.2 is released with bug fixes, better Erlang R16 support and doctests.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-05-02-elixir-on-xen.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir on Xen
author: José Valim
authors:
- José Valim
category: Announcements
excerpt: The Erlang on Xen team has added support for Elixir and we will tell you how you can use it!
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-05-23-elixir-v0-9-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.9.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.9.0 is released with support for reducers, umbrella projects, faster compilation times and dropped support for R15 and earlier OTP versions.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-07-13-elixir-v0-10-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.10.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.10.0 is out with support for streams, sets, pretty printing and many improvements for Mix and ExUnit.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-08-08-elixir-design-goals.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir Design Goals
author: José Valim
authors:
- José Valim
category: Internals
excerpt: Highlight of Elixir design goals.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-11-05-elixir-v0-11-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.11.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.11.0 is out and it focus on improving and optimizing the patterns often used by the community.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir's new continuable enumerators
author: Peter Minten
authors:
- Peter Minten
category: Internals
excerpt: In 0.12.0 Elixir's enumerators have gained the ability to suspend value
production and to terminate early.
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-12-15-elixir-v0-12-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.12.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v0.12.0 is out with improved enumerables, build patterns and welcoming a new member to our team
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2014-04-21-elixir-v0-13-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.13.0 released, hex.pm and ElixirConf announced
author: José Valim
authors:
- José Valim
category: Releases
excerpt: "Elixir v0.13.0 comes with substantial improvements to the language: maps, structs, comprehensiona and more. It also marks the announcement of the hex.pm package manager and the announcement of ElixirConf!"
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2014-06-17-elixir-v0-14-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.14.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: "Elixir v0.14.0 is released and expands the work on structs and bringing more of OTP right into Elixir and Mix"
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2014-08-07-elixir-v0-15-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v0.15.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: "Elixir v0.15.0 introduces Elixir's Logger, Mix aliases and is the last stop before Elixir v1.0. We are also glad to welcome Alexei into our team!"
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2014-09-18-elixir-v1-0-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.0 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.0 is finally out!
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2015-09-28-elixir-v1-1-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.1 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.1 brings enhancements, bug fixes, performance improvements and more into Elixir.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2016-01-03-elixir-v1-2-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.2 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.2 brings enhancements, bug fixes, performance improvements and more into Elixir.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2016-06-21-elixir-v1-3-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.3 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.3 brings many improvements to the language, the compiler and its tooling, specially Mix (Elixir's build tool) and ExUnit (Elixir's test framework).
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2016-07-14-announcing-genstage.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Announcing GenStage
author: José Valim
authors:
- José Valim
category: Announcements
excerpt: GenStage is a new Elixir behaviour for exchanging events with back-pressure between Elixir processes. In this blog post we will cover the background that led us to GenStage, some example use cases, and what we are exploring for future releases.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2017-01-05-elixir-v1-4-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.4 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.4 brings many improvements to the language, its standard library and the Mix build tool.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2017-07-25-elixir-v1-5-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.5 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.5 integrates with Erlang/OTP 20 and bring changes that improves the language reach and the developer experience
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: "StreamData: Property-based testing and data generation"
author: Andrea Leopardi
authors:
- Andrea Leopardi
category: Announcements
excerpt: We are working on data generation and property-based testing for the next versions of Elixir.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2018-01-17-elixir-v1-6-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.6 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.6 includes a code formatter, defguard, dynamic supervision and new module attributes that improves code quality and the developer experience
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2018-06-28-gsoc-projects.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Google Summer of Code 2018 projects
author: Andrea Leopardi
authors:
- Andrea Leopardi
category: Announcements
excerpt: Once again Elixir is participating in Google Summer of Code 2018. In this post, we'll have a look at the active projects.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2018-07-25-elixir-v1-7-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.7 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.7 includes many quality of life improvements, focusing on documentation, Logger and ExUnit, as well as a new Elixir Core team member!
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019-01-14-elixir-v1-8-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.8 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.8 comes with many improvements at the infrastructure level, improving compilation time, speeding up common patterns, and adding features around introspection of the system.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Mint, a new HTTP client for Elixir
author: Eric Meadows-Jönsson
authors:
- Eric Meadows-Jönsson
category: Announcements
excerpt: Mint is a new low-level HTTP client that aims to provide a small and functional core that others can build on top.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2019-06-24-elixir-v1-9-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.9 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.9 is out with releases support, improved configuration and more.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2020-01-27-elixir-v1-10-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.10 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.10 is out with standard library, compiler, and releases improvements.
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2020-08-20-embedded-elixir-at-farmbot.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Embedded Elixir at Farmbot
author: José Valim
authors:
- José Valim
category: Elixir in Production
excerpt: A case study of how Elixir is being used at Farmbot.
logo: /images/cases/logos/farmbot.png
Expand Down
3 changes: 2 additions & 1 deletion _posts/2020-09-24-paas-with-elixir-at-Heroku.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: PaaS with Elixir at Heroku
author: José Valim
authors:
- José Valim
category: Elixir in Production
excerpt: A case study of how Elixir is being used at Heroku.
logo: /images/cases/logos/heroku.png
Expand Down
3 changes: 2 additions & 1 deletion _posts/2020-10-06-elixir-v1-11-0-released.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Elixir v1.11 released
author: José Valim
authors:
- José Valim
category: Releases
excerpt: Elixir v1.11 is out with improvements to the compiler and tighter integration with Erlang/OTP
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Real time communication at scale with Elixir at Discord
author: José Valim
authors:
- José Valim
category: Elixir in Production
excerpt: A case study of how Elixir is being used at Discord.
logo: /images/cases/logos/discord.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
title: Delivering social change with Elixir at Change.org
author: José Valim
authors:
- José Valim
category: Elixir in Production
excerpt: A case study of how Elixir is being used at Change.org.
logo: /images/cases/logos/change.png
Expand Down
Loading