This is an automated email from the ASF dual-hosted git repository. duncangrant pushed a commit to branch ruby-3 in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit c60c6af6d557947bcae452cc6801ddf76b64a1e3 Author: Alex Heneveld <[email protected]> AuthorDate: Thu May 20 12:49:42 2021 +0100 fix some jekyll problems - theme is resolved --- Gemfile | 1 + Gemfile.lock | 9 +++++++++ _config.yml | 2 ++ 3 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index faa2a37..9413737 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ source 'https://rubygems.org' ruby '3.0.1' gem 'jekyll' +gem 'minima' gem 'therubyracer' gem 'html-proofer' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index a2cf428..41652a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,8 +39,12 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 2.0) + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) jekyll-sass-converter (2.1.0) sassc (> 2.0.1, < 3.0) + jekyll-seo-tag (2.7.1) + jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) json (2.5.1) @@ -54,6 +58,10 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) nokogiri (1.11.5-x86_64-darwin) racc (~> 1.4) nokogumbo (2.0.5) @@ -90,6 +98,7 @@ DEPENDENCIES html-proofer jekyll json + minima therubyracer RUBY VERSION diff --git a/_config.yml b/_config.yml index 576b802..9b9f2e0 100644 --- a/_config.yml +++ b/_config.yml @@ -42,6 +42,8 @@ root_menu_page: /website/index.md # These files should not be included in the final build (in addition to _* contents) exclude: ['/Gemfile*','/README.md'] +theme: minima + sass: sass_dir: style/css
