resources
Table of contents
계속해서 성장중인 Jekyll 커뮤니티들에서는 다양한 테마와 플러그인, 튜토리얼, 그 밖에 유용한 자료들이 발표되고 있습니다. 아래는 그 중에서 가장 인기 있는 Jekyll 관련자료 링크 모음입니다.
테마
플러그인
편집기
- Visual Studio Code 에는 다양한 Jekyll 관련 플러그인과 환경설정 파일의 자동완성 기능이 있습니다.
- jekyll-atom: Atom 의 Jekyll 관련 도구와 코드 스니펫 모음
- markdown-writer: Jekyll 을 위한 Atom 패키지. 새 포스트 / 초안 작성, 태그 / 카테고리 관리, 링크 / 이미지 삽입과 편리한 키 매핑이 가능합니다.
- sublime-jekyll: Jekyll 정적 사이트를 위한 Sublime Text 패키지. 이 패키지는 중요한 템플릿 태그와 필터뿐만 아니라 자동완성과 (블로그 포스트를 위한) 현재 시간 / 날짜 명령어를 제공하여 Jekyll 사이트와 포스트 생성을 도와줍니다. 이 패키지는 GitHub 이나 패키지 관리를 통해서 설치할 수 있습니다.
- vim-jekyll: Vim 을 종료하지 않고 새 포스트를 생성하고
jekyll build
를 실행할 수 있게 해주는 Vim 플러그인. - WordPress2Jekyll: 편집기로서 워드프레스를 사용하고 (자동으로) 컨텐츠를 Jekyll 로 내보내기 해주는 워드프레스 플러그인. WordPress2Jekyll 은 모든 디바이스에서 쉽게 사이트를 관리할 수 있도록 두 시스템을 조합하는 시도를 하고 있습니다.
유용한 가이드
- 공식 튜토리얼
- CloudCannon Academy 은 사용자들이 Jekyll 을 쉽게 사용할 수 있게 돕기 위해 CloudCannon 이 만든 자료 모음입니다. 초보에서 숙련자까지 참고할 수 있는 내용을 다루고 있고, 훌륭한 비디오 튜토리얼도 보유하고 있습니다.
- Jekyll Cheatsheet 은 Jekyll 필터와 변수, 기타 등등을 다루는 한 페이지짜리 자료입니다.
- “Creating and Hosting a Personal Site on GitHub”
- ‘Build A Blog With Jekyll And GitHub Pages’ on Smashing Magazine
- GitHub Pages 에 게시하려구요? 이 문서를 확인해보세요.
- Blogging with Git, Emacs and Jekyll
- Tips for working with GitHub Pages Integration
연동
백엔드에 SaaS 서비스를 사용해서 Jekyll 사이트에 기능을 추가하세요
댓글
- Staticman: Add user-generated content to a Jekyll site (free and open source)
- Talkyard: Embedded comments for Jekyll and others (free and open source, or hosted serverless)
컨텐츠 관리
- CloudCannon: The Cloud CMS for Jekyll
- Contentful: Content infrastructure for digital teams
- Forestry.io: A static CMS that commits
- Netlify CMS: Open source content management for your Git workflow
- Siteleaf: Built for developers, Loved by everyone
- Statictastic: Static site hosting, publishing and content management for teams
- Kentico Kontent: A headless CMS with full control over content presentation
E-commerce
- MemberSpace: Add memberships and paywall functionality to a Jekyll site
- Snipcart: Add a shopping cart to a Jekyll site
입력 폼
검색
- Algolia: Add a powerful instant search to your Jekyll site
- Bonsai Search: The easiest way to use Elasticsearch for your Jekyll site
- CloudSh: Website search with a few lines of JavaScript
기타 글
- How I’m using Jekyll in 2016
- Talkyard comments instructions for Jekyll
- Static Comments with Jekyll & Staticman
- Adding Ajax pagination to 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 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
“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 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
- Jekpack an integration of Jekyll and Webpack to make them work together.