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.
 
 
 
 
 
 

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