From 1313bd9779c638f09b8901f8432d6bc39910bce3 Mon Sep 17 00:00:00 2001
From: Claudio Yanes <me@claudio4.com>
Date: Fri, 04 Mar 2022 02:07:51 +0000
Subject: [PATCH] Move css and js to appropriate files

---
 .gitignore |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1eaad60..54ae7a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,5 @@
 resources
 .idea
 content/.obsidian
-data/linkIndex.yaml
-data/contentIndex.yaml
\ No newline at end of file
+static/linkIndex.json
+static/contentIndex.json
\ No newline at end of file

--
Gitblit v1.10.0