_config.yml 907 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. title: Curso de informática básica
  2. author:
  3. name: Ainara Blanco
  4. email: ainara.bcar@gmail.com
  5. description: Un pequeño curso de informática desde cero.
  6. baseurl: "" # the subpath of your site, e.g. /blog
  7. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  8. theme: minima
  9. plugins:
  10. - jekyll-feed
  11. - jekyll-seo-tag
  12. exclude:
  13. - .sass-cache/
  14. - .jekyll-cache/
  15. - gemfiles/
  16. - Gemfile
  17. - Gemfile.lock
  18. sass:
  19. quiet_deps: true
  20. silence_deprecations: [import]
  21. minima:
  22. skin: classic
  23. nav_pages:
  24. - about.back.markdown
  25. show_excerpts: true
  26. date_format: "%d/%m/%Y"
  27. social_links:
  28. - title: Minima Theme repository at GitHub
  29. icon: github
  30. url: "https://github.com/jekyll/minima"
  31. - title: Jekyll at X (formerly Twitter)
  32. icon: x-twitter
  33. url: "https://x.com/jekyllrb"
  34. collections:
  35. partials:
  36. output: true
  37. permalink: /partials/:name/