add albatross articles

simulpubed
This commit is contained in:
2022-10-02 16:30:35 -04:00
parent aedc42a9b3
commit 66c4b32049
9 changed files with 862 additions and 1 deletions

View File

@@ -27,5 +27,10 @@ export const tagInfo: Record<string, TagData> = {
description:
"A collection of very short stories written to do something productive during JuneAugust 2020 and August 2021.",
},
albatross: {
name: "The FOSS Albatross",
description:
'Articles about free and open source software. Also available on <a href="https://medium.com/the-foss-albatross">Medium</a>.',
},
};
export default tagInfo;