diff --git a/Dockerfile b/Dockerfile index ccd6637..7d9899c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,6 @@ -FROM alpine:3.13 -RUN apk add --update ruby -RUN apk add \ - build-base \ - ruby-dev \ - libffi-dev \ - ruby-etc \ - zlib-dev +FROM ruby:2 -RUN gem install bundler +RUN gem install bundler -v 2.4.22 ENV BUNDLE_GEMFILE=/tmp/Gemfile COPY Gemfile $BUNDLE_GEMFILE RUN bundle install -j 4 diff --git a/_layouts/default.html b/_layouts/default.html index c48aa4e..04572d0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,11 +4,26 @@ - {% include head.html %} - -
- {% include anchor_headings.html h_min=2 html=content anchorBody="" %} -
- - +{% include head.html %} + + + +
+ +
+

Jekyll version: {{ site.github.versions.jekyll }}

+

Liquid version: {{ site.github.versions.liquid }}

+

Jekyll environment: {{ jekyll.environment }}

+
+ + {% include anchor_headings.html h_min=2 html=content anchorBody="" %} +
+ + + + \ No newline at end of file diff --git a/assets/_sass/main.scss b/assets/_sass/main.scss index ed60d8e..7872647 100644 --- a/assets/_sass/main.scss +++ b/assets/_sass/main.scss @@ -56,6 +56,10 @@ main { padding: 0; } +.debug { + border: 1px solid red; +} + h1, h2, h3, h4, h5, h6 { font-family: $sans-font-family; margin-top: 1.5em;