From 8f3a42207afc0fd80c5ee153667fea1516fda079 Mon Sep 17 00:00:00 2001 From: Akib Mohaimenur Rahman Date: Tue, 6 Apr 2021 11:37:16 -0400 Subject: [PATCH 1/3] update --- _config.yml | 8 ++++++++ docker-compose.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d90d095996..3ba76c72e4 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,10 @@ lsi: false # Produce an index for related posts. Requires the classifier-reborn plugin. -> https://jekyllrb.com/docs/configuration/options/#build-command-options safe: true # Disable non-whitelisted plugins, caching to disk, and ignore symbolic links. -> https://jekyllrb.com/docs/configuration/options/#build-command-options +strict_front_matter: true +exclude: [github-actions ] source: . # Change the directory where Jekyll will read files title: Hack for LA @@ -44,6 +46,7 @@ defaults: # The `defaults` key holds an array of scope/values pairs that define type: "pages" values: layout: "default" + sitemap: false - scope: path: "_projects" # an empty string here means all files in the project type: "projects" @@ -54,3 +57,8 @@ defaults: # The `defaults` key holds an array of scope/values pairs that define type: "guide-pages" values: layout: "guide-pages" + +plugins: + - jekyll-sitemap + + diff --git a/docker-compose.yml b/docker-compose.yml index 6a8336f6a9..912cfb4330 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: hfla_site: image: jekyll/jekyll:pages container_name: hfla_site - command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I + command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I -V environment: - JEKYLL_ENV=docker ports: From 2332befed44af9e05e80c51df7c330f90cad7f07 Mon Sep 17 00:00:00 2001 From: Akib Mohaimenur Rahman Date: Sat, 10 Apr 2021 11:11:51 -0400 Subject: [PATCH 2/3] Update changes not meant to be in this PR --- _config.yml | 2 -- docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 68d0b7f678..134855f5a8 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,6 @@ lsi: false # Produce an index for related posts. Requires the classifier-reborn plugin. -> https://jekyllrb.com/docs/configuration/options/#build-command-options safe: true # Disable non-whitelisted plugins, caching to disk, and ignore symbolic links. -> https://jekyllrb.com/docs/configuration/options/#build-command-options -strict_front_matter: true - exclude: [github-actions ] source: . # Change the directory where Jekyll will read files diff --git a/docker-compose.yml b/docker-compose.yml index 912cfb4330..6a8336f6a9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: hfla_site: image: jekyll/jekyll:pages container_name: hfla_site - command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I -V + command: jekyll serve --force_polling --livereload --config _config.yml,_config.docker.yml -I environment: - JEKYLL_ENV=docker ports: From f073373fd61848837158707371b1526bf471e8ac Mon Sep 17 00:00:00 2001 From: Akib Mohaimenur Rahman Date: Sat, 10 Apr 2021 11:12:42 -0400 Subject: [PATCH 3/3] Update config --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 134855f5a8..a065751c23 100644 --- a/_config.yml +++ b/_config.yml @@ -41,7 +41,6 @@ defaults: # The `defaults` key holds an array of scope/values pairs that define type: "pages" values: layout: "default" - sitemap: false - scope: path: "_projects" # an empty string here means all files in the project type: "projects"