reactivex.github.io icon indicating copy to clipboard operation
reactivex.github.io copied to clipboard

Dockerfile is currently broken

Open iainsmith opened this issue 5 years ago β€’ 6 comments

The Dockerfile is pointing to jekyll/jekyll:latest but we use red carpet which is only supported in Jekyll 3.x

log output, when following the README.

The compress option has been deprecated. We recommend you use a dedicated css minifier, for instance see less-plugin-clean-css.
jekyll serve --watch
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux-musl]
Configuration file: /app/_config.yml
            Source: /app
       Destination: /app/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
           Warning: Highlight Tag no longer supports rendering with Pygments.
                    Using the default highlighter, Rouge, instead.
Markdown processor: "redcarpet" is not a valid Markdown processor.
                    Available processors are: kramdown

  Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-06-10-welcome-to-jekyll.markdown':
                    Invalid Markdown processor given: redcarpet
             ERROR: YOUR SITE COULD NOT BE BUILT:
                    ------------------------------------
                    Invalid Markdown processor given: redcarpet
                    ------------------------------------------------
      Jekyll 4.0.0   Please append `--trace` to the `serve` command
                     for any additional information or backtrace.
                    ------------------------------------------------
rake aborted!
Command failed with status (1): [jekyll serve --watch...]

iainsmith avatar Feb 23 '20 23:02 iainsmith

Quick bump, to see if @r3h0 or someone else can approve this.

iainsmith avatar Mar 07 '20 09:03 iainsmith

Added my comment that it looks good. I can't merge it or I would do so.

r3h0 avatar Mar 07 '20 13:03 r3h0

hi @iainsmith , any update on this? im still facing this error when trying to build the website 😞 😞

aryasurya21 avatar Oct 08 '21 09:10 aryasurya21

@aryasurya21 judging from the comment in https://github.com/ReactiveX/reactivex.github.io/issues/398, this repo hasn't been maintained for a while. For a local build/workaround, try adding the 3.8 tag like in the closed PR.

r3h0 avatar Oct 09 '21 17:10 r3h0

@r3h0 right, thanks for the information, appreciated muchπŸ‘

aryasurya21 avatar Oct 10 '21 08:10 aryasurya21

hi @iainsmith , any update on this? im still facing this error when trying to build the website 😞 😞

Sadly nothing I can do.

iainsmith avatar Oct 11 '21 11:10 iainsmith