_config.yml 472 B

1234567891011121314151617181920212223242526272829303132
  1. paginate: 1
  2. permalink: none
  3. paginate_path: "page:num"
  4. exclude: ["README.md"]
  5. highlighter: pygments
  6. markdown: kramdown
  7. kramdown:
  8. input: GFM
  9. defaults:
  10. -
  11. scope:
  12. path: ""
  13. values:
  14. title: PHP PhantomJS
  15. title: PHP PhantomJs
  16. description: Run PhantomJS scripts through PHP
  17. author:
  18. name: Jonny W
  19. github:
  20. username: jonnnnyw
  21. repo: php-phantomjs
  22. watch: true
  23. fork: true
  24. rss_path: feed.xml
  25. BASE_PATH: http://jonnnnyw.github.io/php-phantomjs