this repo has no description
1
fork

Configure Feed

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

🗃️ Update technologies

+39 -6
+7
technologies.schema.json
··· 1 + { 2 + "$schema": "http://json-schema.org/draft-07/schema#", 3 + "items": { 4 + "$ref": ".astro/collections/technologies.schema.json#/definitions/technologies" 5 + }, 6 + "type": "array" 7 + }
+32 -6
technologies.yaml
··· 1 - # yaml-language-server: $schema=https://raw.githubusercontent.com/ortfo/db/main/schemas/technologies.schema.json 1 + # yaml-language-server: $schema=./technologies.schema.json 2 2 3 3 - slug: aftereffects 4 4 name: After Effects ··· 25 25 - slug: coffeescript 26 26 name: CoffeeScript 27 27 files: ["*.coffee"] 28 - # extends: [javascript] 29 28 learn more at: https://coffeescript.org/ 30 29 description: | 31 30 A programming language that compiles to JavaScript. It adds syntactic sugar inspired by Ruby, Python and Haskell in an effort to enhance JavaScript's brevity and readability. Specific additional features include list comprehension and destructuring assignment ··· 33 32 - slug: css 34 33 name: CSS 35 34 files: ["*.css"] 35 + includes: [sass, stylus, less, vue, svelte, nuxt, sveltekit] 36 36 learn more at: https://developer.mozilla.org/fr/docs/Web/CSS 37 37 description: | 38 38 A stylesheet language used to describe the presentation of a document written in HTML or XML ··· 41 41 name: C Sharp 42 42 files: ["*.cs"] 43 43 aliases: ["cs"] 44 + includes: [dotnet] 44 45 by: Microsoft 45 46 46 47 - slug: dotnet ··· 63 64 - slug: djangorestframework 64 65 name: Django REST Framework 65 66 by: encode 66 - # extends: [django] 67 67 autodetect: [djangorestframework in pyproject.toml] 68 68 learn more at: https://www.django-rest-framework.org 69 69 description: | ··· 71 71 72 72 - slug: django 73 73 name: Django 74 - # extends: [python] 74 + includes: 75 + - djangorestframework 75 76 autodetect: [django in pyproject.toml] 76 77 learn more at: https://www.djangoproject.com 77 78 description: | ··· 130 131 - slug: html 131 132 name: HTML 132 133 files: ["*.html"] 134 + includes: 135 + - pug 136 + - vue 137 + - svelte 138 + - nuxt 139 + - sveltekit 140 + - astro 141 + - php 142 + - vitepress 133 143 learn more at: https://developer.mozilla.org/fr/docs/Web/HTML 134 144 description: | 135 145 The standard markup language for documents designed to be displayed in a web browser ··· 154 164 name: JavaScript 155 165 files: ["*.js"] 156 166 aliases: ["js"] 167 + includes: 168 + - typescript 169 + - coffeescript 170 + - livescript 171 + - svelte 172 + - vue 173 + - nuxt 174 + - sveltekit 175 + - nestjs 176 + - oclif 177 + - webpack 178 + - bun 157 179 learn more at: https://developer.mozilla.org/fr/docs/Web/JavaScript 158 180 description: | 159 181 A high-level programming language that enables interactive web pages ··· 283 305 284 306 - slug: pychemin 285 307 name: PyChemin 286 - by: ewen-lbh 287 308 files: ["*.pychemin"] 288 309 learn more at: https://ewen.works/pychemin 289 310 description: | ··· 307 328 - slug: ruby 308 329 name: Ruby 309 330 files: ["*.rb"] 331 + includes: [rubyonrails] 310 332 learn more at: https://www.ruby-lang.org 311 333 description: | 312 334 A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. ··· 356 378 name: Svelte 357 379 files: ["*.svelte"] 358 380 # extends: [html, js, css] 381 + includes: [sveltekit] 359 382 learn more at: https://svelte.dev/ 360 383 description: | 361 384 A radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. ··· 380 403 name: Vue 381 404 aliases: ["vuejs"] 382 405 files: ["*.vue"] 406 + includes: 407 + - nuxt 408 + - vitepress 383 409 # extends: [html, javascript, css] 384 410 learn more at: https://vuejs.org 385 411 description: | ··· 457 483 autodetect: 458 484 - "$schema=https://ortfo.org/ in *.yaml" 459 485 - "$schema=https://raw.githubusercontent.com/ortfo/ in *.yaml" 460 - learn more at: https://github.com/ortfo 486 + learn more at: https://ortfo.github.io/ 461 487 description: Un système de génération de portfolios faits maison. 462 488 463 489 - slug: ada