diff --git a/devlog/2024-01-13-welcome-devlog.md b/devlog/2024-01-13-welcome-devlog.md index 7b7a0a5be..08f5f5744 100644 --- a/devlog/2024-01-13-welcome-devlog.md +++ b/devlog/2024-01-13-welcome-devlog.md @@ -2,11 +2,7 @@ title: Welcome to the Solus Devlog description: Welcome to the Solus Development Log. slug: welcome-solus-devlog-v1 -authors: - - name: Joey Riches - title: Solus Staff - url: https://github.com/joebonrichie - image_url: https://avatars.githubusercontent.com/u/5338090?s=400&u=f77ed45c7e83814ce3e8bd199fc293bd5b53682b&v=4 +authors: joey tags: [hello, devlog, firstpost, solus] hide_table_of_contents: false --- diff --git a/devlog/2024-01-19-eopkg-is-dead.md b/devlog/2024-01-19-eopkg-is-dead.md index 671f7eb0f..32cfd11fe 100644 --- a/devlog/2024-01-19-eopkg-is-dead.md +++ b/devlog/2024-01-19-eopkg-is-dead.md @@ -1,11 +1,7 @@ --- title: eopkg is dead, long live eopkg slug: eopkg-is-dead-long-live-eopkg -authors: - - name: David Harder - title: Solus Staff - url: https://github.com/davidjharder - image_url: https://avatars.githubusercontent.com/u/23007135?v=4 +authors: david tags: [eopkg, devlog, moss, solus] hide_table_of_contents: false --- diff --git a/devlog/2024-01-29-dont-call-me-mate.md b/devlog/2024-01-29-dont-call-me-mate.md index f39463904..d45e98cbb 100644 --- a/devlog/2024-01-29-dont-call-me-mate.md +++ b/devlog/2024-01-29-dont-call-me-mate.md @@ -1,11 +1,7 @@ --- title: Don't call me MATE, pal! slug: don't-call-me-mate-pal -authors: - - name: David Harder - title: Solus Staff - url: https://github.com/davidjharder - image_url: https://avatars.githubusercontent.com/u/23007135?v=4 +authors: david tags: [MATE, devlog, solus] hide_table_of_contents: false --- diff --git a/devlog/2024-02-09-Intro-to-optimizing-packages-on-solus.md b/devlog/2024-02-09-Intro-to-optimizing-packages-on-solus.md index 68de9a3a4..d49cae45c 100644 --- a/devlog/2024-02-09-Intro-to-optimizing-packages-on-solus.md +++ b/devlog/2024-02-09-Intro-to-optimizing-packages-on-solus.md @@ -2,11 +2,7 @@ title: Intro to Optimizing Packages on Solus description: Explore how to employ advanced compiler techniques such as PGO, BOLT & Glibc HWCaps to squeeze extra performance from packages using libwebp as a test vehicle slug: solus-optimizing-packages -authors: - - name: Joey Riches - title: Solus Staff - url: https://github.com/joebonrichie - image_url: https://avatars.githubusercontent.com/u/5338090?s=400&u=f77ed45c7e83814ce3e8bd199fc293bd5b53682b&v=4 +authors: joey tags: [pgo, lto, solus, packaging, optimization, 03, clang, gnu, llvm, glibc, hwcaps, x86_64-v3] hide_table_of_contents: false --- diff --git a/devlog/authors.yml b/devlog/authors.yml new file mode 100644 index 000000000..09bfdc417 --- /dev/null +++ b/devlog/authors.yml @@ -0,0 +1,15 @@ +joey: + name: Joey Riches + title: Solus Staff + url: https://github.com/joebonrichie + image_url: https://avatars.githubusercontent.com/u/5338090?s=400&u=f77ed45c7e83814ce3e8bd199fc293bd5b53682b&v=4 + socials: + github: joebonrichie + +david: + name: David Harder + title: Solus Staff + url: https://github.com/davidjharder + image_url: https://avatars.githubusercontent.com/u/23007135?v=4 + socials: + github: davidjharder