this repo has no description

Write article description

Changed files
+5 -1
content
+1 -1
config.toml
···
-
baseURL = "https://hauleth.dev/"
+
baseURL = "/"
languageCode = "en-gb"
title = "Hauleth"
theme = "terminal"
+4
content/post/elixir-application.md
···
---
title: "Let's talk about `application/0`"
date: 2019-07-26T11:36:01+02:00
+
description: |
+
Have you ever thought about that one simple function in your `mix.exs`? It
+
comes out as quite powerful and useful place for storing configuration and
+
post-launch scripts.
tags:
- elixir
- erlang