fix dates of pictures
This commit is contained in:
101
site/travel/index.html
Normal file
101
site/travel/index.html
Normal file
@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>mahdi</title>
|
||||
<meta name="description" content="a rabbit hole">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Secular+One|Nunito|Mononoki" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/travel/">
|
||||
<link rel="alternate" type="application/rss+xml" title="mahdi" href="http://localhost:4000/feed.xml" />
|
||||
|
||||
|
||||
|
||||
<!--<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>-->
|
||||
|
||||
<script>
|
||||
var channel = new BroadcastChannel('egg');
|
||||
|
||||
channel.addEventListener('message', message => {
|
||||
alert('Got a message from the other tab:\n' + message.data);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header class="site-header">
|
||||
|
||||
<h1>
|
||||
<a class='site-title' href='/'>
|
||||
mahdi
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<nav>
|
||||
<p>
|
||||
<a href="/snippets">snippets</a>
|
||||
<a href="/art">pictures</a>
|
||||
</p>
|
||||
<!--<p class='categories'>-->
|
||||
<!---->
|
||||
<!---->
|
||||
<!--<a href="">art</a>-->
|
||||
<!---->
|
||||
<!---->
|
||||
<!---->
|
||||
<!---->
|
||||
<!--</p>-->
|
||||
<p>
|
||||
<a href='mailto:mdibaiee@pm.me'>email</a>
|
||||
<a href='https://git.mahdi.blog/mahdi'>git</a>
|
||||
<a href='https://www.librarything.com/profile/mdibaiee'>librarything</a>
|
||||
<a href="http://localhost:4000/feed.xml">feed</a>
|
||||
</p>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<div class="page-content">
|
||||
<div class="wrapper">
|
||||
<h1 class="page-heading"></h1>
|
||||
|
||||
<div class="category">
|
||||
<ul class="post-list">
|
||||
|
||||
<li>
|
||||
<h2>
|
||||
<a class="post-link" href="/primitive-living-lessons-0/">Primitive Living Lessons Learned, Episode 0</a>
|
||||
<span class="post-meta">Sep 7, 2017</span>
|
||||
</h2>
|
||||
<article class='post-content'>
|
||||
<p><img src="/img/primitive-living-0.jpg" alt="general view of the forest" /></p>
|
||||
|
||||
<p>So I just went on my first primitive living practice trip in the woods, alone, with only a pocket knife.</p>
|
||||
|
||||
<p>I decided I’m going to share the lessons I’ve learned in each trip as they are certainly going to be useful if you want to practice primitive living, I would find these useful if I could find them anywhere. I spend a lot of time reading and watching primitive living guides and experience reports, but they are never exhaustive, and this series is not meant to be exhaustive either.</p>
|
||||
|
||||
|
||||
</article>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p class="rss-subscribe">subscribe <a href="/feed.xml">via rss</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user