diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-03 16:55:54 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-03 16:55:54 +0000 |
| commit | ba451a6b9ba283b4c519283a45aa523662854677 (patch) | |
| tree | 956589583a2f10bd21037d4b60ecda4e4bfe2337 /main.typ | |
| parent | 7ccfffa85f120026e65d33bbac4b5735b8dd34bf (diff) | |
added rss2 feed
Diffstat (limited to 'main.typ')
| -rw-r--r-- | main.typ | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ #import "/global/common.typ": * #import "/site.typ": site-info +#import "/feed.typ": feed-xml #import "/index.typ" as index-page #import "/software.typ" as software-page @@ -74,6 +75,7 @@ #asset("extlink.svg", read("/global/extlink.svg", encoding: none)) #asset("favicon.ico", read("/global/favicon.ico", encoding: none)) #asset("favicon.svg", read("/global/favicon.svg", encoding: none)) +#asset("feed.xml", bytes(feed-xml(site-info))) // image assets collected from pages via the img/fig helpers #context { |
