From ad25f0d579f0abc6724d8585ea164948572c3aec Mon Sep 17 00:00:00 2001 From: Maxime Vaillancourt Date: Mon, 2 Nov 2020 22:46:44 +0000 Subject: [PATCH] Exclude 'notes_graph.json' from files to watch --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 1433f3f..5831034 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ title: My digital garden include: ['_pages'] +exclude: ['_includes/notes_graph.json'] # You may need to change the base URL depending on your deploy configuration. # Specifically, when using GitHub Pages, the baseurl should point to where GitHub # Pages deploys your repository (which is usually the repository name).