Nouvelle mouture du site web de Dylan
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

74 lignes
2.1 KiB

  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: Dylan Monin
  21. subtitle: cg artist
  22. email: dylan.monin@gmail.com
  23. author: Allella
  24. description: >- # this means to ignore newlines until "baseurl:"
  25. Dylan Monin website - CG Artist - France
  26. baseurl: "" # the subpath of your site, e.g. /blog
  27. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  28. # twitter_username: jekyllrb
  29. # github_username: jekyll
  30. sass:
  31. style: compact
  32. load_paths:
  33. - node_modules
  34. # Build settings
  35. # theme: minima
  36. collections:
  37. category:
  38. output: true
  39. defaults:
  40. -
  41. scope:
  42. path: ""
  43. type: category
  44. values:
  45. layout: "category"
  46. plugins:
  47. - jekyll-feed
  48. - jekyll-seo-tag
  49. # Exclude from processing.
  50. # The following items will not be processed, by default.
  51. # Any item listed under the `exclude:` key here will be automatically added to
  52. # the internal "default list".
  53. #
  54. # Excluded items can be processed by explicitly listing the directories or
  55. # their entries' file path in the `include:` list.
  56. #
  57. # exclude:
  58. # - .sass-cache/
  59. # - .jekyll-cache/
  60. # - gemfiles/
  61. # - Gemfile
  62. # - Gemfile.lock
  63. # - node_modules/
  64. # - package.json
  65. # - vendor/bundle/
  66. # - vendor/cache/
  67. # - vendor/gems/
  68. # - vendor/ruby/