Initial commit.
Hakyll site, generates bib from bibtex.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<li>
|
||||
<!-- $identifier$ -->
|
||||
$title$ </br>
|
||||
$author$ </br>
|
||||
$if(eprint)$
|
||||
[<a href="$eprint$">Arxiv</a>]
|
||||
$endif$
|
||||
$if(docs)$
|
||||
[<a href="$doclink(identifier)$">Paper</a>]
|
||||
$endif$
|
||||
$if(slides)$
|
||||
[<a href="$slidelink(identifier)$">Slides</a>]
|
||||
$endif$
|
||||
$if(poster)$
|
||||
[<a href="$posterlink(identifier)$">Poster</a>]
|
||||
$endif$
|
||||
<br>
|
||||
$if(notes)$
|
||||
$notes$ <br>
|
||||
$endif$
|
||||
</li>
|
||||
@@ -0,0 +1,4 @@
|
||||
<h2> $bibtitle$ </h2>
|
||||
<ul>
|
||||
$bibitems$
|
||||
</ul>
|
||||
@@ -0,0 +1,18 @@
|
||||
<meta charset=utf-8>
|
||||
<html>
|
||||
<head>
|
||||
<title> My Site </title>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1> Justin Hsu </h1>
|
||||
</div>
|
||||
|
||||
$body$
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user