From 2077da199f48fd900bac7494011ac117cd0d1566 Mon Sep 17 00:00:00 2001 From: Noah Ku Date: Tue, 13 Feb 2024 01:52:29 -0800 Subject: [PATCH] Fixed YAML valid date error --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 85caf3e2..cd54403a 100644 --- a/_config.yml +++ b/_config.yml @@ -19,7 +19,7 @@ description: A modern, highly customizable, responsive Jekyll template for cours author: Kevin Lin baseurl: '/just-the-class' # the subpath of your site, e.g. /blog url: 'https://kevinl.info' # the base hostname & protocol for your site, e.g. http://example.com -exclude: ["Gemfile", "Gemfile.lock", "LICENSE"] +exclude: ["Gemfile", "Gemfile.lock", "LICENSE", vendor] # Theme settings remote_theme: just-the-docs/just-the-docs@v0.7.0