Is there any IDE for easy development of jekyll sites. which supports Jekyll site generation along with sass compilation.
I got the solution, 'WebStorm' is the tool i'm looking for. It very much integrates with jekyll.
You could try Sublime Text with the sublime-jekyll plugin.
Apart from already mentioned Sublime Text, Atom and WebStorm there is also Brackets. It has quite good Git support as well as Emmet and Jekyll. And it is basically aimed to web developers, it is lighter than WebStorm and more web oriented out-of-the-box comparing to Sublime (it has hex color preview for example). So I would suggest to have a look at it as well .
I got the solution, 'WebStorm' is the tool i'm looking for. It very much integrates with jekyll.
Late answer, but https://atom.io is another superb option. Its powered by GitHub
Try Netlify CMS, Prose, Jekyll Admin.
If you want to use an editor with add-ons, I would recommend Atom, a GitHub-made editor like VS Code. People may say Microsoft owns GitHub so why don't you just use the most popular editor VS Code instead. Well, for some languages at some stages, Atom is just way more superior. For example, when it comes to Jekyll static site development for GitHub Pages, Atom is the way to go.
Currently, VS Code's Jekyll Snippets and Jekyll Syntax Support have 22k and 30k installs respectively, while Atom's markdown-writer and jekyll have 793k and 27k installs respectively.
However, to directly answer your question of what "IDE" to use, there is no IDE for that. But there are a number of visual frameworks for that. To name a few: Netlify CMS, Prose, Jekyll Admin, etc.
You may find this repo very useful: Awesome Jekyll Editors.
© 2022 - 2024 — McMap. All rights reserved.