Temas
- Tema 1
- Tema 2
- Tema 3
the api of useData is in https://vitepress.vuejs.org/guide/api.html
Our Team
See https://vitepress.vuejs.org/guide/theme-team-page#show-team-members-in-a-page
Say hello to our awesome team.
Frontmatter mivar
mivar: 4
PLinfo
{ "networks": [ "telegram", "whatsapp", "email", "twitter" ], "locale": "en-US", "title": "PL", "title_separator": "-", "name": "Procesadores de Lenguajes", "description": "Itinerario de Computación. 2º cuatrimestre", "url": null, "baseurl": "", "repository": "ULL-ESIT-GRADOII-PL/ull-esit-gradoii-pl.github.io", "teaser": null, "logoLightBackground": "/images/escuela-politecnica-ingenieria-original.png", "logoDarkBackground": "/images/escuela-politecnica-ingenieria-positivo.png", "logo": "/images/escuela-politecnica-ingenieria-positivo.png", "author": { "name": " Casiano Rodríguez León", "avatar": "/images/bio-photo.jpg", "home": "https://crguezl.github.io", "bio": null, "location": "San Cristóbal de La Laguna", "email": null, "links": [ { "label": "Email", "icon": "fas fa-fw fa-envelope-square" }, { "label": "Website", "icon": "fas fa-fw fa-link", "url": "https://crguezl.github.io" }, { "label": "Twitter", "icon": "fab fa-fw fa-twitter-square" }, { "label": "Facebook", "icon": "fab fa-fw fa-facebook-square" }, { "label": "GitHub", "icon": "fab fa-fw fa-github" }, { "label": "Instagram", "icon": "fab fa-fw fa-instagram" } ] }, "encoding": "utf-8", "singular": { "practicas": "Práctica", "temas": "Tema", "clases": "Clase" }, "lsi": false, "excerpt_separator": "\n\n", "incremental": false, "calendario_academico": "https://www.ull.es/estudios-docencia/calendario-academico/", "horarios_tercero": "https://www.ull.es/grados/ingenieria-informatica/informacion-academica/horarios-y-calendario-examenes/#tercero", "horarios_tutorias": "https://www.ull.es/apps/guias/guias/view_guide/24127/", "cita_previa": "https://calendar.google.com/calendar/u/0/selfsched?sstoken=UUd1YlJSLURtcE5JfGRlZmF1bHR8ZmNiMWNmMTE4MjNjNzk1MWQwZGQyYTI4ZjZjYjZjY2E", "google_plus": "https://currents.google.com/u/1/communities/101901734024125937720", "organization": { "url": "https://github.com/ULL-ESIT-PL-2122", "name": "ULL-ESIT-PL-2122", "master": "https://github.com/ULL-ESIT-GRADOII-PL/ull-esit-gradoii-pl.github.io/tree/master/" }, "apuntes_repo": "https://github.com/ULL-ESIT-GRADOII-PL/ull-esit-gradoii-pl.github.io", "campus_virtual": "https://campusingenieriaytecnologia2122.ull.es/course/view.php?id=2122090039", "calificador": "https://campusingenieriaytecnologia2122.ull.es/grade/report/user/index.php?id=2122090039", "participantes": "https://campusingenieriaytecnologia2122.ull.es/user/index.php?id=2122090039", "tareas": "https://campusingenieriaytecnologia2122.ull.es/mod/assign/index.php?id=2122090039", "foros": "https://campusingenieriaytecnologia2122.ull.es/mod/forum/index.php?id=2122090039", "profesor": "https://www.ull.es/apps/guias/guias/view_teacher_niu/745/(%3FPcrguezl.*)/", "teacher_profile_edit": "https://www.ull.es/apps/guias/teachers/view_profile/", "alu_github": "https://campusingenieriaytecnologia2122.ull.es/mod/assign/view.php?id=21205", "udv": "https://udv.ull.es/portal/", "profesor_github": "crguezl", "chat": "https://chat.google.com/u/1/room/AAAANx1edCg", "bull_puntoq": "https://www.ull.es/servicios/biblioteca/servicios/puntoq/", "bull_permanente": "https://puntoq.ull.es/permalink/f", "covid_ull": "https://campusvirtual.ull.es/doctoradoyposgrado/course/view.php?id=201913946", "turnitin": "https://docs.google.com/forms/d/e/1FAIpQLSfEyKnNYAXH5lH9eTh6de6qu5dP-lp33ul4QE8PrFLqeXT66A/viewform", "dsi": { "apuntes": "https://ull-esit-dsi-1819.github.io/dsi-1819/" }, "sytws": { "url": "https://ull-mii-sytws-1920.github.io/" }, "disqus": { "url": "https://procesadores-de-lenguajes.disqus.com/embed.js", "comments": true }, "classroom": { "url": "https://classroom.github.com/classrooms/90842648-ull-esit-pl-2122", "name": "ULL-ESIT-PL-2122" } }
Importing components in markdown
If your components are going to be used in only a few places, the recommended way to use them is to importing the components in the file where it is used.
md
<script setup>
import CustomComponent from '../components/CustomComponent.vue'
</script>
This is a .md using a custom component
<CustomComponent />
Page
{ "title": "Temas", "description": "", "frontmatter": { "mivar": 4 }, "headers": [], "relativePath": "debug/index.md", "lastUpdated": 1663069421000 }
Site
{ "lang": "en-US", "title": "DMSI", "description": "DMSI site.", "base": "/vitepress-getting-started/", "head": [], "appearance": true, "themeConfig": { "nav": [ { "text": "Debug Vitepress", "items": [ { "text": "1", "link": "/debug/" }, { "text": "2", "link": "/debug/more" } ] }, { "text": "Temas", "items": [ { "text": "Tema 0: Presentación", "link": "/temas/tema0-presentacion/" }, { "text": "Tema 1: Introducción", "link": "/temas/tema1-introduccion/" }, { "text": "Todos los temas", "link": "/temas/" } ] }, { "text": "Labs", "items": [ { "text": "GitHub Campus Expert", "link": "/practicas/gh-campus-expert" }, { "text": "Learn Markdown", "link": "/practicas/markdown" }, { "text": "The Life Cycle", "link": "/practicas/life-cycle" } ] }, { "text": "Recursos", "items": [ { "text": "Recursos ULL", "link": "recursos.html#recursos-ull" }, { "text": "Recursos GitHub", "link": "recursos.html#recursos-github" } ] }, { "text": "Horarios", "items": [ { "text": "Google Calendar", "link": "/timetables#horario" }, { "text": "Calendario de Exámenes", "link": "/timetables#examenes" }, { "text": "Horario de tutorías", "link": "https://www.ull.es/apps/guias/guias/view_teacher_niu/967/crguezl/" }, { "text": "Calendario Académico", "link": "/timetables#calendario-academico" } ] }, { "text": "GitHub", "items": [ { "text": "Organization", "link": "https://github.com/ULL-ESIT-DMSI-2223" }, { "text": "Teams", "link": "https://github.com/orgs/ULL-ESIT-DMSI-2223/teams" }, { "text": "Classroom", "link": "https://classroom.github.com/classrooms/108465062-ull-esit-dmsi-2223" }, { "text": "Apuntes repo", "link": "https://github.com/ULL-ESIT-DMSI-2223/ull-esit-dmsi-2223.github.io" } ] }, { "text": "Campus Virtual", "items": [ { "text": "Aula Virtual de DMSI", "link": "https://campusingenieriaytecnologia2223.ull.es/mod/assign/index.php?id=2223090033" }, { "text": "Guía Docente", "link": "https://www.ull.es/apps/guias/guias/view_guide_course/2223/139264413" }, { "text": "Casiano", "link": "https://www.ull.es/apps/guias/guias/view_teacher_niu/967/crguezl/" }, { "text": "Participantes", "link": "https://campusingenieriaytecnologia2223.ull.es/user/index.php?id=2223090033" }, { "text": "Tareas", "link": "https://campusingenieriaytecnologia2223.ull.es/mod/assign/index.php?id=2223090033" } ] } ], "editLink": { "pattern": "https://github.com/vuejs/vitepress/edit/main/docs/:path", "text": "Edit this page on GitHub" }, "socialLinks": [ { "icon": "github", "link": "https://github.com/ULL-ESIT-DMSI/vitepress-getting-started" } ], "footer": { "message": "Released under the MIT License.", "copyright": "Copyright © 2019-present Casiano Rodríguez-León" }, "locales": {} }, "locales": {}, "langs": {}, "scrollOffset": 90, "cleanUrls": "without-subfolders" }