jekyllthemes.github.io

jekyllthemes.github.io

The best themes and templates for Jekyll blogs ( Лучшие темы и шаблоны для блога на Jekyll )

Jekyll Themes

ПРОЧТИ МЕНЯ

The best themes and templates for Jekyll blogs

If you want to share your theme, do the following

  • Fork the jekyllthemes on Github.

  • Create a new post in the _posts directory and fill out the relevant YAML fields. Example of filling fields:

      ---
      title: Mr.Brown
      desc: Free responsive theme for Jekyll.
      date: 2017-04-04 00:00:00
      thumbnail: mr-brown.jpg
      author: Artem Sheludko
      license: MIT
      homepage: https://github.com/artemsheludko/mr-brown/
      demo: http://artemsheludko.pw/mr-brown/
      download: https://github.com/artemsheludko/mr-brown/archive/master.zip
      license_link: https://github.com/artemsheludko/mr-brown/blob/master/LICENSE
      ---
    
  • Make a 600 × 320px thumbnail and drop it in the thumbnails folder. Note: Do NOT forget to list its filename in the post.

  • Check everything is ok, then open up a pull request.

  • Thanks!