From d21552f5928b1a4472d96e26efc922a4be6c6ed8 Mon Sep 17 00:00:00 2001
From: Lucas Fryzek <lucas.fryzek@gmail.com>
Date: Wed, 8 Feb 2023 21:34:53 -0500
Subject: Improve site theme and layout

Specifically improve how multiple lines of notes are displayed
on the main page.
---
 makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'makefile')

diff --git a/makefile b/makefile
index 9c9b0cc..497382d 100644
--- a/makefile
+++ b/makefile
@@ -36,10 +36,10 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md
 $(HTML_DIR)/feed.xml: $(META_DOCS)
 	./tools/rss_gen.py $@
 
-$(HTML_DIR)/igalia_feed.xml: $(META_DOCS)
-	./tools/rss_gen.py $@ igalia
+$(HTML_DIR)/graphics_feed.xml: $(META_DOCS)
+	./tools/rss_gen.py $@ igalia graphics
 
-$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) $(HTML_DIR)/feed.xml $(HTML_DIR)/igalia_feed.xml
+$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) $(HTML_DIR)/feed.xml $(HTML_DIR)/graphics_feed.xml
 	touch $(HTML_DIR)/.nojekyll
 	pandoc -s --lua-filter=./tools/front_page.lua --template=./templates/main.html main.md \
 		--metadata=note_list:"$(SOURCE_FILES)" \
-- 
cgit v1.2.3