diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-08 21:34:53 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-02-08 21:34:53 -0500 |
commit | d21552f5928b1a4472d96e26efc922a4be6c6ed8 (patch) | |
tree | 6d409d8081292724c174145e033756011ff6f042 /makefile | |
parent | e6a77645890d37ef8906374a96d49914f773ead4 (diff) |
Improve site theme and layout
Specifically improve how multiple lines of notes are displayed
on the main page.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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)" \ |