Tags are now a top-level frontmatter variable
This commit is contained in:
parent
97fa04f2d9
commit
7f925b58dd
|
@ -5,7 +5,7 @@ published_date: "2014-08-12 13:25:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
------
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2014-10-15 11:10:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
In the last four months I did not produce much open-source code. I was busy writing my Bachelor Thesis.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2014-12-03 20:03:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
------
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2015-01-15 23:50:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
Ever since I started looking into [Rust][] I knew I needed a bigger project for which I could use it.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2015-03-05 14:41:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
So yesterday I gave a Rust introduction talk at the local hackerspace, [CCCAC](http://ccc.ac).
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2015-07-16 11:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2016-02-23 20:32:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
For one of my projects I need to access the GitHub API to create releases.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2016-03-04 12:30:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
It became quite popular to store certain configuration variables in your environment, to be later loaded by your aplication.
|
||||
|
|
|
@ -4,7 +4,7 @@ title: "Releasing Rust projects, the automatic way"
|
|||
published_date: "2016-03-29 20:47:00 +0200"
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
One of the strength of the Rust ecosystem is its package manager [Cargo][] and the package system [crates.io][].
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2016-05-12 23:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
… because mine didn't. At least not correctly in all cases.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2016-08-31 16:30:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2016-09-28 13:16:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
From time to time I try to write a piece of code or port some existing library or application just for fun.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2016-11-29 11:55:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
*This post is a tiny bit late, but better late than never.*
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2017-11-18 16:26:57 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
[hellorust.com](https://www.hellorust.com/) is live!
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-01-10 12:25:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-02-07 09:05:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-02-09 14:52:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-02-18 16:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-08-08 12:45:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-09-30 23:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-11-07 14:34:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2018-11-28 20:09:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2019-01-22 10:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2019-03-01 12:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2019-05-15 14:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2019-10-24 17:30:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2019-11-29 11:37:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-02-03 15:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-02-06 16:38:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-03-02 15:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-03-18 12:30:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-05-02 14:43:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-05-04 15:30:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-06-19 13:46:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-09-01 15:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-10-06 16:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2020-12-18 15:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-02-24 15:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-03-01 11:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-04-16 15:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-07-26 12:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
---
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-09-17 13:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
excerpt: |
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-10-14 17:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
excerpt: |
|
||||
The Firefox for Android (Fenix) project runs extensive tests on every pull request
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-11-01 15:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
excerpt: |
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2021-12-17 14:00:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
excerpt: |
|
||||
A year ago I posted Glean in 2021 as a way to look into the future
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2022-01-31 12:40:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
- rust
|
||||
excerpt: |
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2022-02-25 15:00:00 +0100"
|
|||
layout: post-yt.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
excerpt: |
|
||||
On February 11th, 2022 I gave a lightning talk titled
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2022-03-04 15:20:00 +0100"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
excerpt: |
|
||||
Celebrating four years in my job as a Telemetry Engineer at Mozilla.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2023-03-01 08:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- mozilla
|
||||
excerpt: |
|
||||
Celebrating five years in my job as a Telemetry Engineer at Mozilla.
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2023-07-24 14:40:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- nix
|
||||
---
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ published_date: "2024-01-02 13:00:00 +0200"
|
|||
layout: post.liquid
|
||||
data:
|
||||
route: blog
|
||||
tags:
|
||||
tags:
|
||||
- rust
|
||||
excerpt: |
|
||||
sqlelf lets you explore ELF objects through the power of SQL.
|
||||
|
|
|
@ -19,8 +19,8 @@ data:
|
|||
{% assign phrase = " minute read" | prepend: reading_time %}
|
||||
<time pubdate="pubdate">{{ post.published_date | date: "%b %d, %Y" }} · {{ phrase }}</time>
|
||||
|
||||
{% if post.data and post.data.tags -%}
|
||||
{%- for tag in post.data.tags %}
|
||||
{% if post.data and post.tags -%}
|
||||
{%- for tag in post.tags %}
|
||||
· <a href="/tagged/{{ tag }}.html">{{ tag }}</a>
|
||||
{%- endfor %}
|
||||
{%- endif -%}
|
||||
|
|
|
@ -11,7 +11,7 @@ data:
|
|||
<table>
|
||||
{%- for post in collections.posts.pages %}
|
||||
{%- assign postyear = post.published_date | date: "%Y" %}
|
||||
{%- if post.data.tags and post.data.tags contains "mozilla" -%}
|
||||
{%- if post.tags and post.tags contains "mozilla" -%}
|
||||
<tr>
|
||||
<td>{{ post.published_date | date: "%d. %b %Y"}}</td>
|
||||
<td><a href="/{{post.permalink }}">{{post.title}}</a></td>
|
||||
|
|
|
@ -8,7 +8,7 @@ permalink: /tagged/mozilla.xml
|
|||
<link>https://fnordig.de</link>
|
||||
<description>fnordig - posts tagged with 'mozilla'</description>
|
||||
{% for post in collections.posts.pages %}
|
||||
{%- if post.data.tags and post.data.tags contains "mozilla" -%}
|
||||
{%- if post.tags and post.tags contains "mozilla" -%}
|
||||
<item>
|
||||
<title>{{ post.title | escape }}</title>
|
||||
<link>https://fnordig.de/{{ post.permalink }}</link>
|
||||
|
|
|
@ -11,7 +11,7 @@ data:
|
|||
<table>
|
||||
{%- for post in collections.posts.pages %}
|
||||
{%- assign postyear = post.published_date | date: "%Y" %}
|
||||
{%- if post.data.tags and post.data.tags contains "nix" -%}
|
||||
{%- if post.tags and post.tags contains "nix" -%}
|
||||
<tr>
|
||||
<td>{{ post.published_date | date: "%d. %b %Y"}}</td>
|
||||
<td><a href="/{{post.permalink }}">{{post.title}}</a></td>
|
||||
|
|
|
@ -8,7 +8,7 @@ permalink: /tagged/nix.xml
|
|||
<link>https://fnordig.de</link>
|
||||
<description>fnordig - post tagged with 'nix'</description>
|
||||
{% for post in collections.posts.pages %}
|
||||
{%- if post.data.tags and post.data.tags contains "nix" -%}
|
||||
{%- if post.tags and post.tags contains "nix" -%}
|
||||
<item>
|
||||
<title>{{ post.title | escape }}</title>
|
||||
<link>https://fnordig.de/{{ post.permalink }}</link>
|
||||
|
|
|
@ -11,7 +11,7 @@ data:
|
|||
<table>
|
||||
{%- for post in collections.posts.pages %}
|
||||
{%- assign postyear = post.published_date | date: "%Y" %}
|
||||
{%- if post.data.tags and post.data.tags contains "rust" -%}
|
||||
{%- if post.tags and post.tags contains "rust" -%}
|
||||
<tr>
|
||||
<td>{{ post.published_date | date: "%d. %b %Y"}}</td>
|
||||
<td><a href="/{{post.permalink }}">{{post.title}}</a></td>
|
||||
|
|
|
@ -8,7 +8,7 @@ permalink: /tagged/rust.xml
|
|||
<link>https://fnordig.de</link>
|
||||
<description>fnordig - post tagged with 'rust'</description>
|
||||
{% for post in collections.posts.pages %}
|
||||
{%- if post.data.tags and post.data.tags contains "rust" -%}
|
||||
{%- if post.tags and post.tags contains "rust" -%}
|
||||
<item>
|
||||
<title>{{ post.title | escape }}</title>
|
||||
<link>https://fnordig.de/{{ post.permalink }}</link>
|
||||
|
|
Loading…
Reference in a new issue