_config.yml 701 B

1234567891011121314151617181920212223242526272829303132333435
  1. # visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
  2. paginate: 1 # pagination based on number of posts
  3. permalink: none
  4. paginate_path: "page:num"
  5. exclude: ["README.md"] # files to exclude
  6. highlighter: pygments
  7. markdown: kramdown
  8. kramdown:
  9. input: GFM
  10. defaults:
  11. -
  12. scope:
  13. path: "" # empty string for all files
  14. values:
  15. title: PHP PhantomJS
  16. title: PHP PhantomJs
  17. description: Run PhantomJS scripts through PHP
  18. author:
  19. name: Jonny W
  20. email: contact@jonnyw.me
  21. github:
  22. twitter:
  23. pinterest:
  24. linkedin:
  25. email_md5:
  26. rss_path: feed.xml
  27. categories_path: categories.html
  28. tags_path: tags.html
  29. BASE_PATH: http://jonnnnyw.github.io/php-phantomjs/