From 15c1c33cfdca1c834c8816fb15eed102eebaae0b Mon Sep 17 00:00:00 2001 From: Archie Wood <58074498+archiewood@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:42:50 -0400 Subject: [PATCH] revert --- .gitignore | 1 - _config.yml | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/.gitignore b/.gitignore index b94c07e..eb58317 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ test/python/__pycache__/ vcpkg_installed token.txt .env -_site/ diff --git a/_config.yml b/_config.yml index 179563e..3b6ad46 100644 --- a/_config.yml +++ b/_config.yml @@ -1,27 +1,13 @@ remote_theme: jekyll/minima -title: DuckDB GSheets - include: - README.md - - privacy.md - -exclude: - - "*" - - "**/*" - - "**/*.md" - -plugins: - - jekyll-sitemap minima: skin: dark header_pages: - README.md - - privacy.md - -permalink: pretty social_links: - { platform: github, user_url: "https://github.com/archiewood/duckdb-gsheets" }