Skip to content

Commit

Permalink
docs: update resources
Browse files Browse the repository at this point in the history
- ZEIT is now Vercel
- Mention forks like Glim and Bridgetown
- Remove old posts
  • Loading branch information
DirtyF committed May 4, 2020
1 parent 1888fc1 commit 1f39f7a
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions docs/pages/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ some of the most popular Jekyll resources.
## Guides

- [Community tutorials]({{ '/tutorials/home/' | relative_url }})
- [Deploy Jekyll with ZEIT Now](https://github.com/zeit/now/tree/master/examples/jekyll)
- [Deploy Jekyll 4.0 on Netlify](https://www.netlify.com/blog/2020/04/02/a-step-by-step-guide-jekyll-4.0-on-netlify/)
- [Deploy Jekyll 4 on GitHub Pages]({{ '/docs/continuous-integration/github-actions/' | relative_url }})
- [Deploy Jekyll on Vercel](https://github.com/zeit/now/tree/master/examples/jekyll)
- [Deploy Jekyll 4 on Netlify](https://www.netlify.com/blog/2020/04/02/a-step-by-step-guide-jekyll-4.0-on-netlify/)
- [CloudCannon Academy](https://learn.cloudcannon.com/) is a set of resources created by [CloudCannon](https://cloudcannon.com/) to help folks get up and running with Jekyll. They cover all skill levels, and even include some great video tutorials.
- [Jekyll Cheatsheet](https://learn.cloudcannon.com/jekyll-cheat-sheet/) is a single-page resource for Jekyll filters, variables, and the like.
- ["Creating and Hosting a Personal Site on GitHub"](http://jmcglone.com/guides/github-pages/)
- ['Build A Blog With Jekyll And GitHub Pages' on Smashing Magazine](https://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/)
- Publishing to GitHub Pages? [Check out our documentation page for just that purpose]({{ '/docs/github-pages/' | relative_url }}).
- [Blogging with Git, Emacs and Jekyll](https://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/)
- [Tips for working with GitHub Pages Integration](https://gist.github.com/jedschneider/2890453)

## Integrations

Expand All @@ -42,7 +38,7 @@ Use a SaaS service as a backend for functionality on your Jekyll site
### Content Management
- [CloudCannon](https://cloudcannon.com/): The Cloud CMS for Jekyll
- [Contentful](https://github.com/contentful/jekyll-contentful-data-import): Content infrastructure for digital teams
- [Forestry.io](https://forestry.io/): A static CMS that commits
- [Forestry.io](https://forestry.io/): A free Git-based responsive CMS, with content modeling and instant previews.
- [Netlify CMS](https://www.netlifycms.org/): Open source content management for your Git workflow
- [Siteleaf](https://www.siteleaf.com/): Built for developers, Loved by everyone
- [Statictastic](https://www.statictastic.com/): Static site hosting, publishing and content management for teams
Expand Down Expand Up @@ -78,21 +74,20 @@ Use a SaaS service as a backend for functionality on your Jekyll site
- [vim-jekyll](https://github.com/parkr/vim-jekyll): A vim plugin to generate new posts and run `jekyll build` all without leaving vim.
- [WordPress2Jekyll](https://wordpress.org/plugins/wp2jekyll/): A WordPress plugin that allows you to use WordPress as your editor and (automatically) export content in to Jekyll. WordPress2Jekyll attempts to marry these two systems together in order to make a site that can be easily managed from all devices.


## Other commentary
## Posts

- [How I'm using Jekyll in 2016](https://mademistakes.com/articles/using-jekyll-2016/)
- [Talkyard comments instructions for Jekyll](https://jekyll-demo.talkyard.io/2018/01/09/installation-instructions.html)
- [Static Comments with Jekyll & Staticman](https://mademistakes.com/articles/improving-jekyll-static-comments/)
- [Adding Ajax pagination to Jekyll](https://eduardoboucas.com/blog/2014/11/05/adding-ajax-pagination-to-jekyll.html)
- ['My Jekyll Fork', by Mike West](https://mikewest.org/2009/11/my-jekyll-fork)

> "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 it's core. Here, I'll point out some highlights of my fork in the hopes that they see usage beyond this site."
- ['About this Website', by Carter Allen](http://cartera.me/2010/08/12/about-this-website/)

> "Jekyll is everything that I ever wanted in a blogging engine. Really. It isn't perfect, but what's excellent about it is that if there's 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."
- A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://github.com/rfelix/jekyll_ext/wiki/Extensions) that can be reused and shared.
- [Using your Rails layouts in Jekyll](http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll)
- [Jekpack](https://github.com/yfxie/jekpack/) an integration of Jekyll and Webpack to make them work together.

## Forks

- [Time to Visit Bridgetown](https://www.bridgetownrb.com/news/time-to-visit-bridgetown/)
- [Creating a Faster Jekyll](https://sigpipe.macromates.com/2018/creating-a-faster-jekyll/)

1 comment on commit 1f39f7a

@jaredcwhite
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DirtyF Neat, thanks for the Bridgetown shoutout! 👍

Please sign in to comment.