Skip to content

Commit

Permalink
Generate Pelican site
Browse files Browse the repository at this point in the history
  • Loading branch information
tooh committed Feb 7, 2024
1 parent d90ab17 commit 2ffed8c
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1> Archives
<dt class="col-sm-4">Sat 27 September 2014</dt>
<dd class="col-sm-8"><a href="https://blog.florijnconsultancy.nl/articles/activate-spellcheck-in-sublime-text-3.html">Activate spellcheck in Sublime Text&nbsp;3</a></dd>
<dt class="col-sm-4">Tue 23 September 2014</dt>
<dd class="col-sm-8"><a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a></dd>
<dd class="col-sm-8"><a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a></dd>
<dt class="col-sm-4">Sat 20 September 2014</dt>
<dd class="col-sm-8"><a href="https://blog.florijnconsultancy.nl/articles/customizing-sublime-for-python-development.html">Customizing Sublime for Python&nbsp;development</a></dd>
<dt class="col-sm-4">Wed 27 August 2014</dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title> confluence inspired callouts in Octopress | Daily Scrum
<title> confluence inspired callouts | Daily Scrum
</title>
<link rel="canonical" href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">
<link rel="canonical" href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">


<link rel="stylesheet" href="https://blog.florijnconsultancy.nl/theme/css/bootstrap.min.css">
Expand Down Expand Up @@ -47,7 +47,7 @@ <h1 class="title"><a href="https://blog.florijnconsultancy.nl/">Daily Scrum</a><

<div class="main">
<div class="container">
<h1> confluence inspired callouts in&nbsp;Octopress
<h1> confluence inspired&nbsp;callouts
</h1>
<hr>
<article class="article">
Expand All @@ -70,8 +70,7 @@ <h1> confluence inspired callouts in&nbsp;Octopress
</ul>
</header>
<div class="content">
<p>I was a Confluence user many years ago. I can remember that I used the so called callouts may times. In my search for Octopress goodies I found a post of <a href="http://frankcaron.com/2013/09/add-confluence-style-documentation-callouts-to-octopress/">Frank Caron</a> explaining how he implemented callouts in&nbsp;Octopress.</p>
<p>With some tweaking and help of Frank I managed to implement a number of callout&nbsp;types.</p>
<p>I was a Confluence user many years ago. I can remember that I used the so called callouts many times. In my search for an implementation in Markdown I found out that Markdown has an extension for this called&nbsp;admonitions.</p>
<div class="highlight"><pre><span></span><code>attention
caution
danger
Expand Down Expand Up @@ -128,8 +127,8 @@ <h1> confluence inspired callouts in&nbsp;Octopress
<div id="disqus_thread"></div>
<script>
var disqus_config = function() {
this.page.url = 'https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html';
this.page.identifier = 'confluence-inspired-callouts-in-octopress';
this.page.url = 'https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html';
this.page.identifier = 'confluence-inspired-callouts';
};
(function() {
var d = document;
Expand Down
2 changes: 1 addition & 1 deletion author/peter-florijn5.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h4 class="title">
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a>
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a>
</h4>
<div class="content">

Expand Down
2 changes: 1 addition & 1 deletion category/productivity.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1> Productivity Articles
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a>
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a>
</h4>
<div class="content">

Expand Down
3 changes: 1 addition & 2 deletions feeds/all.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ You can&amp;rsquo;t edit the default settings file. If you try this, you cannot
&amp;quot;spell_check&amp;quot;: true
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;!-- more --&gt;</content><category term="articles"></category><category term="sublime"></category><category term="config"></category></entry><entry><title>confluence inspired callouts in Octopress</title><link href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html" rel="alternate"></link><published>2014-09-23T08:02:00+02:00</published><updated>2014-09-23T08:02:00+02:00</updated><author><name>Peter Florijn</name></author><id>tag:blog.florijnconsultancy.nl,2014-09-23:/articles/confluence-inspired-callouts-in-octopress.html</id><summary type="html"></summary><content type="html">&lt;p&gt;I was a Confluence user many years ago. I can remember that I used the so called callouts may times. In my search for Octopress goodies I found a post of &lt;a href="http://frankcaron.com/2013/09/add-confluence-style-documentation-callouts-to-octopress/"&gt;Frank Caron&lt;/a&gt; explaining how he implemented callouts in&amp;nbsp;Octopress.&lt;/p&gt;
&lt;p&gt;With some tweaking and help of Frank I managed to implement a number of callout&amp;nbsp;types.&lt;/p&gt;
&lt;!-- more --&gt;</content><category term="articles"></category><category term="sublime"></category><category term="config"></category></entry><entry><title>confluence inspired callouts</title><link href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html" rel="alternate"></link><published>2014-09-23T08:02:00+02:00</published><updated>2014-09-23T08:02:00+02:00</updated><author><name>Peter Florijn</name></author><id>tag:blog.florijnconsultancy.nl,2014-09-23:/articles/confluence-inspired-callouts.html</id><summary type="html"></summary><content type="html">&lt;p&gt;I was a Confluence user many years ago. I can remember that I used the so called callouts many times. In my search for an implementation in Markdown I found out that Markdown has an extension for this called&amp;nbsp;admonitions.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;attention
caution
danger
Expand Down
2 changes: 1 addition & 1 deletion feeds/all.rss.xml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions feeds/productivity.atom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Daily Scrum - Productivity</title><link href="https://blog.florijnconsultancy.nl/" rel="alternate"></link><link href="https://blog.florijnconsultancy.nl/feeds/productivity.atom.xml" rel="self"></link><id>https://blog.florijnconsultancy.nl/</id><updated>2014-09-23T08:02:00+02:00</updated><subtitle>A personal blog</subtitle><entry><title>confluence inspired callouts in Octopress</title><link href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html" rel="alternate"></link><published>2014-09-23T08:02:00+02:00</published><updated>2014-09-23T08:02:00+02:00</updated><author><name>Peter Florijn</name></author><id>tag:blog.florijnconsultancy.nl,2014-09-23:/articles/confluence-inspired-callouts-in-octopress.html</id><summary type="html"></summary><content type="html">&lt;p&gt;I was a Confluence user many years ago. I can remember that I used the so called callouts may times. In my search for Octopress goodies I found a post of &lt;a href="http://frankcaron.com/2013/09/add-confluence-style-documentation-callouts-to-octopress/"&gt;Frank Caron&lt;/a&gt; explaining how he implemented callouts in&amp;nbsp;Octopress.&lt;/p&gt;
&lt;p&gt;With some tweaking and help of Frank I managed to implement a number of callout&amp;nbsp;types.&lt;/p&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><title>Daily Scrum - Productivity</title><link href="https://blog.florijnconsultancy.nl/" rel="alternate"></link><link href="https://blog.florijnconsultancy.nl/feeds/productivity.atom.xml" rel="self"></link><id>https://blog.florijnconsultancy.nl/</id><updated>2014-09-23T08:02:00+02:00</updated><subtitle>A personal blog</subtitle><entry><title>confluence inspired callouts</title><link href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html" rel="alternate"></link><published>2014-09-23T08:02:00+02:00</published><updated>2014-09-23T08:02:00+02:00</updated><author><name>Peter Florijn</name></author><id>tag:blog.florijnconsultancy.nl,2014-09-23:/articles/confluence-inspired-callouts.html</id><summary type="html"></summary><content type="html">&lt;p&gt;I was a Confluence user many years ago. I can remember that I used the so called callouts many times. In my search for an implementation in Markdown I found out that Markdown has an extension for this called&amp;nbsp;admonitions.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;attention
caution
danger
Expand Down
2 changes: 1 addition & 1 deletion feeds/productivity.rss.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Daily Scrum - Productivity</title><link>https://blog.florijnconsultancy.nl/</link><description>A personal blog</description><lastBuildDate>Tue, 23 Sep 2014 08:02:00 +0200</lastBuildDate><item><title>confluence inspired callouts in Octopress</title><link>https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html</link><description></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Florijn</dc:creator><pubDate>Tue, 23 Sep 2014 08:02:00 +0200</pubDate><guid isPermaLink="false">tag:blog.florijnconsultancy.nl,2014-09-23:/articles/confluence-inspired-callouts-in-octopress.html</guid><category>Productivity</category><category>blogging</category><category>pelican</category><category>confluence</category></item><item><title>Generating Powerpoint with python</title><link>https://blog.florijnconsultancy.nl/articles/generating-powerpoint-with-python.html</link><description></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Florijn</dc:creator><pubDate>Sat, 18 Jan 2014 13:32:00 +0100</pubDate><guid isPermaLink="false">tag:blog.florijnconsultancy.nl,2014-01-18:/articles/generating-powerpoint-with-python.html</guid><category>productivity</category><category>presenting</category><category>powerpoint</category><category>python</category></item><item><title>Creating Excel files with Python and xlsxwriter</title><link>https://blog.florijnconsultancy.nl/articles/creating-excel-files-with-python-and-xlsxwriter.html</link><description></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Florijn</dc:creator><pubDate>Sat, 23 Nov 2013 17:53:00 +0100</pubDate><guid isPermaLink="false">tag:blog.florijnconsultancy.nl,2013-11-23:/articles/creating-excel-files-with-python-and-xlsxwriter.html</guid><category>Productivity</category><category>excel</category><category>python</category><category>reporting</category></item></channel></rss>
<rss version="2.0"><channel><title>Daily Scrum - Productivity</title><link>https://blog.florijnconsultancy.nl/</link><description>A personal blog</description><lastBuildDate>Tue, 23 Sep 2014 08:02:00 +0200</lastBuildDate><item><title>confluence inspired callouts</title><link>https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html</link><description></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Florijn</dc:creator><pubDate>Tue, 23 Sep 2014 08:02:00 +0200</pubDate><guid isPermaLink="false">tag:blog.florijnconsultancy.nl,2014-09-23:/articles/confluence-inspired-callouts.html</guid><category>Productivity</category><category>blogging</category><category>pelican</category><category>confluence</category></item><item><title>Generating Powerpoint with python</title><link>https://blog.florijnconsultancy.nl/articles/generating-powerpoint-with-python.html</link><description></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Florijn</dc:creator><pubDate>Sat, 18 Jan 2014 13:32:00 +0100</pubDate><guid isPermaLink="false">tag:blog.florijnconsultancy.nl,2014-01-18:/articles/generating-powerpoint-with-python.html</guid><category>productivity</category><category>presenting</category><category>powerpoint</category><category>python</category></item><item><title>Creating Excel files with Python and xlsxwriter</title><link>https://blog.florijnconsultancy.nl/articles/creating-excel-files-with-python-and-xlsxwriter.html</link><description></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Florijn</dc:creator><pubDate>Sat, 23 Nov 2013 17:53:00 +0100</pubDate><guid isPermaLink="false">tag:blog.florijnconsultancy.nl,2013-11-23:/articles/creating-excel-files-with-python-and-xlsxwriter.html</guid><category>Productivity</category><category>excel</category><category>python</category><category>reporting</category></item></channel></rss>
2 changes: 1 addition & 1 deletion index5.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h4 class="title">
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a>
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a>
</h4>
<div class="content">

Expand Down
2 changes: 1 addition & 1 deletion tag/blogging.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1> #blogging Articles
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a>
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a>
</h4>
<div class="content">

Expand Down
2 changes: 1 addition & 1 deletion tag/confluence.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1> #confluence Articles
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a>
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a>
</h4>
<div class="content">

Expand Down
2 changes: 1 addition & 1 deletion tag/pelican.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1> #pelican Articles
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts-in-octopress.html">confluence inspired callouts in&nbsp;Octopress</a>
<a href="https://blog.florijnconsultancy.nl/articles/confluence-inspired-callouts.html">confluence inspired&nbsp;callouts</a>
</h4>
<div class="content">

Expand Down

0 comments on commit 2ffed8c

Please sign in to comment.