site source
This commit is contained in:
parent
6076d5a2b4
commit
5fe2440107
24 changed files with 328 additions and 0 deletions
1
templates/article_entry.html
Normal file
1
templates/article_entry.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<li>$DATE - <a href="$URL">$TITLE</a></li>
|
||||
1
templates/article_footer.html
Normal file
1
templates/article_footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<p><br></p></body><footer><hr>tags: $TAGS</footer>
|
||||
1
templates/article_header.html
Normal file
1
templates/article_header.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<header><h1>will holdsworth's blog</h1><nav><a href="index.html">← all posts</a></nav></header><body><h2>$TITLE</h2><p><i>posted: $DATE_POSTED<br>edited: $DATE_EDITED</i></p>
|
||||
1
templates/article_list_footer.html
Normal file
1
templates/article_list_footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
</ul>
|
||||
1
templates/article_list_header.html
Normal file
1
templates/article_list_header.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<h2>posts</h2><ul>
|
||||
0
templates/article_separator.html
Normal file
0
templates/article_separator.html
Normal file
1
templates/footer.html
Normal file
1
templates/footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
</body></html>
|
||||
1
templates/header.html
Normal file
1
templates/header.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<!DOCTYPE html><html><head><title>$TITLE</title><meta charset="UTF-8"/><link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom feed"/><style>body{font-family:monospace;margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#d9d9d9;background-color:#000;padding:0 10px}html a{color:#00a2e7}html a:visited {color:#ca1a70}h1,h2,h3{line-height:1.2}</style></head><body>
|
||||
1
templates/index_footer.html
Normal file
1
templates/index_footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<p><br></p></body><footer><hr>feeds: <a href="atom.xml">atom</a>, <a href="rss.xml">rss</a></footer>
|
||||
1
templates/index_header.html
Normal file
1
templates/index_header.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<header><h1>will holdsworth's blog</h1><nav><p><br></p></nav></header><body>
|
||||
1
templates/tag_entry.html
Normal file
1
templates/tag_entry.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<a href="$URL">#$NAME</a>
|
||||
1
templates/tag_index_footer.html
Normal file
1
templates/tag_index_footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
</body>
|
||||
1
templates/tag_index_header.html
Normal file
1
templates/tag_index_header.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<header><h1>#$TAGS</h1><nav><a href="index.html">← all posts</a></header></nav><body>
|
||||
1
templates/tag_list_footer.html
Normal file
1
templates/tag_list_footer.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
</p>
|
||||
1
templates/tag_list_header.html
Normal file
1
templates/tag_list_header.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<p>tags:
|
||||
1
templates/tag_separator.html
Normal file
1
templates/tag_separator.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
,
|
||||
Loading…
Add table
Add a link
Reference in a new issue