_config.yml 679 B

1234567891011121314151617181920212223242526272829
  1. markdown: rdiscount
  2. rdiscount:
  3. extensions: [smart]
  4. url: http://www.opencompany.org/
  5. languages: ["en", "fr", "pl"]
  6. # Here is the configuration for sharing buttons.
  7. sharing :
  8. provider : ["like", "tweet", "plusone", "linkedin"]
  9. # provider : ["tweet", "hn", "plusone", "linkedin", "like"]
  10. twitter :
  11. size :
  12. via :
  13. count :
  14. facebook :
  15. # appid : 205602882797935
  16. layout : button_count
  17. font :
  18. faces : false
  19. width : 90
  20. googleplus :
  21. size : medium
  22. width :
  23. annotation : bubble
  24. linkedin :
  25. counter : right
  26. # The code that deal with the provider _includes/sharing-providers/
  27. # The code that includes the right bits _includes/sharing