From a36fe8738861eb0871f8ac5549987dad04f483b7 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Tue, 13 Feb 2024 20:15:05 +0200 Subject: [PATCH] ignore docker files --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1418e368f..464c4155f 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ url: "https://le4ker.github.io" # NB! Without this *nothing* will work, because it's used in every path :) baseurl: /personal-jekyll-theme # Google tracking id -google-tracking-id: False +google-tracking-id: False ############# # HTML Head # ############# @@ -140,7 +140,7 @@ pages_list: Timeline: "timeline" Contact: "contact" # Exclusion list from the generated _site -exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"] +exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts", "Dockerfile", "docker-compose.yml"] # Pagination path paginate_path: "blog/page:num/" # Enable minification SASS