0.0
No commit activity in last 3 years
No release in over 3 years
jekyll hook plugin for building a fully portable site
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 1.18, >= 1.16
~> 0.8
~> 2.5
< 4.0, >= 3.0
< 0.70, >= 0.60
~> 0.9

Runtime

< 4.0, >= 3.8
< 4.0, >= 3.7
 Project Readme

jekyll_pocket

jekyll hook plugin for building a fully portable site 🎣💾👝

Gem Version License PRs Welcome Build Status

Installation

Add this line to your application's Gemfile:

gem 'jekyll_pocket'

Then execute:

$ bundle

And add it as a jekyll plugin in your _config.yml file

plugins:
    - jekyll_pocket

Usage

Make sure all of your files are using file extensions by setting permalink: none in your _config.yml file and looking through any custom page-level permalinks.

Then run jekyll build in pocket mode with:

$ bundle exec jekyll build JEKYLL_ENV=pocket

When the build is finished, you should be able to double click on your compiled index.html page and open up a fully functioning, serverless site in your browser. The links are all relative so you can move the site onto a thumbdrive and share it offline however you like.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the JekyllPocket project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.