{"id":13610892,"url":"https://github.com/noahfrederick/vim-jekyll","last_synced_at":"2025-04-13T01:33:23.904Z","repository":{"id":22716787,"uuid":"26061085","full_name":"noahfrederick/vim-jekyll","owner":"noahfrederick","description":"Vim extensions for Jekyll 2+ sites","archived":false,"fork":false,"pushed_at":"2021-03-26T00:54:52.000Z","size":9,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-07T17:47:14.308Z","etag":null,"topics":["jekyll","neovim","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noahfrederick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-01T19:37:41.000Z","updated_at":"2021-06-25T12:05:29.000Z","dependencies_parsed_at":"2022-07-23T19:47:09.277Z","dependency_job_id":null,"html_url":"https://github.com/noahfrederick/vim-jekyll","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahfrederick%2Fvim-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahfrederick%2Fvim-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahfrederick%2Fvim-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahfrederick%2Fvim-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahfrederick","download_url":"https://codeload.github.com/noahfrederick/vim-jekyll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654036,"owners_count":21140236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jekyll","neovim","plugin","vim"],"created_at":"2024-08-01T19:01:49.115Z","updated_at":"2025-04-13T01:33:23.600Z","avatar_url":"https://github.com/noahfrederick.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-jekyll\n\nVim extensions for Jekyll 2 sites.\n\n*Note: this is a prerelease version, which may change or break frequently.*\n\n\u003c!--[![Build Status][buildimg]](https://travis-ci.org/noahfrederick/vim-jekyll)--\u003e\n\n## Features\n\nJekyll.vim provides conveniences for working with Jekyll 2 projects. It\nautomatically detects Jekyll projects providing a set of commands available in\nJekyll buffers:\n\n| Command                | Description |\n|------------------------|-------------|\n| `:Epost {name}` ...    | Quickly jump to or create posts with this family of commands including `:Epost`, `:Spost`, `:Vpost`, and `:Tpost`. Completion is provided. See [projectionist.vim][projectionist] for details.\n| `:Edraft {name}` ...   | As above but for draft posts in `_drafts/`\n| `:Eplugin {name}` ...  | As above but for Jekyll plug-ins in `_plugin`\n| `:Elayout {name}` ...  | As above but for HTML layout files\n| `:Einclude {name}` ... | As above but for HTML include files\n| `:Econfig` ...         | As above but for your `_config.yml` file\n| `:Publish`             | Publish a draft post to your `_posts/` directory, automatically prepending the publish date to the file name |\n| `:Dispatch`            | Build your site asynchronously via [dispatch.vim][dispatch] (it even acts intelligently in the presence of a Gemfile by running `bundle exec jekyll build`) |\n| `:Start`               | Start up Jekyll's server in a shell via [dispatch.vim][dispatch] (it even acts intelligently in the presence of a Gemfile by running `bundle exec jekyll serve`) |\n\n### Planned Features\n\n- A `:Jekyll` wrapper around the command-line utility with completion\n- A `:Slug` command to update the current post's slug based on the `title` in the YAML frontmatter\n- Templates for new posts and drafts\n- A test suite\n\n## Installation\n\n### Dependencies\n\n- [projectionist.vim][projectionist] provides the `:Epost` family of commands and file templates\n- (optional) [dispatch.vim][dispatch] provides asynchronous commands for building your Jekyll site\n- (optional) [liquid.vim][liquid] provides Liquid runtime files with Jekyll enhancements\n\n[projectionist]: https://github.com/tpope/vim-projectionist\n[dispatch]: https://github.com/tpope/vim-dispatch\n[liquid]: https://github.com/tpope/vim-liquid\n\n## Development\n\n### Testing\n\nTests are written for [vspec][vspec], which can be installed via\n[vim-flavor][vim-flavor]:\n\n\tbundle install\n\tvim-flavor install\n\nThe test suite can then be run via the rake task:\n\n\trake test\n\n### Documentation\n\nThe documentation in `doc/` is generated from the plug-in source code via\n[vimdoc][vimdoc]. Do not edit `doc/jekyll.txt` directly. Refer to the\nexisting inline documentation as a guide for documenting new code.\n\nThe help doc can be rebuilt by running:\n\n\trake doc\n\n[buildimg]: https://travis-ci.org/noahfrederick/vim-jekyll.png?branch=master\n[vspec]: https://github.com/kana/vim-vspec\n[vim-flavor]: https://github.com/kana/vim-flavor\n[vimdoc]: https://github.com/google/vimdoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahfrederick%2Fvim-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahfrederick%2Fvim-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahfrederick%2Fvim-jekyll/lists"}