this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🍱 Fix schema for technologies.yaml

Signed-off-by: Gwenn Le Bihan <gwenn.lebihan7@gmail.com>

+12 -13
+12 -13
technologies.yaml
··· 1 - # yaml-language-server: $schema=https://ortfo.org/technologies.schema.json 1 + # yaml-language-server: $schema=https://raw.githubusercontent.com/ortfo/db/main/schemas/technologies.schema.json 2 2 3 3 - slug: aftereffects 4 4 name: After Effects ··· 181 181 - slug: markdown 182 182 name: Markdown 183 183 files: 184 - [ 185 - "*.markdown", 186 - "*.mdown", 187 - "*.md", 188 - "!README.md", 189 - "!CHANGELOG.md", 190 - "!LICENSE.md", 191 - "!.ortfo/description.md", 192 - ] 184 + - "*.markdown" 185 + - "*.mdown" 186 + - "*.md" 187 + - "!README.md" 188 + - "!CHANGELOG.md" 189 + - "!LICENSE.md" 190 + - "!.ortfo/description.md" 193 191 learn more at: https://daringfireball.net/projects/markdown/ 194 192 description: | 195 193 A text-to-HTML conversion tool and language for web writers. The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible: a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. ··· 317 315 - slug: sveltekit 318 316 name: SvelteKit 319 317 by: Svelte 320 - alias: [sapper] 318 + aliases: [sapper] 321 319 # extends: [svelte] 322 320 autodetect: ["@sveltejs/kit in package.json"] 323 321 learn more at: https://kit.svelte.dev ··· 326 324 327 325 - slug: sass 328 326 name: SASS 329 - alias: [scss] 327 + aliases: [scss] 330 328 learn more at: https://sass-lang.com/ 331 329 files: ["*.scss", "*.sass"] 332 330 # extends: [css] ··· 450 448 files: [ortfodb.yaml] 451 449 autodetect: 452 450 - "$schema=https://ortfo.org/ in *.yaml" 453 - learn more at: https://ortfo.org/ 451 + - "$schema=https://raw.githubusercontent.com/ortfo/ in *.yaml" 452 + learn more at: https://github.com/ortfo 454 453 description: Un système de génération de portfolios faits maison. 455 454 456 455 - slug: ada