Skip to content

Commit

Permalink
Fixed YAML valid date error
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-ku committed Feb 13, 2024
1 parent 68656b2 commit 2077da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 2077da1

Please sign in to comment.