Skip to content

A set of tools/scripts to support development process of Jekyll-based sites

License

Notifications You must be signed in to change notification settings

tivaliy/jekyll-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Tools

A set of tools/scripts to support development process of Jekyll-based sites

Prerequisite

Docker Engine must be installed for your platform. Please, refer to How to Install Docker Engine

Available Tools/Scripts

build.sh

Can be used to generate "ready to deploy" Jekyll-based website static content. Based on jekyll/jekyll:pages docker images.

How to use

  1. Copy build.sh script to Jekyll-based website source directory.

  2. Configure destination folder name (_deploy by default) in build.sh.

  3. Run build.sh:

    ```
    $ source build.sh
    ```
    
  4. Put generate data to respective folder of your web server.

start_service.sh

Can be used to run Jekyll website generator in development mode.

How to use

  1. Copy start_service.sh script to Jekyll-based website source directory.

  2. Run start_service.sh:

    ```
    $ source start_service.sh
    ```
    
  3. Service will start in interactive (incremental watch) mode that is useful for debugging.

  4. Access your website http://0.0.0.0:4000.

  5. You can use ctrl-c to stop and remove container.

About

A set of tools/scripts to support development process of Jekyll-based sites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages