Is there any IDE for jekyll static site generator? [closed]
Asked Answered
T

5

5

Is there any IDE for easy development of jekyll sites. which supports Jekyll site generation along with sass compilation.

Terina answered 6/1, 2015 at 9:28 Comment(1)
Try JekyllPad.com , it's a wysiwyg online editor for Jekyll integrated with githubCulbert
T
3

I got the solution, 'WebStorm' is the tool i'm looking for. It very much integrates with jekyll.

Terina answered 8/1, 2015 at 2:42 Comment(1)
This is false. WebStorm (and all JetBrains IDEs) flag Jekyll preambles as syntax errors.Methane
Y
6

You could try Sublime Text with the sublime-jekyll plugin.

Yeryerevan answered 6/1, 2015 at 22:23 Comment(0)
S
4

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 .

Subliminal answered 24/2, 2016 at 13:51 Comment(0)
T
3

I got the solution, 'WebStorm' is the tool i'm looking for. It very much integrates with jekyll.

Terina answered 8/1, 2015 at 2:42 Comment(1)
This is false. WebStorm (and all JetBrains IDEs) flag Jekyll preambles as syntax errors.Methane
W
2

Late answer, but https://atom.io is another superb option. Its powered by GitHub

Withdrawn answered 27/7, 2015 at 3:1 Comment(1)
These off-topic questions shouldn't really be answered.Devindevina
K
0

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.

Kuykendall answered 11/6, 2021 at 22:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.