Add about page and regenerate site content
This commit is contained in:
parent
dc253305b0
commit
d8abec14b4
@ -1,8 +1,8 @@
|
||||
+++
|
||||
date = "2016-09-14T16:33:27+03:00"
|
||||
title = "About"
|
||||
draft = true
|
||||
|
||||
+++
|
||||
|
||||
Some shit about me!
|
||||
Alan lived and worked in Kenya for eight years, first as a volunteer teaching computer science at a rural college, and later as a Linux systems administrator at a [livestock research institute in Nairobi](https://www.ilri.org). During his time in Kenya he traveled extensively around East Africa and [blogged about his experiences](https://alaninkenya.org). He is passionate about open-source software, information security, and the freedom of information — naturally, he [blogs about that too](https://mjanja.ch).
|
||||
|
||||
After spending some time living in (and [blogging about](https://englishbulgaria.net)) Bulgaria, he finds himself living in Jordan. These are his stories.
|
||||
|
113
public/about/index.html
Normal file
113
public/about/index.html
Normal file
@ -0,0 +1,113 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
<meta name="description" content="Sharing Jordan with the world — one picture at a time.">
|
||||
<meta name="author" content="Alan Orth">
|
||||
|
||||
<meta name="google-site-verification" content="BAi69DROASu2b2mkVNA_EyUsobfH7Mq8BmSg2Rn-Zp4">
|
||||
|
||||
<meta name="generator" content="Hugo 0.17-DEV" />
|
||||
|
||||
<base href="https://picturingjordan.com/">
|
||||
<link rel="canonical" href="https://picturingjordan.com/about/">
|
||||
|
||||
<title>About | Picturing Jordan</title>
|
||||
|
||||
<!-- combined, minified CSS -->
|
||||
<link href="https://picturingjordan.com/css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="blog-masthead">
|
||||
<div class="container">
|
||||
<nav class="nav blog-nav">
|
||||
<a class="nav-link " href="https://picturingjordan.com/">Home</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<header class="blog-header">
|
||||
<div class="container">
|
||||
<h1 class="blog-title"><a href="https://picturingjordan.com/" rel="home">Picturing Jordan</a></h1>
|
||||
<p class="lead blog-description">Sharing Jordan with the world — one picture at a time.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-8 blog-main">
|
||||
|
||||
|
||||
<article class="blog-post">
|
||||
<header>
|
||||
<h2 class="blog-post-title"><a href="https://picturingjordan.com/about/" title="About">About</a></h2>
|
||||
<p class="blog-post-meta"><time datetime="2016-09-14T16:33:27+03:00">Wed Sep 14, 2016</time> by <a href="#">Alan Orth</a></p>
|
||||
</header>
|
||||
<p>Alan lived and worked in Kenya for eight years, first as a volunteer teaching computer science at a rural college, and later as a Linux systems administrator at a <a href="https://www.ilri.org">livestock research institute in Nairobi</a>. During his time in Kenya he traveled extensively around East Africa and <a href="https://alaninkenya.org">blogged about his experiences</a>. He is passionate about open-source software, information security, and the freedom of information — naturally, he <a href="https://mjanja.ch">blogs about that too</a>.</p>
|
||||
|
||||
<p>After spending some time living in (and <a href="https://englishbulgaria.net">blogging about</a>) Bulgaria, he finds himself living in Jordan. These are his stories.</p>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
</div> <!-- /.blog-main -->
|
||||
|
||||
|
||||
<aside class="col-sm-3 offset-sm-1 blog-sidebar">
|
||||
|
||||
<section class="sidebar-module sidebar-module-inset">
|
||||
<h4>About</h4>
|
||||
<p><em>Picturing Jordan</em>, sharing Jordan with the world — one picture at a time.</p>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="sidebar-module">
|
||||
<h4>Recent Posts</h4>
|
||||
<ol class="list-unstyled">
|
||||
|
||||
<li><a href="/2016/09/eid-mubarak-in-your-neighborhood-dumpster/">Eid Mubarak in Your Neighborhood Dumpster</a></li>
|
||||
|
||||
<li><a href="/2016/09/no-noise-near-the-noisy-mosque/">No Noise Near the Noisy Mosque</a></li>
|
||||
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="sidebar-module">
|
||||
<h4>Links</h4>
|
||||
<ol class="list-unstyled">
|
||||
|
||||
<li><a href="https://alaninkenya.org">Alan in Kenya</a></li>
|
||||
|
||||
<li><a href="https://englishbulgaria.net">English Bulgaria</a></li>
|
||||
|
||||
<li><a href="https://mjanja.ch">Mjanja Tech</a></li>
|
||||
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
</div> <!-- /.row -->
|
||||
</div> <!-- /.container -->
|
||||
|
||||
<footer class="blog-footer">
|
||||
<p>
|
||||
Blog template built by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -6,9 +6,21 @@
|
||||
<description>Recent content on Picturing Jordan</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 14 Sep 2016 09:36:00 +0300</lastBuildDate>
|
||||
<lastBuildDate>Wed, 14 Sep 2016 16:33:27 +0300</lastBuildDate>
|
||||
<atom:link href="https://picturingjordan.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>https://picturingjordan.com/about/</link>
|
||||
<pubDate>Wed, 14 Sep 2016 16:33:27 +0300</pubDate>
|
||||
|
||||
<guid>https://picturingjordan.com/about/</guid>
|
||||
<description><p>Alan lived and worked in Kenya for eight years, first as a volunteer teaching computer science at a rural college, and later as a Linux systems administrator at a <a href="https://www.ilri.org">livestock research institute in Nairobi</a>. During his time in Kenya he traveled extensively around East Africa and <a href="https://alaninkenya.org">blogged about his experiences</a>. He is passionate about open-source software, information security, and the freedom of information — naturally, he <a href="https://mjanja.ch">blogs about that too</a>.</p>
|
||||
|
||||
<p>After spending some time living in (and <a href="https://englishbulgaria.net">blogging about</a>) Bulgaria, he finds himself living in Jordan. These are his stories.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Eid Mubarak in Your Neighborhood Dumpster</title>
|
||||
<link>https://picturingjordan.com/2016/09/eid-mubarak-in-your-neighborhood-dumpster/</link>
|
||||
|
@ -3,7 +3,12 @@
|
||||
|
||||
<url>
|
||||
<loc>https://picturingjordan.com/</loc>
|
||||
<lastmod>2016-09-14T09:36:00+03:00</lastmod>
|
||||
<lastmod>2016-09-14T16:33:27+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://picturingjordan.com/about/</loc>
|
||||
<lastmod>2016-09-14T16:33:27+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user