_config.yml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. #
  2. # This file contains configuration flags to customize your site
  3. #
  4. # Name of your site (displayed in the header)
  5. name: Ernesto Blanco, mis proyectos en Git Hub.
  6. # Short bio or description (displayed in the header)
  7. description: Desarrollo web y legalidad digital.
  8. # URL of your avatar or profile pic (you could use your GitHub profile pic)
  9. avatar: https//bcernesto.github.io/images/jekyll-logo.png
  10. #
  11. # Flags below are optional
  12. #
  13. # Includes an icon in the footer for each username you enter
  14. footer-links:
  15. dribbble:
  16. email: mail@ernestoblanco.mx
  17. facebook: bc.ernesto
  18. flickr: bc_ernesto
  19. github: bcernesto
  20. instagram:
  21. linkedin:
  22. pinterest:
  23. rss: Novedades # just type anything here for a working RSS icon
  24. twitter: bc_ernesto
  25. stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
  26. youtube: bcernesto # channel/<your_long_string> or user/<user-name>
  27. googleplus: # anything in your profile username that comes after plus.google.com/
  28. # Enter your Disqus shortname (not your username) to enable commenting on posts
  29. # You can find your shortname on the Settings page of your Disqus account
  30. disqus: github
  31. # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
  32. google_analytics:
  33. # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
  34. # Used for Sitemap.xml and your RSS feed
  35. url: http://bcernesto.github.io
  36. # If you're hosting your site at a Project repository on GitHub pages
  37. # (http://yourusername.github.io/repository-name)
  38. # and NOT your User repository (http://yourusername.github.io)
  39. # then add in the baseurl here, like this: "/repository-name"
  40. baseurl: ""
  41. #
  42. # !! You don't need to change any of the configuration flags below !!
  43. #
  44. permalink: /:title/
  45. # The release of Jekyll Now that you're using
  46. version: v1.2.0
  47. # Jekyll 3 now only supports Kramdown for Markdown
  48. kramdown:
  49. # Use GitHub flavored markdown, including triple backtick fenced code blocks
  50. input: GFM
  51. # Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
  52. syntax_highlighter: rouge
  53. syntax_highlighter_opts:
  54. # Use existing pygments syntax highlighting css
  55. css_class: 'highlight'
  56. # Set the Sass partials directory, as we're using @imports
  57. sass:
  58. style: :expanded # You might prefer to minify using :compressed
  59. # Use the following plug-ins
  60. gems:
  61. - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
  62. - jekyll-feed # Create an Atom feed using the official Jekyll feed gem
  63. # Exclude these files from your production _site
  64. exclude:
  65. - Gemfile
  66. - Gemfile.lock
  67. - LICENSE
  68. - README.md
  69. - CNAME