Skip to content

kanedo/jekyll.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll.nvim

Neovim plugin to create jekyll posts.

This is a work in progress.

Installation

lazy.nvim

return {
    'kanedo/jekyll.nvim',
    dependencies = { 
        "nvim-lua/plenary.nvim", 
        "nvim-telescope/telescope.nvim",
    },
}

Usage

  • Provides command :JekyllPost to create a post file in $(CWD)/_posts/<date>_title.md
  • Provides command :JekyllNote to create a note file in $(CWD)/_notes/<date>_slug.md
  • Provides command :JekyllDraft to create a draft file in $(CWD)/_drafts/title.md
  • Provides command :JekyllPromote to promote a draft to post.

About

Neovim Plugin for Creating Jekyll Posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages