| 123456789101112131415161718192021222324252627282930313233343536373839 |
- title: Curso de informática básica
- author:
- name: Ainara Blanco
- email: ainara.bcar@gmail.com
- description: Un pequeño curso de informática desde cero.
- baseurl: "" # the subpath of your site, e.g. /blog
- url: "" # the base hostname & protocol for your site, e.g. http://example.com
- theme: minima
- plugins:
- - jekyll-feed
- - jekyll-seo-tag
- exclude:
- - .sass-cache/
- - .jekyll-cache/
- - gemfiles/
- - Gemfile
- - Gemfile.lock
- sass:
- quiet_deps: true
- silence_deprecations: [import]
- minima:
- skin: classic
- nav_pages:
- - about.back.markdown
- show_excerpts: true
- date_format: "%d/%m/%Y"
- social_links:
- - title: Minima Theme repository at GitHub
- icon: github
- url: "https://github.com/jekyll/minima"
- - title: Jekyll at X (formerly Twitter)
- icon: x-twitter
- url: "https://x.com/jekyllrb"
- collections:
- partials:
- output: true
- permalink: /partials/:name/
|