Skip to content

A devcontainer configuration for working with Jekyll

License

Notifications You must be signed in to change notification settings

nlsantos/devcontainer-jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devcontainer-jekyll

A devcontainer configuration for working with Jekyll

Utilizing BretFisher/jekyll-serve's OCI images, it is composed of two services:

  • a devcontainer service that runs bash and has Jekyll ready for generating pages
  • a Jekyll server serving your files on port 4000

Usage

You can copy the devcontainer.json and compose.yml file into your .devcontainer directory.

You could also use git-subrepo to link it to your codebase by running:

git subrepo clone https://github.com/nlsantos/devcontainer-jekyll .devcontainer

inside your Git repository. You can then use your preferred tooling to spin up the devcontainer.

Take a look at my project brig if you don't already have one.

License

In case configuration can be copyrighted, these files are made available to the public under 0BSD.

About

A devcontainer configuration for working with Jekyll

Resources

License

Stars

Watchers

Forks