_config.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Site wide configuration
  2. title: exegetes.eu.org
  3. locale: fr_FR
  4. url: https://exegetes.eu.org
  5. # Jekyll configuration
  6. permalink: /:categories/:title/
  7. markdown: kramdown
  8. highlighter: pygments
  9. sass:
  10. sass_dir: _sass
  11. style: compressed
  12. kramdown:
  13. auto_ids: true
  14. footnote_nr: 1
  15. entity_output: as_char
  16. toc_levels: 1..6
  17. use_coderay: false
  18. # Site owner
  19. owner:
  20. name: Les exégètes amateurs
  21. avatar: bio-photo.jpg
  22. bio: "Groupe d'action juridique et contentieuse commun entre French Data Network (FDN), La Quadrature du Net (LQDN) et la fédération des fournisseurs d'accès à Internet associatifs (Fédération FDN). Depuis décembre 2014."
  23. email: "contact@exegetes.eu.org"
  24. disqus-shortname:
  25. twitter: lesExegetes
  26. facebook: #username
  27. google:
  28. plus: #username
  29. analytics:
  30. verify:
  31. ad-client:
  32. ad-slot:
  33. bing-verify:
  34. github: #username
  35. stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
  36. linkedin: #username
  37. xing: #username
  38. instagram: #username
  39. lastfm: #username
  40. tumblr: #username
  41. pinterest: #username
  42. foursquare: #username
  43. steam: #username
  44. dribbble: #username
  45. youtube: #username
  46. soundcloud: #username
  47. weibo: #username
  48. flickr: #username
  49. codepen: #username
  50. include: [".htaccess"]
  51. exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]