Site update

This commit is contained in:
Ryan Voots 2017-09-28 14:33:21 -07:00
parent 51c0f30d0e
commit 115d9b449a
9 changed files with 208 additions and 43 deletions

View file

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/theme/css/normalize.css" rel="stylesheet"> <link href="/blog/theme/css/normalize.css" rel="stylesheet">
<link href="/theme/css/skeleton.css" rel="stylesheet"> <link href="/blog/theme/css/skeleton.css" rel="stylesheet">
<link href="/theme/css/statocles-default.css" rel="stylesheet"> <link href="/blog/theme/css/statocles-default.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<title>First Post - Perlbot.pl Pastebin</title> <title>First Post - My Statocles Site</title>
<meta content="Statocles 0.086" name="generator"> <meta content="Statocles 0.086" name="generator">
</head> </head>
@ -15,10 +15,10 @@
<header> <header>
<nav class="navbar"> <nav class="navbar">
<div class="container"> <div class="container">
<a class="brand" href="/">Perlbot.pl Pastebin</a> <a class="brand" href="/blog/">My Statocles Site</a>
<ul> <ul>
<li> <li>
<a href="/blog">Blog</a> <a href="/blog/blog">Blog</a>
</li> </li>
</ul> </ul>
@ -62,9 +62,9 @@ content</a></p>
</button> </button>
</li> </li>
<li class="next"> <li class="next">
<button disabled> <a class="button button-primary" href="/blog/blog/2017/09/28/new-blog/index.html" rel="next">
Newer → Newer →
</button> </a>
</li> </li>
</ul> </ul>

View file

@ -0,0 +1,95 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/blog/theme/css/normalize.css" rel="stylesheet">
<link href="/blog/theme/css/skeleton.css" rel="stylesheet">
<link href="/blog/theme/css/statocles-default.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<title>New blog - My Statocles Site</title>
<meta content="Statocles 0.086" name="generator">
</head>
<body>
<header>
<nav class="navbar">
<div class="container">
<a class="brand" href="/blog/">My Statocles Site</a>
<ul>
<li>
<a href="/blog/blog">Blog</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="main container">
<div class="row">
<div class="nine columns">
<main>
<header>
<h1>New blog</h1>
<aside>
<time datetime="2017-09-28">
Posted on 2017-09-28
</time>
</aside>
<p class="tags">Tags:
</p>
</header>
<section id="section-1">
<p>I&#39;m starting a new blog for keeping track of what I&#39;m doing with perlbot and App::EvalServerAdvanced.
I&#39;ll also be posting ideas and other bits about what I&#39;m planning on doing to try to get feedback from
everyone on the pastebin and on what features they might want from the evalserver to act as a more
general container driven setup to be useful.</p>
</section>
<ul class="pager">
<li class="prev">
<a class="button button-primary" href="/blog/blog/2017/09/25/first-post/index.html" rel="prev">
← Older
</a>
</li>
<li class="next">
<button disabled>
Newer →
</button>
</li>
</ul>
</main>
</div>
<div class="three columns sidebar">
<nav id="tags">
<h1>Tags</h1>
<ul class="list-inline">
</ul>
</nav>
</div>
</div>
</div>
<footer>
<div class="container tagline">
<a href="http://preaction.me/statocles">Made with Statocles</a><br>
<a href="http://www.perl.org">Powered by Perl</a>
</div>
</footer>
</body>
</html>

View file

@ -0,0 +1,9 @@
---
tags: ~
title: New blog
---
I'm starting a new blog for keeping track of what I'm doing with perlbot and App::EvalServerAdvanced.
I'll also be posting ideas and other bits about what I'm planning on doing to try to get feedback from
everyone on the pastebin and on what features they might want from the evalserver to act as a more
general container driven setup to be useful.

View file

@ -1,16 +1,31 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">
<id>https://perlbot.pl/blog/</id> <id>https://perlbot.pl/blog/blog/</id>
<title>Perlbot.pl Pastebin</title> <title>My Statocles Site</title>
<updated>2017-09-25T00:00:00Z</updated> <updated>2017-09-28T00:00:00Z</updated>
<link href="https://perlbot.pl/blog/index.atom" rel="self" /> <link href="https://perlbot.pl/blog/blog/index.atom" rel="self" />
<link href="https://perlbot.pl/blog/" rel="alternate" /> <link href="https://perlbot.pl/blog/blog/" rel="alternate" />
<generator version="0.086">Statocles</generator> <generator version="0.086">Statocles</generator>
<entry> <entry>
<id>https://perlbot.pl/blog/2017/09/25/first-post/</id> <id>https://perlbot.pl/blog/blog/2017/09/28/new-blog/</id>
<title>New blog</title>
<link href="https://perlbot.pl/blog/blog/2017/09/28/new-blog/" rel="alternate" />
<content type="html"><![CDATA[
<p>I&#39;m starting a new blog for keeping track of what I&#39;m doing with perlbot and App::EvalServerAdvanced.
I&#39;ll also be posting ideas and other bits about what I&#39;m planning on doing to try to get feedback from
everyone on the pastebin and on what features they might want from the evalserver to act as a more
general container driven setup to be useful.</p>
]]></content>
<updated>2017-09-28T00:00:00Z</updated>
</entry>
<entry>
<id>https://perlbot.pl/blog/blog/2017/09/25/first-post/</id>
<title>First Post</title> <title>First Post</title>
<link href="https://perlbot.pl/blog/2017/09/25/first-post/" rel="alternate" /> <link href="https://perlbot.pl/blog/blog/2017/09/25/first-post/" rel="alternate" />
<content type="html"><![CDATA[ <content type="html"><![CDATA[
<h1>Welcome To Your Blog</h1> <h1>Welcome To Your Blog</h1>

View file

@ -3,24 +3,24 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/theme/css/normalize.css" rel="stylesheet"> <link href="/blog/theme/css/normalize.css" rel="stylesheet">
<link href="/theme/css/skeleton.css" rel="stylesheet"> <link href="/blog/theme/css/skeleton.css" rel="stylesheet">
<link href="/theme/css/statocles-default.css" rel="stylesheet"> <link href="/blog/theme/css/statocles-default.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<title>Perlbot.pl Pastebin</title> <title>My Statocles Site</title>
<meta content="Statocles 0.086" name="generator"> <meta content="Statocles 0.086" name="generator">
<link href="/blog/index.atom" rel="alternate" type="application/atom+xml"> <link href="/blog/blog/index.atom" rel="alternate" type="application/atom+xml">
<link href="/blog/index.rss" rel="alternate" type="application/rss+xml"> <link href="/blog/blog/index.rss" rel="alternate" type="application/rss+xml">
</head> </head>
<body> <body>
<header> <header>
<nav class="navbar"> <nav class="navbar">
<div class="container"> <div class="container">
<a class="brand" href="/">Perlbot.pl Pastebin</a> <a class="brand" href="/blog/">My Statocles Site</a>
<ul> <ul>
<li> <li>
<a href="/blog">Blog</a> <a href="/blog/blog">Blog</a>
</li> </li>
</ul> </ul>
@ -36,7 +36,30 @@
<article> <article>
<header> <header>
<h1><a href="/blog/2017/09/25/first-post/">First Post</a></h1> <h1><a href="/blog/blog/2017/09/28/new-blog/">New blog</a></h1>
<aside>
<time datetime="2017-09-28">
Posted on 2017-09-28
</time>
</aside>
<p class="tags">Tags:
</p>
</header>
<p>I&#39;m starting a new blog for keeping track of what I&#39;m doing with perlbot and App::EvalServerAdvanced.
I&#39;ll also be posting ideas and other bits about what I&#39;m planning on doing to try to get feedback from
everyone on the pastebin and on what features they might want from the evalserver to act as a more
general container driven setup to be useful.</p>
</article>
<article>
<header>
<h1><a href="/blog/blog/2017/09/25/first-post/">First Post</a></h1>
<aside> <aside>
<time datetime="2017-09-25"> <time datetime="2017-09-25">
@ -91,12 +114,12 @@ content</a></p>
<h1>Feeds</h1> <h1>Feeds</h1>
<ul class="list-inline"> <ul class="list-inline">
<li> <li>
<a href="/blog/index.atom" rel="alternate" type="application/atom+xml"> <a href="/blog/blog/index.atom" rel="alternate" type="application/atom+xml">
Atom Atom
</a> </a>
</li> </li>
<li> <li>
<a href="/blog/index.rss" rel="alternate" type="application/rss+xml"> <a href="/blog/blog/index.rss" rel="alternate" type="application/rss+xml">
RSS RSS
</a> </a>
</li> </li>

View file

@ -1,15 +1,32 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Perlbot.pl Pastebin</title> <title>My Statocles Site</title>
<link>https://perlbot.pl/blog/</link> <link>https://perlbot.pl/blog/blog/</link>
<atom:link href="https://perlbot.pl/blog/index.rss" rel="self" type="application/rss+xml" /> <atom:link href="https://perlbot.pl/blog/blog/index.rss" rel="self" type="application/rss+xml" />
<description>Blog feed of Perlbot.pl Pastebin</description> <description>Blog feed of My Statocles Site</description>
<generator>Statocles 0.086</generator> <generator>Statocles 0.086</generator>
<item>
<title>New blog</title>
<link>https://perlbot.pl/blog/blog/2017/09/28/new-blog/</link>
<guid>https://perlbot.pl/blog/blog/2017/09/28/new-blog/</guid>
<description><![CDATA[
<p>I&#39;m starting a new blog for keeping track of what I&#39;m doing with perlbot and App::EvalServerAdvanced.
I&#39;ll also be posting ideas and other bits about what I&#39;m planning on doing to try to get feedback from
everyone on the pastebin and on what features they might want from the evalserver to act as a more
general container driven setup to be useful.</p>
]]></description>
<pubDate>
Thu, 28 Sep 2017 00:00:00 +0000
</pubDate>
</item>
<item> <item>
<title>First Post</title> <title>First Post</title>
<link>https://perlbot.pl/blog/2017/09/25/first-post/</link> <link>https://perlbot.pl/blog/blog/2017/09/25/first-post/</link>
<guid>https://perlbot.pl/blog/2017/09/25/first-post/</guid> <guid>https://perlbot.pl/blog/blog/2017/09/25/first-post/</guid>
<description><![CDATA[ <description><![CDATA[
<h1>Welcome To Your Blog</h1> <h1>Welcome To Your Blog</h1>

View file

@ -3,11 +3,11 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/theme/css/normalize.css" rel="stylesheet"> <link href="/blog/theme/css/normalize.css" rel="stylesheet">
<link href="/theme/css/skeleton.css" rel="stylesheet"> <link href="/blog/theme/css/skeleton.css" rel="stylesheet">
<link href="/theme/css/statocles-default.css" rel="stylesheet"> <link href="/blog/theme/css/statocles-default.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<title>Main Page - Perlbot.pl Pastebin</title> <title>Main Page - My Statocles Site</title>
<meta content="Statocles 0.086" name="generator"> <meta content="Statocles 0.086" name="generator">
</head> </head>
@ -15,10 +15,10 @@
<header> <header>
<nav class="navbar"> <nav class="navbar">
<div class="container"> <div class="container">
<a class="brand" href="/">Perlbot.pl Pastebin</a> <a class="brand" href="/blog/">My Statocles Site</a>
<ul> <ul>
<li> <li>
<a href="/blog">Blog</a> <a href="/blog/blog">Blog</a>
</li> </li>
</ul> </ul>

View file

@ -1,4 +1,4 @@
Sitemap: https://perlbot.pl/sitemap.xml Sitemap: https://perlbot.pl/blog/sitemap.xml
User-Agent: * User-Agent: *
Disallow: Disallow:

View file

@ -1,23 +1,29 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://perlbot.pl/</loc> <loc>https://perlbot.pl/blog/</loc>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
<lastmod>2017-09-28</lastmod> <lastmod>2017-09-28</lastmod>
</url> </url>
<url> <url>
<loc>https://perlbot.pl/blog/</loc> <loc>https://perlbot.pl/blog/blog/</loc>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<priority>0.3</priority> <priority>0.3</priority>
<lastmod>2017-09-25</lastmod> <lastmod>2017-09-28</lastmod>
</url> </url>
<url> <url>
<loc>https://perlbot.pl/blog/2017/09/25/first-post/</loc> <loc>https://perlbot.pl/blog/blog/2017/09/25/first-post/</loc>
<changefreq>weekly</changefreq> <changefreq>weekly</changefreq>
<priority>0.5</priority> <priority>0.5</priority>
<lastmod>2017-09-25</lastmod> <lastmod>2017-09-25</lastmod>
</url> </url>
<url>
<loc>https://perlbot.pl/blog/blog/2017/09/28/new-blog/</loc>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
<lastmod>2017-09-28</lastmod>
</url>
</urlset> </urlset>