_config.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Welcome to Jekyll!
  2. #
  3. # This config file is meant for settings that affect your whole blog, values
  4. # which you are expected to set up once and rarely edit after that. If you find
  5. # yourself editing this file very often, consider using Jekyll's data files
  6. # feature for the data you need to update frequently.
  7. #
  8. # For technical reasons, this file is *NOT* reloaded automatically when you use
  9. # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
  10. #
  11. # If you need help with YAML syntax, here are some quick references for you:
  12. # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
  13. # https://learnxinyminutes.com/docs/yaml/
  14. #
  15. # Site settings
  16. # These are used to personalize your new site. If you look in the HTML files,
  17. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  18. # You can create any custom variable you would like, and they will be accessible
  19. # in the templates via {{ site.myvariable }}.
  20. title: Curso de informática básica
  21. author:
  22. name: Ernesto Blanco
  23. email: mail@ernestoblanco.com
  24. description: Un pequeño curso de informática desde cero.
  25. baseurl: "/curso-informatica" # the subpath of your site, e.g. /blog
  26. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  27. # twitter_username: jekyllrb
  28. # github_username: jekyll
  29. # Build settings
  30. theme: minima
  31. plugins:
  32. - jekyll-feed
  33. - jekyll-seo-tag
  34. # Exclude from processing.
  35. # The following items will not be processed, by default.
  36. # Any item listed under the `exclude:` key here will be automatically added to
  37. # the internal "default list".
  38. #
  39. # Excluded items can be processed by explicitly listing the directories or
  40. # their entries' file path in the `include:` list.
  41. #
  42. exclude:
  43. - .sass-cache/
  44. - .jekyll-cache/
  45. - gemfiles/
  46. - Gemfile
  47. - Gemfile.lock
  48. - node_modules/
  49. - vendor/bundle/
  50. - vendor/cache/
  51. - vendor/gems/
  52. - vendor/ruby/
  53. sass:
  54. quiet_deps: true
  55. silence_deprecations: [import]
  56. minima:
  57. skin: classic
  58. nav_pages:
  59. - about.back.markdown
  60. show_excerpts: true
  61. date_format: "%d/%m/%Y"
  62. social_links:
  63. - title: Minima Theme repository at GitHub
  64. icon: github
  65. url: "https://github.com/jekyll/minima"
  66. - title: Jekyll at X (formerly Twitter)
  67. icon: x-twitter
  68. url: "https://x.com/jekyllrb"
  69. collections:
  70. partials:
  71. output: true
  72. permalink: /partials/:name/