Skip to content

Commit

Permalink
v 1.4.3
Browse files Browse the repository at this point in the history
jekyll 3.9.2
hugo v0.98.0-extended

mkdocs                                    1.3.0
mkdocs-git-revision-date-localized-plugin 1.0.1
mkdocs-git-revision-date-plugin           0.3.2
mkdocs-macros-plugin                      0.7.0
mkdocs-material                           8.2.11
mkdocs-material-extensions                1.0.3
mkdocs-minify-plugin                      0.5.0
mkdocs-redirects                          1.0.4
  • Loading branch information
sbamin committed Apr 30, 2022
1 parent 065a51a commit 50c9224
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 28 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ FROM ruby:2.7.3
## For questions, visit https:
MAINTAINER "Samir B. Amin" <tweet:sbamin; sbamin.com/contact>

LABEL version="1.4.2" \
mode="sitebuilder-1.4.2" \
LABEL version="1.4.3" \
mode="sitebuilder-1.4.3" \
description="docker image to build jekyll, hugo or mkdocs supported website" \
website="https://github.com/sbamin/sitebuilder" \
issues="https://github.com/sbamin/sitebuilder/issues"
Expand Down Expand Up @@ -53,14 +53,14 @@ RUN apt-get update && \
## force update packages if failed earlier
pip3 install --upgrade singledispatch nltk six && \
pip3 install markdown pygments fontawesome_markdown pymdown-extensions && \
pip3 install mkdocs mkdocs-material mkdocs-git-revision-date-plugin mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin pymdown-extensions mkdocs-macros-plugin mike && \
pip3 install mkdocs mkdocs-material mkdocs-git-revision-date-plugin mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-redirects pymdown-extensions mkdocs-macros-plugin mike && \
## force update mkdocs env
pip3 install --upgrade markdown pygments fontawesome_markdown pymdown-extensions && \
pip3 install --upgrade mkdocs mkdocs-material mkdocs-git-revision-date-plugin mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin pymdown-extensions mkdocs-macros-plugin mike && \
pip3 install --upgrade mkdocs mkdocs-material mkdocs-git-revision-date-plugin mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-redirects pymdown-extensions mkdocs-macros-plugin mike && \
## install latest hugo extended
wget https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_extended_0.95.0_Linux-64bit.deb && \
apt install ./hugo_extended_0.95.0_Linux-64bit.deb -y && \
rm hugo_extended_0.95.0_Linux-64bit.deb && \
wget https://github.com/gohugoio/hugo/releases/download/v0.98.0/hugo_extended_0.98.0_Linux-64bit.deb && \
apt install ./hugo_extended_0.98.0_Linux-64bit.deb -y && \
rm hugo_extended_0.98.0_Linux-64bit.deb && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
15 changes: 8 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
source 'https://rubygems.org'

group :sitebuilder do
gem 'github-pages', '>= 221'
gem 'jekyll', '>=3.9.0'
gem 'jekyll-redirect-from', '>= 0.16.0'
gem 'jekyll-mentions', '>= 1.6.0'
gem 'jekyll-twitter-plugin'
gem 'ffi', '>= 1.11.1'
gem 'nokogiri', '>= 1.12.5'
gem 'bundler', '> 1.14'
gem 'github-pages', '>= 226'
gem 'jekyll', '>=3.9.2'
gem 'jekyll-redirect-from', '>= 0.16.0'
gem 'jekyll-mentions', '>= 1.6.0'
gem 'jekyll-twitter-plugin'
gem 'ffi', '>= 1.11.1'
gem 'nokogiri', '>= 1.13.4'
end
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.4.7)
activesupport (6.0.4.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -15,7 +15,7 @@ GEM
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.4)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
dnsruby (1.61.9)
simpleidn (~> 0.1)
em-websocket (0.5.3)
Expand Down Expand Up @@ -51,9 +51,9 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (225)
github-pages (226)
github-pages-health-check (= 1.17.9)
jekyll (= 3.9.0)
jekyll (= 3.9.2)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.2.0)
Expand Down Expand Up @@ -88,12 +88,12 @@ GEM
jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.12.0)
kramdown (= 2.3.1)
kramdown (= 2.3.2)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.12.5, < 2.0)
nokogiri (>= 1.13.4, < 2.0)
rouge (= 3.26.0)
terminal-table (~> 1.4)
github-pages-health-check (1.17.9)
Expand All @@ -102,13 +102,13 @@ GEM
octokit (~> 4.0)
public_suffix (>= 3.0, < 5.0)
typhoeus (~> 1.3)
html-pipeline (2.14.0)
html-pipeline (2.14.1)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
jekyll (3.9.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand All @@ -233,15 +233,15 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.15.0)
multipart-post (2.1.1)
nokogiri (1.13.3)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
public_suffix (4.0.7)
racc (1.6.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -278,13 +278,14 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (> 1.14)
ffi (>= 1.11.1)
github-pages (>= 221)
jekyll (>= 3.9.0)
github-pages (>= 226)
jekyll (>= 3.9.2)
jekyll-mentions (>= 1.6.0)
jekyll-redirect-from (>= 0.16.0)
jekyll-twitter-plugin
nokogiri (>= 1.12.5)
nokogiri (>= 1.13.4)

BUNDLED WITH
2.1.4

0 comments on commit 50c9224

Please sign in to comment.