From cad8faf50538cdb133724ac4d51cb94ab6277ec5 Mon Sep 17 00:00:00 2001 From: ceoche <cel@kereval.com> Date: Wed, 19 Jul 2023 09:58:56 +0200 Subject: [PATCH] Remove minima from config, update makefile --- Makefile | 14 +++++++------- .../jekyll-gazelle-documentation/_config.yml | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 75bf54d..8373466 100755 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ $(OUTPUT_FOLDER): # launch jekyll serve to preview website with jekyll server view: jekyll - cp $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/index-default.html $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/index.html cd $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/ && bundle exec jekyll serve # Create documentation website with jekyll @@ -54,12 +53,13 @@ copy_docs_to_target: # copy markdown sources to jekyll foler copy_source_to_jekyll: @for a in $(DOCS); do \ - if [ -d $$a ]; then \ - echo "copy folder $$a to $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/"; \ - cp -r $$a $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/; \ - fi; \ - done; - @echo "Done!" + if [ -d $$a ]; then \ + echo "copy folder $$a to $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/"; \ + cp -r $$a $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/; \ + fi; \ + done; + cp $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/index-default.html $(OUTPUT_FOLDER)/jekyll-gazelle-documentation/index.html + @echo "Done!" .PHONY: clean clean: diff --git a/_templates/jekyll-gazelle-documentation/_config.yml b/_templates/jekyll-gazelle-documentation/_config.yml index f663a3a..47abb63 100755 --- a/_templates/jekyll-gazelle-documentation/_config.yml +++ b/_templates/jekyll-gazelle-documentation/_config.yml @@ -27,7 +27,6 @@ url: "" # the base hostname & protocol for your site # Build settings markdown: kramdown -theme: minima defaults: - -- GitLab