her.esy.fun/templates/index.html

52 lines
12 KiB
HTML
Raw Normal View History

2021-05-25 08:25:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$</title>
<meta name="author" content="$author$">
<meta name="description" content="$description$">
<meta name="keywords" content="$keywords$">
<link rel="stylesheet" href="/css/y.css"/>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="icon" href="/favicon.ico">
$header-includes$
</head>
<body>
<div class="main">
<div id="logo">
<a href="/">
<svg viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" stroke="#a3aec2" stroke-width="2" fill="#2E3440"/>
<circle cx="32" cy="32" r="12" stroke="#e62729" stroke-width="2" fill="#d84100"/>
<circle cx="32" cy="32" r="6" stroke-width="0" fill="#c18600"/>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="#FFF"/>
</svg>
</a>
</div>
<div id="content">
$if(toc)$<div id="toc">$table-of-contents$</div>$endif$
$body$
<h3>Archives from my previous dead blog</h3>
<ul><li><span class="pubDate">2016-10-01</span><a href="/Scratch/en/blog/Helping-avoid-Haskell-Success/">Tips in avoiding Haskell Success at all cost</a></li><li><span class="pubDate">2016-05-06</span><a href="/Scratch/en/blog/Haskell-Tutorials--a-tutorial/">Haskell Tutorials, a tutorial</a></li><li><span class="pubDate">2014-12-07</span><a href="/Scratch/en/blog/Vim-as-IDE/">Vim as IDE</a></li><li><span class="pubDate">2014-08-16</span><a href="/Scratch/en/blog/Safer-Haskell-Install/">Safer Haskell Install</a></li><li><span class="pubDate">2013-11-14</span><a href="/Scratch/en/blog/Holy-Haskell-Starter/">Holy Haskell Project Starter</a></li><li><span class="pubDate">2013-10-09</span><a href="/Scratch/en/blog/Parsec-Presentation/">Parsec Presentation</a></li><li><span class="pubDate">2013-08-06</span><a href="/Scratch/en/blog/Rational-Web-Framework-Choice/">Rational Web Framework Choice</a></li><li><span class="pubDate">2013-03-16</span><a href="/Scratch/en/blog/Hakyll-setup/">Hakyll setup</a></li><li><span class="pubDate">2013-03-14</span><a href="/Scratch/en/blog/Social-link-the-right-way/">Social link the right way</a></li><li><span class="pubDate">2012-12-12</span><a href="/Scratch/en/blog/Category-Theory-Presentation/">Category Theory Presentation</a></li><li><span class="pubDate">2012-06-15</span><a href="/Scratch/en/blog/Haskell-OpenGL-Mandelbrot/">Haskell Progressive Example</a></li><li><span class="pubDate">2012-02-08</span><a href="/Scratch/en/blog/Haskell-the-Hard-Way/">Learn Haskell Fast and Hard</a></li><li><span class="pubDate">2012-02-02</span><a href="/Scratch/en/blog/Typography-and-the-Web/">Typography and the Web</a></li><li><span class="pubDate">2012-01-15</span><a href="/Scratch/en/blog/Yesod-tutorial-for-newbies/">Haskell web programming</a></li><li><span class="pubDate">2011-10-20</span><a href="/Scratch/en/blog/SVG-and-m4-fractals/">Increase the power of deficient languages.</a></li><li><span class="pubDate">2011-10-04</span><a href="/Scratch/en/blog/Yesod-excellent-ideas/">Yesod excellent ideas</a></li><li><span class="pubDate">2011-09-28</span><a href="/Scratch/en/blog/Higher-order-function-in-zsh/">Higher order function in zsh</a></li><li><span class="pubDate">2011-09-28</span><a href="/Scratch/en/blog/programming-language-experience/">Programming Language Experience</a></li><li><span class="pubDate">2011-08-25</span><a href="/Scratch/en/blog/Learn-Vim-Progressively/">Learn Vim Progressively</a></li><li><span class="pubDate">2011-08-17</span><a href="/Scratch/en/blog/A-more-convenient-diff/">A more convenient diff</a></li><li><span class="pubDate">2011-07-10</span><a href="/Scratch/en/blog/Haskell-Mandelbrot/">ASCII Haskell Mandelbrot</a></li><li><span class="pubDate">2011-05-18</span><a href="/Scratch/en/blog/Password-Management/">40 character's passwords</a></li><li><span class="pubDate">2011-04-20</span><a href="/Scratch/en/blog/2011-04-20-Now-hosted-on-github/">Now hosted on github</a></li><li><span class="pubDate">2011-01-03</span><a href="/Scratch/en/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/">Why I won't use CoffeeScript (sadly)</a></li><li><span class="pubDate">2011-01-01</span><a href="/Scratch/en/blog/2011-01-03-Happy-New-Year/">Happy New Year</a></li><li><span class="pubDate">2010-10-26</span><a href="/Scratch/en/blog/2010-10-26-LaTeX-like-macro-and-markdown/">LaTeX like macro for markdown</a></li><li><span class="pubDate">2010-10-14</span><a href="/Scratch/en/blog/2010-10-14-Fun-with-wav/">Fun with wav</a></li><li><span class="pubDate">2010-10-10</span><a href="/Scratch/en/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/">Secure eMail on Mac in few steps</a></li><li><span class="pubDate">2010-10-06</span><a href="/Scratch/en/blog/2010-10-06-New-Blog-Design-Constraints/">New Blog Design Constraints</a></li><li><span class="pubDate">2010-09-02</span><a href="/Scratch/en/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/">Use git to calculate trusted mtimes</a></li><li><span class="pubDate">2010-09-02</span><a href="/Scratch/en/blog/2010-09-02-base64-and-sha1-on-iPhone/">ba
</div>
<div id="postamble" class="status">
<div class="content">
<nav>
<a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
<span class="details"> (<a href="https://gitea.esy.fun/yogsototh">code</a>
<a href="https://espial.esy.fun/u:yogsototh">bookmarks</a>
<a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)</span> |
<a href="#logo">↑ Top ↑</a>
</nav>
</div>
</div>
</div>
</body>
</html>