···2525 title: { en: music, fr: musique }
2626 includes: "#music"
2727 description:
2828- en: I've been experimenting with sounds, their textures and their musicality since I was 7 years old.
2929- fr: J'expérimente les sons, leurs textures et leur musicalité depuis que j'ai 7 ans.
2828+ en: |
2929+ I've been experimenting with sounds, their textures and their musicality since I was 7 years old.
3030+3131+ I'm on streaming platforms!
3232+3333+ - [Spotify](https://gwen.works/to/spotify)
3434+ - [Deezer](https://gwen.works/to/deezer)
3535+ - [Apple Music](https://gwen.works/to/applemusic)
3636+ - [YouTube](https://gwen.works/to/youtube)
3737+ fr: |
3838+ J'expérimente les sons, leurs textures et leur musicalité depuis que j'ai 7 ans.
3939+4040+ Je suis sur les plateformes de streaming !
4141+4242+ - [Spotify](https://gwen.works/to/spotify)
4343+ - [Deezer](https://gwen.works/to/deezer)
4444+ - [Apple Music](https://gwen.works/to/applemusic)
4545+ - [YouTube](https://gwen.works/to/youtube)
3046 singular: release
3147 plural: releases
3248
···11---
22import StrongHeader from "../components/StrongHeader.astro";
33-import Layout from "../layouts/Layout.astro";
33+import Layout from "../layouts/Regular.astro";
44---
5566<Layout>
+1-1
src/pages/blog/[entry].astro
···22import type { GetStaticPaths } from "astro";
33import { getEntry } from "astro:content";
44import { getCollection } from "astro:content";
55-import Layout from "../../layouts/Layout.astro";
55+import Layout from "../../layouts/Regular.astro";
66import StrongHeader from "../../components/StrongHeader.astro";
7788export const getStaticPaths = (async () => {
+1-1
src/pages/blog/index.astro
···11---
22import { getCollection } from "astro:content";
33import StrongHeader from "../../components/StrongHeader.astro";
44-import Layout from "../../layouts/Layout.astro";
44+import Layout from "../../layouts/Regular.astro";
5566const posts = await getCollection("blogEntries");
77const dateFormatter = new Intl.DateTimeFormat(Astro.locals.locale, {
+1-1
src/pages/collections/[collection].astro
···44import Translated from "../../components/Translated.astro";
55import StrongHeader from "../../components/StrongHeader.astro";
66import WorksGrid from "../../components/WorksGrid.astro";
77-import Layout from "../../layouts/Layout.astro";
77+import Layout from "../../layouts/Regular.astro";
88import picomatch from "picomatch";
991010export const getStaticPaths = (async () => {
+1-1
src/pages/contact.astro
···11---
22import { getEntry } from "astro:content";
33import StrongHeader from "../components/StrongHeader.astro";
44-import Layout from "../layouts/Layout.astro";
44+import Layout from "../layouts/Regular.astro";
5566const bsky = await getEntry("sites", "bluesky");
77const insta = await getEntry("sites", "instagram");
+1-1
src/pages/index.astro
···11---
22import WorksGrid from "../components/WorksGrid.astro";
33import StrongHeader from "../components/StrongHeader.astro";
44-import Layout from "../layouts/Layout.astro";
44+import Layout from "../layouts/Regular.astro";
55import { getCollection, getEntry } from "astro:content";
6677const works = (await getCollection("works")).map((w) => w.data);
+1-1
src/pages/resume.astro
src/pages/resume/old.astro
···33import { intervalToDuration } from "date-fns";
44import { isAliased } from "../aliases.js";
55import StrongHeader from "../components/StrongHeader.astro";
66-import Layout from "../layouts/Layout.astro";
66+import Layout from "../layouts/Regular.astro";
7788const works = await getCollection("works");
99const experiences = await getCollection("experiences");
···33import { getCollection, getEntry } from "astro:content";
44import StrongHeader from "../../components/StrongHeader.astro";
55import WorksGrid from "../../components/WorksGrid.astro";
66-import Layout from "../../layouts/Layout.astro";
66+import Layout from "../../layouts/Regular.astro";
7788export const getStaticPaths = (async () => {
99 const tags = await getCollection("tags");
+1-1
src/pages/to/[site].astro
···22import type { GetStaticPaths } from "astro";
33import { getCollection, getEntry } from "astro:content";
44import StrongHeader from "../../components/StrongHeader.astro";
55-import Layout from "../../layouts/Layout.astro";
55+import Layout from "../../layouts/Regular.astro";
6677export const getStaticPaths = (async () =>
88 getCollection("sites").then((sites) =>
+1-1
src/pages/using/[tech].astro
···22import type { GetStaticPaths } from "astro";
33import { getCollection, getEntry } from "astro:content";
44import StrongHeader from "../../components/StrongHeader.astro";
55-import Layout from "../../layouts/Layout.astro";
55+import Layout from "../../layouts/Regular.astro";
66import WorksGrid from "../../components/WorksGrid.astro";
77export const getStaticPaths = (async () => {
88 return await getCollection("technologies").then((techs) =>
+1-1
src/pages/works/[work].astro
···44import * as YAML from "yaml";
55import StrongHeader from "../../components/StrongHeader.astro";
66import TagReference from "../../components/TagReference.astro";
77-import Layout from "../../layouts/Layout.astro";
77+import Layout from "../../layouts/Regular.astro";
88import BlockLink from "./BlockLink.astro";
99import BlockMedia from "./BlockMedia.astro";
1010import BlockParagraph from "./BlockParagraph.astro";
+7-1
tags.yaml
···11-# yaml-language-server: $schema=https://ortfo.org/tags.schema.json
2132# todo: deprecate
43- singular: school
···162161# Expriments on mathematics and art, mostly visual interpretations of concepts that could lead to new insights on said concept.
163162# combines: math and experiments and (graphism or video or music or sound)
164163#
164164+165165+- singular: neural network
166166+ plural: neural networks
167167+ aliases: [nn, neural-networks, machine learning, ml]
168168+ description: |
169169+ A type of machine learning model that is inspired by the structure and function of the human brain, used for tasks such as image recognition, natural language processing, and more.
170170+ learn more at: https://en.wikipedia.org/wiki/Neural_network