Site update
This commit is contained in:
parent
2914ea8de5
commit
57548aff77
6 changed files with 81 additions and 16 deletions
|
@ -62,9 +62,9 @@ content</a></p>
|
|||
</button>
|
||||
</li>
|
||||
<li class="next">
|
||||
<button disabled>
|
||||
<a class="button button-primary" href="/blog/2017/09/28/new-blog/index.html" rel="next">
|
||||
Newer →
|
||||
</button>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<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="/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="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<title>New blog - My Statocles Site</title>
|
||||
<title>new blog - 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="/blog/">My Statocles Site</a>
|
||||
<a class="brand" href="/">My Statocles Site</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog/blog">Blog</a>
|
||||
<a href="/blog">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
|||
<div class="nine columns">
|
||||
<main>
|
||||
<header>
|
||||
<h1>New blog</h1>
|
||||
<h1>new blog</h1>
|
||||
|
||||
<aside>
|
||||
<time datetime="2017-09-28">
|
||||
|
@ -45,16 +45,17 @@
|
|||
|
||||
</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>
|
||||
<p>I'm going to try to post here with real updates about both perlbot and App::EvalServerAdvanced.
|
||||
I'll start posting updates and other interesting things I'm planning to do with App::EvalServerAdvanced
|
||||
to make get feedback on how to make both projects more useful to everyone. I'm hoping I can turn App::EvalServerAdvanced
|
||||
into a more generalized ephemeral container system, that lets you securely and quickly spin up a container containing user content
|
||||
and perform an action on it.</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">
|
||||
<a class="button button-primary" href="/blog/2017/09/25/first-post/index.html" rel="prev">
|
||||
← Older
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -2,11 +2,27 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>https://perlbot.pl/blog/</id>
|
||||
<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/" rel="alternate" />
|
||||
<generator version="0.086">Statocles</generator>
|
||||
|
||||
<entry>
|
||||
<id>https://perlbot.pl/blog/2017/09/28/new-blog/</id>
|
||||
<title>new blog</title>
|
||||
<link href="https://perlbot.pl/blog/2017/09/28/new-blog/" rel="alternate" />
|
||||
<content type="html"><![CDATA[
|
||||
<p>I'm going to try to post here with real updates about both perlbot and App::EvalServerAdvanced.
|
||||
I'll start posting updates and other interesting things I'm planning to do with App::EvalServerAdvanced
|
||||
to make get feedback on how to make both projects more useful to everyone. I'm hoping I can turn App::EvalServerAdvanced
|
||||
into a more generalized ephemeral container system, that lets you securely and quickly spin up a container containing user content
|
||||
and perform an action on it.</p>
|
||||
|
||||
|
||||
|
||||
]]></content>
|
||||
<updated>2017-09-28T00:00:00Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://perlbot.pl/blog/2017/09/25/first-post/</id>
|
||||
<title>First Post</title>
|
||||
|
|
|
@ -34,6 +34,30 @@
|
|||
<main>
|
||||
|
||||
|
||||
<article>
|
||||
<header>
|
||||
<h1><a href="/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 going to try to post here with real updates about both perlbot and App::EvalServerAdvanced.
|
||||
I'll start posting updates and other interesting things I'm planning to do with App::EvalServerAdvanced
|
||||
to make get feedback on how to make both projects more useful to everyone. I'm hoping I can turn App::EvalServerAdvanced
|
||||
into a more generalized ephemeral container system, that lets you securely and quickly spin up a container containing user content
|
||||
and perform an action on it.</p>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1><a href="/blog/2017/09/25/first-post/">First Post</a></h1>
|
||||
|
|
|
@ -6,6 +6,24 @@
|
|||
<atom:link href="https://perlbot.pl/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/2017/09/28/new-blog/</link>
|
||||
<guid>https://perlbot.pl/blog/2017/09/28/new-blog/</guid>
|
||||
<description><![CDATA[
|
||||
<p>I'm going to try to post here with real updates about both perlbot and App::EvalServerAdvanced.
|
||||
I'll start posting updates and other interesting things I'm planning to do with App::EvalServerAdvanced
|
||||
to make get feedback on how to make both projects more useful to everyone. I'm hoping I can turn App::EvalServerAdvanced
|
||||
into a more generalized ephemeral container system, that lets you securely and quickly spin up a container containing user content
|
||||
and perform an action on it.</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>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<loc>https://perlbot.pl/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>
|
||||
|
@ -18,6 +18,12 @@
|
|||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-25</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/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