Back to Devbox

Jekyll Example

examples/stacks/jekyll/README.md

0.17.2864 B
Original Source

Jekyll Example

Inspired by This Example

How to Use

  1. Install Devbox

  2. Create a new project with:

    bash
    devbox create --template jekyll
    devbox install
    
  3. Run devbox shell to install your packages and run the init hook

  4. In the root directory, run devbox run generate to install and package the project with bundler

  5. In the root directory, run devbox run serve to start the server. You can access the Jekyll example at localhost:4000