A Sublime Text package for Jekyll static sites.
sublime-jekyll is a Sublime Text package specifically designed to streamline the process of managing and creating new Jekyll posts for Jekyll static sites. This package offers various features such as quick access to new post and draft commands, snippets and completions for Liquid template tags and filters, as well as commands for adding dates and upload links to posts. If you use Jekyll as your static site generator and Sublime Text as your text editor, installing and using this package is highly recommended.
To install sublime-jekyll, it is recommended to use Package Control - a package manager for Sublime Text. Follow the steps below to install and update the package:
Ctrl + Shift + P (or Cmd + Shift + P on macOS) to open the Command Palette.Alternatively, you can manually install the package by following these steps:
git clone https://github.com/username/sublime-jekyll.git
Preferences -> Browse Packages in Sublime Text.sublime-jekyll is a Sublime Text package aimed at simplifying the management and creation of Jekyll posts for Jekyll static sites. With features like quick access to new post and draft commands, snippets and completions for Liquid template tags and filters, and handy commands for adding dates and upload links, this package offers significant convenience for users who utilize Jekyll as their static site generator and Sublime Text as their text editor. The recommended installation method is using Package Control, but manual installation is also possible.