Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Any Jekyll or Hugo frontend software availabe?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Any Jekyll or Hugo frontend software availabe?

Is there anything like WordPress editor that works with Jekyll or Hugo? Not really a fan of markdown, plus I want to write posts with my phone too. I do have a webserver, so written in PHP is fine as long as it supports publishin using FTP. Or it coud be somethng like Forestry.io.

Suggestions please! Thanks!

Comments

  • raindog308raindog308 Administrator, Veteran

    sanvit said: Not really a fan of markdown

    Then you picked the wrong software.

    sanvit said: Is there anything like WordPress editor that works with Jekyll or Hugo? Not really a fan of markdown, plus I want to write posts with my phone too. I do have a webserver, so written in PHP is fine as long as it supports publishin using FTP. Or it coud be somethng like Forestry.io.

    If you want the Wordpress editor...why not...just use Wordpress?

    Writing your posts in Markdown without a big interactive CMS is kind of the point of Jekyll/Hugo/Pelican/etc., no? And people who want to serve static web sites probably don't want to put php in front of it to generate the post so they can turn around and generate the site...just use WP + supercache.

    I did google up a jekyll front end and it is hilariously a desktop Java app...

    http://www.maastaar.net/easyjekyll/2016/09/17/easyjekyll-a-gui-frontend-for-jekyll/

  • @raindog308 said:

    sanvit said: Not really a fan of markdown

    Then you picked the wrong software.

    sanvit said: Is there anything like WordPress editor that works with Jekyll or Hugo? Not really a fan of markdown, plus I want to write posts with my phone too. I do have a webserver, so written in PHP is fine as long as it supports publishin using FTP. Or it coud be somethng like Forestry.io.

    If you want the Wordpress editor...why not...just use Wordpress?

    Writing your posts in Markdown without a big interactive CMS is kind of the point of Jekyll/Hugo/Pelican/etc., no? And people who want to serve static web sites probably don't want to put php in front of it to generate the post so they can turn around and generate the site...just use WP + supercache.

    I did google up a jekyll front end and it is hilariously a desktop Java app...

    http://www.maastaar.net/easyjekyll/2016/09/17/easyjekyll-a-gui-frontend-for-jekyll/

    Well, wordpress is good. However, I was thinking of creating a static blog and host ot through S3 or something and put a CDN on front of it.

    Java app..... Hmmmmm... may be my last choice...

    Thanks for the comment!

  • saf31saf31 Member
    edited February 2017

    (offtopic) Here are some with admin panels https://www.flatfilecmslist.com/tag/Admin Panel, I have never used any but they seem very interesting. Will try bludit in my nat vps when I get some spare time. Any other recommendation from anyone ? I would also like to have some sort of admin panel for writing/editing posts and bludit seems to have one.

  • nfnnfn Veteran

    https://stackedit.io/ can help with that

    Thanked by 2saf31 scttmthsn
  • @saf31 said:
    (offtopic) Here are some with admin panels https://www.flatfilecmslist.com/tag/Admin Panel, I have never used any but they seem very interesting. Will try bludit in my nat vps when I get some spare time. Any other recommendation from anyone ? I would also like to have some sort of admin panel for writing/editing posts and bludit seems to have one.

    @nfn said:
    https://stackedit.io/ can help with that

    Thanks! I'll check them out!

  • https://www.google.com/search?q=web+markdown+editor&ei=q4q2WLuZCsS2jwO-n5OAAw&start=10&sa=N&biw=1920&bih=901
    There are lots of online markdown editors, just try out the one that best suit your needs.

  • Gravity has a great admin backend. It uses an easy markdown with common HTML tag selection buttons. Super easy to install and tons of templates and plugins.

    https://getgrav.org

  • scttmthsnscttmthsn Member
    edited March 2017

    @nfn said:
    https://stackedit.io/ can help with that

    Sweet, thanks.

Sign In or Register to comment.