Files
jekyll/site/_docs/resources.md
Ben Orenstein f97a48d970 Add utm params to link in docs
https://github.com/jekyll/jekyll/pull/4243 updated this link to a jekyll-specific page. This commit adds utm params to the link so we can tell that users came to us from the Jekyll documentation. Among other things, this will help us provide better support to Jekyll users who sign up, since we'll know what site generator they're using.
2015-12-09 16:28:25 -05:00

3.8 KiB
Raw Blame History

layout, title, permalink
layout title permalink
docs Resources /docs/resources/

Jekylls growing use is producing a wide variety of tutorials, frameworks, extensions, examples, and other resources that can be very helpful. Below is a collection of links to some of the most popular Jekyll resources.

Jekyll tips & tricks, and examples

Tutorials

Integrating Jekyll with Git

Other hacks

  • Integrating Twitter with Jekyll

    “Having migrated Justkez.com to be based on Jekyll, I was pondering how I might include my recent twitterings on the front page of the site. In the WordPress world, this would have been done via a plugin which may or may not have hung the loading of the page, might have employed caching, but would certainly have had some overheads. … Not in Jekyll.”

  • My Jekyll Fork, by Mike West

    “Jekyll is a well-architected throwback to a time before WordPress, when men were men, and HTML was static. I like the ideas it espouses, and have made a few improvements to its core. Here, Ill point out some highlights of my fork in the hopes that they see usage beyond this site.”

  • About this Website, by Carter Allen

    “Jekyll is everything that I ever wanted in a blogging engine. Really. It isnt perfect, but whats excellent about it is that if theres something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added”build" step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world.”

  • Build A Blog With Jekyll And GitHub Pages, by Barry Clark

    “I recently migrated my blog from WordPress to Jekyll, a fantastic website generator thats designed for building minimal, static blogs to be hosted on GitHub Pages. The simplicity of Jekylls theming layer and writing workflow is fantastic; however, setting up my website took a lot longer than expected. In this article we'll walk through: the quickest way to set up a Jekyll powered blog, how to avoid common problems with using Jekyll, how to import your content from Wordpress, and more.”

  • Generating a Tag Cloud in Jekyll A guide to implementing a tag cloud and per-tag content pages using Jekyll.

  • A way to extend Jekyll without forking and modifying the Jekyll gem codebase and some portable Jekyll extensions that can be reused and shared.

  • Using your Rails layouts in Jekyll

  • Adding Ajax pagination to Jekyll