Site update
This commit is contained in:
parent
51c0f30d0e
commit
115d9b449a
9 changed files with 208 additions and 43 deletions
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link href="/theme/css/normalize.css" rel="stylesheet">
|
||||
<link href="/theme/css/skeleton.css" rel="stylesheet">
|
||||
<link href="/theme/css/statocles-default.css" rel="stylesheet">
|
||||
<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>First Post - Perlbot.pl Pastebin</title>
|
||||
<title>First Post - My Statocles Site</title>
|
||||
<meta content="Statocles 0.086" name="generator">
|
||||
|
||||
</head>
|
||||
|
@ -15,10 +15,10 @@
|
|||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<a class="brand" href="/">Perlbot.pl Pastebin</a>
|
||||
<a class="brand" href="/blog/">My Statocles Site</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/blog/blog">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -62,9 +62,9 @@ content</a></p>
|
|||
</button>
|
||||
</li>
|
||||
<li class="next">
|
||||
<button disabled>
|
||||
<a class="button button-primary" href="/blog/blog/2017/09/28/new-blog/index.html" rel="next">
|
||||
Newer →
|
||||
</button>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
95
blog/2017/09/28/new-blog/index.html
Normal file
95
blog/2017/09/28/new-blog/index.html
Normal 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'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.</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>
|
9
blog/2017/09/28/new-blog/index.markdown
Normal file
9
blog/2017/09/28/new-blog/index.markdown
Normal 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.
|
|
@ -1,16 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>https://perlbot.pl/blog/</id>
|
||||
<title>Perlbot.pl Pastebin</title>
|
||||
<updated>2017-09-25T00:00:00Z</updated>
|
||||
<link href="https://perlbot.pl/blog/index.atom" rel="self" />
|
||||
<link href="https://perlbot.pl/blog/" rel="alternate" />
|
||||
<id>https://perlbot.pl/blog/blog/</id>
|
||||
<title>My Statocles Site</title>
|
||||
<updated>2017-09-28T00:00:00Z</updated>
|
||||
<link href="https://perlbot.pl/blog/blog/index.atom" rel="self" />
|
||||
<link href="https://perlbot.pl/blog/blog/" rel="alternate" />
|
||||
<generator version="0.086">Statocles</generator>
|
||||
|
||||
<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'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.</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>
|
||||
<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[
|
||||
<h1>Welcome To Your Blog</h1>
|
||||
|
||||
|
|
|
@ -3,24 +3,24 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link href="/theme/css/normalize.css" rel="stylesheet">
|
||||
<link href="/theme/css/skeleton.css" rel="stylesheet">
|
||||
<link href="/theme/css/statocles-default.css" rel="stylesheet">
|
||||
<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>Perlbot.pl Pastebin</title>
|
||||
<title>My Statocles Site</title>
|
||||
<meta content="Statocles 0.086" name="generator">
|
||||
<link href="/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.atom" rel="alternate" type="application/atom+xml">
|
||||
<link href="/blog/blog/index.rss" rel="alternate" type="application/rss+xml">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<a class="brand" href="/">Perlbot.pl Pastebin</a>
|
||||
<a class="brand" href="/blog/">My Statocles Site</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/blog/blog">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -36,7 +36,30 @@
|
|||
|
||||
<article>
|
||||
<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'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.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1><a href="/blog/blog/2017/09/25/first-post/">First Post</a></h1>
|
||||
|
||||
<aside>
|
||||
<time datetime="2017-09-25">
|
||||
|
@ -91,12 +114,12 @@ content</a></p>
|
|||
<h1>Feeds</h1>
|
||||
<ul class="list-inline">
|
||||
<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
|
||||
</a>
|
||||
</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
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -1,15 +1,32 @@
|
|||
<?xml version="1.0"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Perlbot.pl Pastebin</title>
|
||||
<link>https://perlbot.pl/blog/</link>
|
||||
<atom:link href="https://perlbot.pl/blog/index.rss" rel="self" type="application/rss+xml" />
|
||||
<description>Blog feed of Perlbot.pl Pastebin</description>
|
||||
<title>My Statocles Site</title>
|
||||
<link>https://perlbot.pl/blog/blog/</link>
|
||||
<atom:link href="https://perlbot.pl/blog/blog/index.rss" rel="self" type="application/rss+xml" />
|
||||
<description>Blog feed of My Statocles Site</description>
|
||||
<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'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.</p>
|
||||
|
||||
|
||||
|
||||
]]></description>
|
||||
<pubDate>
|
||||
Thu, 28 Sep 2017 00:00:00 +0000
|
||||
</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<title>First Post</title>
|
||||
<link>https://perlbot.pl/blog/2017/09/25/first-post/</link>
|
||||
<guid>https://perlbot.pl/blog/2017/09/25/first-post/</guid>
|
||||
<link>https://perlbot.pl/blog/blog/2017/09/25/first-post/</link>
|
||||
<guid>https://perlbot.pl/blog/blog/2017/09/25/first-post/</guid>
|
||||
<description><![CDATA[
|
||||
<h1>Welcome To Your Blog</h1>
|
||||
|
||||
|
|
12
index.html
12
index.html
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link href="/theme/css/normalize.css" rel="stylesheet">
|
||||
<link href="/theme/css/skeleton.css" rel="stylesheet">
|
||||
<link href="/theme/css/statocles-default.css" rel="stylesheet">
|
||||
<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>Main Page - Perlbot.pl Pastebin</title>
|
||||
<title>Main Page - My Statocles Site</title>
|
||||
<meta content="Statocles 0.086" name="generator">
|
||||
|
||||
</head>
|
||||
|
@ -15,10 +15,10 @@
|
|||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<a class="brand" href="/">Perlbot.pl Pastebin</a>
|
||||
<a class="brand" href="/blog/">My Statocles Site</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/blog/blog">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Sitemap: https://perlbot.pl/sitemap.xml
|
||||
Sitemap: https://perlbot.pl/blog/sitemap.xml
|
||||
User-Agent: *
|
||||
Disallow:
|
||||
|
||||
|
|
14
sitemap.xml
14
sitemap.xml
|
@ -1,23 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://perlbot.pl/</loc>
|
||||
<loc>https://perlbot.pl/blog/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/blog/</loc>
|
||||
<loc>https://perlbot.pl/blog/blog/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.3</priority>
|
||||
<lastmod>2017-09-25</lastmod>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
</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>
|
||||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-25</lastmod>
|
||||
</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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue