mirror of
http://101.35.51.105:3000/congyu/Hakysidian.git
synced 2026-04-27 21:40:50 +08:00
6c59abb9cc
Add data-files and bundled templates/fonts/css to the package and rename the executable to hakysidian (autogen Paths_hakysidian). Refactor site.hs to parse CLI commands (build/clean/rebuild/watch), start a preview server, snapshot inputs and run an incremental watch loop, and move rules into a siteRules function. Update ChaoDoc and filters to accept math-macros, and add favicon links to templates.
12 lines
517 B
HTML
12 lines
517 B
HTML
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="googlebot" content="noindex" />
|
|
<title>$title$</title>
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<link rel="stylesheet" href="/css/fonts.css" />
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
<link rel="stylesheet" href="/css/pygentize.css" />
|
|
<link rel="stylesheet" href="/css/chao-theorems.css" />
|
|
<link rel="stylesheet" href="/css/sidenotes.css" />
|