machinekit / machinekit-docs

Machinekit website
http://www.machinekit.io
16 stars 54 forks source link

Enable Google Analytics #271

Closed machinekoder closed 7 years ago

machinekoder commented 7 years ago

GA has been added previously but was not active to a typo in the Jekyll configuration.

ArcEye commented 7 years ago

The actual error appears linked to be the jekyll-asciinema gem not recognising asciicast in a tag

If reverting to using gems: does not help, we may have to disable that presumably changed and now broken gem and the section that uses it (I don't think that in truth it is actually used at all)

ArcEye commented 7 years ago

Also note that website-production completed sucessfully using exactly the same gems, but sourced as gems: at 0935 today.

09:34:15 Configuration file: _site.yml
09:34:15          Requiring: jekyll-asciidoc
09:34:15          Requiring: asciidoctor-diagram
09:34:15          Requiring: jekyll-sitemap
09:34:15          Requiring: jekyll-asciinema
09:34:15          Requiring: jekyll-youtube
09:34:15          Requiring: jekyll-toc
09:34:15          Requiring: jekyll-gist
09:34:15          Requiring: jekyll-seo-tag
09:34:15          Requiring: jekyll-mermaid
09:34:15          Requiring: jekyll-plantuml
09:34:15          Requiring: kramdown

so seems possible that the different tags are not accessing the same things.

machinekoder commented 7 years ago

Let's see if removing plugins fixes the build problem.

ArcEye commented 7 years ago

Yes that worked fine. All the gems were pulled and no problems with jekyll-asciinema

Lets stick with gems: tags until we are sure the other one works