From b9517214ee6b71fb22b49656dc2fe99a7007ab78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:28:51 +0800 Subject: [PATCH] sync with josix-kg (#79) Co-authored-by: josix --- content/note | 2 +- gatsby-config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/note b/content/note index 4ef4abc..00cdd49 160000 --- a/content/note +++ b/content/note @@ -1 +1 @@ -Subproject commit 4ef4abcdb84d27919a265a9f8e6c334d50f40308 +Subproject commit 00cdd499829519baf019f4d939cf2be49f2e6846 diff --git a/gatsby-config.js b/gatsby-config.js index 737495e..c995d6d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -39,7 +39,7 @@ module.exports = { resolve: `gatsby-source-filesystem`, options: { path: `${__dirname}/content/note`, - ignore: [`**/_*/**`, `**/Permanent/**`, `**/README.md`], + ignore: [`**/_*/**`, `**/Permanent/**`, `**/README.md`, `**/Recent Notes.md`], name: `note`, }, },