mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-27 23:36:09 +00:00
Update 2017-02-13T09:05:25.696Z
This commit is contained in:
parent
04036b1556
commit
69a0e6e584
51 changed files with 407 additions and 3571 deletions
28
posts/index.html
Normal file
28
posts/index.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<base href="https://joshua.seigler.net/">
|
||||
<title> Posts - joshua.seigler.net </title>
|
||||
<link rel="canonical" href="https://joshua.seigler.net/posts/">
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="joshua.seigler.net" />
|
||||
<link rel="stylesheet" href="css/bundle.01645858.css"> </head>
|
||||
|
||||
<body class="posts">
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<nav> <a href="/">Home</a> <a href="/about/">About</a> <a class="active" href="/posts/">Posts</a> <a href="/presentations/">Presentations</a> <a href="/projects/">Projects</a> </nav>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Posts</h1>
|
||||
<ul class="post-list">
|
||||
<li> <a href="/posts/site-redesign/"><span class="title">Site redesign!</span> - <span class="summary">I rebuilt the site with a from-scratch Hugo theme. Styles are assembled from LESS with a Gulp task runner. Afterwards, static assets are revision-hashed, and markup is reformatted.</span></a> </li>
|
||||
</ul>
|
||||
</main>
|
||||
<footer> Copyright © Joshua Seigler 2017 </footer>
|
||||
</div>
|
||||
<script src="js/app.50716c5f.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
24
posts/index.xml
Normal file
24
posts/index.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on joshua.seigler.net</title>
|
||||
<link>https://joshua.seigler.net/posts/index.xml</link>
|
||||
<description>Recent content in Posts on joshua.seigler.net</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 11 Feb 2017 16:15:16 -0500</lastBuildDate>
|
||||
<atom:link href="https://joshua.seigler.net/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>Site redesign!</title>
|
||||
<link>https://joshua.seigler.net/posts/site-redesign/</link>
|
||||
<pubDate>Sat, 11 Feb 2017 16:15:16 -0500</pubDate>
|
||||
|
||||
<guid>https://joshua.seigler.net/posts/site-redesign/</guid>
|
||||
<description><p>I rebuilt the site with a from-scratch Hugo theme. Styles are assembled from LESS with a Gulp task runner.
|
||||
Afterwards, static assets are revision-hashed, and markup is reformatted.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
28
posts/site-redesign/index.html
Normal file
28
posts/site-redesign/index.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<base href="https://joshua.seigler.net/">
|
||||
<title> Site redesign! - joshua.seigler.net </title>
|
||||
<link rel="canonical" href="https://joshua.seigler.net/posts/site-redesign/">
|
||||
<link href="" rel="alternate" type="application/rss+xml" title="joshua.seigler.net" />
|
||||
<link rel="stylesheet" href="css/bundle.01645858.css"> </head>
|
||||
|
||||
<body class="posts">
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<nav> <a href="/">Home</a> <a href="/about/">About</a> <a href="/posts/">Posts</a> <a href="/presentations/">Presentations</a> <a href="/projects/">Projects</a> </nav>
|
||||
</header>
|
||||
<main>
|
||||
<article>
|
||||
<h1>Site redesign!</h1>
|
||||
<p>I rebuilt the site with a from-scratch Hugo theme. Styles are assembled from LESS with a Gulp task runner. Afterwards, static assets are revision-hashed, and markup is reformatted.</p>
|
||||
</article>
|
||||
</main>
|
||||
<footer> Copyright © Joshua Seigler 2017 </footer>
|
||||
</div>
|
||||
<script src="js/app.50716c5f.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue