mirror of
http://101.35.51.105:3000/congyu/work_with_codex.git
synced 2026-04-28 06:40:51 +08:00
Add Hakyll site generator and assets
Add site executable and Haskell modules (site.hs, ChaoDoc.hs, SideNoteHTML.hs, Pangu.hs) to handle Pandoc/Hakyll compilation, theorem/sidenote processing and CJK spacing. Add CSS, font files, favicon, templates, Makefile, and a CSL bibliographic style. Update .gitignore to ignore build artifacts.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<ul class="post-list">
|
||||
$for(posts)$
|
||||
<li><a href="$url$">$title$</a></li>
|
||||
$endfor$
|
||||
</ul>
|
||||
Reference in New Issue
Block a user