about summary refs log tree commit diff homepage
path: root/templates
AgeCommit message (Collapse)Author
2022-12-15Implement Atom feedNguyễn Gia Phong
Implements: https://todo.sr.ht/~cnx/phylactery/2
2022-07-03Set viewport for the siteNgô Ngọc Đức Huy
2022-06-28Write response as soon as data is readyNguyễn Gia Phong
Previously the entire archive had to be read before the template is executed, thus large archives takes forever to render from slow backing FS.
2022-06-28Polish up for a release 0.1.0Nguyễn Gia Phong
2022-06-28Escape question marks in pathNguyễn Gia Phong
Fixes: https://todo.sr.ht/~cnx/phylactery/1
2022-06-28Abstract template and styleNguyễn Gia Phong
2022-06-28Fix adjacent linksNguyễn Gia Phong
2022-06-01Finish basic functionalityNguyễn Gia Phong
2022-06-01Draft basic CBZ renderingNguyễn Gia Phong
2022-05-31Draft web server skeletonNguyễn Gia Phong