Various forks and patches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Maxim Likhachev 4d15ba6171 Add Jekyll 2 years ago
..
patches Add Jekyll 2 years ago
test Add Jekyll 2 years ago
Containerfile Add Jekyll 2 years ago
Makefile Add Jekyll 2 years ago
README.md Add Jekyll 2 years ago

README.md

Jekyll

An improved version of Jekyll with the following changes:

  • Support for addresses ending in a full stop is returned. The patch reverses the changes made in version 4.1.

Usage

All actions can be performed using the Makefile.

Run the make command without arguments to request help:

$ make

Usage:
  make <target>

Targets:
  help        Display this help.
  build       Build Jekyll v.JEKYLL_VERSION container image with IMAGE tag.
  push        Push container image with IMAGE tag.
  run         Run container image with IMAGE tag.
  test        Test IMAGE container via dgoss.

Testing

The tests are written in goss and must be run with dgoss. The test scripts and the test website are located in the test directory.

To run the tests, run the make test command.

Obsolete changes

File patches/hardlinks.patch contains a fix to add the use of hardlinks instead of copying static files. This functionality is currently available through a third-party extension. The patch has been saved for backwards compatibility.