Generate Pelican site

This commit is contained in:
2021-06-01 10:41:37 +03:00
commit 666a89debd
17 changed files with 923 additions and 5 deletions

View file

@ -67,6 +67,8 @@
<dd class="col-sm-8"><a href="https://nairobilug.github.io/pelican-alchemy/posts/alpha-centauri.html">Alpha Centauri</a></dd>
<dt class="col-sm-4">Sat 01 January 2000</dt>
<dd class="col-sm-8"><a href="https://nairobilug.github.io/pelican-alchemy/posts/html5-element-test.html">HTML5 Element Test</a></dd>
<dt class="col-sm-4">Fri 01 January 1999</dt>
<dd class="col-sm-8"><a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a></dd>
</dl>
</div>
</div>

111
author/vitaly-potyarkin.html Executable file
View file

@ -0,0 +1,111 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Vitaly Potyarkin Articles | Pelican Alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">
<link rel="apple-touch-icon" href="https://nairobilug.github.io/pelican-alchemy/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://nairobilug.github.io/pelican-alchemy/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/pygments/monokai.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/theme.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml">
<meta name="description" content="A functional, clean, responsive theme for Pelican. powered byBootstrap.">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://nairobilug.github.io/pelican-alchemy/">
<img class="img-fluid rounded" src=https://nairobilug.github.io/pelican-alchemy/images/profile.jpg width=200 height=200 alt="Pelican Alchemy">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://nairobilug.github.io/pelican-alchemy/">Pelican Alchemy</a></h1>
<p class="text-muted">A magical ✨ Pelican theme</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item"><a href="http://jinja.pocoo.org/" target="_blank">Jinja2</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">Settings</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fas fa-rss" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/nairobilug/pelican-alchemy" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> Vitaly Potyarkin Articles
</h1>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li>
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li>
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a>
</h4>
<div class="content">
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
</p>
</div> </div>
</footer>
</body>
</html>

View file

@ -69,6 +69,10 @@
<td><a href="https://nairobilug.github.io/pelican-alchemy/author/taniarascia.html">@taniarascia</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/author/wikipedia.html">Wikipedia</a></td>
<td>1</td>

View file

@ -65,6 +65,10 @@
<td><a href="https://nairobilug.github.io/pelican-alchemy/category/html5.html">HTML5</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/category/planetary-stuff.html">Planetary Stuff</a></td>
<td>1</td>

112
category/misc.html Executable file
View file

@ -0,0 +1,112 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> misc Articles | Pelican Alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">
<link rel="apple-touch-icon" href="https://nairobilug.github.io/pelican-alchemy/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://nairobilug.github.io/pelican-alchemy/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/pygments/monokai.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/theme.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml">
<link rel="alternate" type="application/atom+xml" title="Categories Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/misc.atom.xml">
<meta name="description" content="A functional, clean, responsive theme for Pelican. powered byBootstrap.">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://nairobilug.github.io/pelican-alchemy/">
<img class="img-fluid rounded" src=https://nairobilug.github.io/pelican-alchemy/images/profile.jpg width=200 height=200 alt="Pelican Alchemy">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://nairobilug.github.io/pelican-alchemy/">Pelican Alchemy</a></h1>
<p class="text-muted">A magical ✨ Pelican theme</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item"><a href="http://jinja.pocoo.org/" target="_blank">Jinja2</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">Settings</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fas fa-rss" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/nairobilug/pelican-alchemy" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> misc Articles
</h1>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li>
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li>
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a>
</h4>
<div class="content">
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
</p>
</div> </div>
</footer>
</body>
</html>

View file

@ -135,7 +135,7 @@ static const string VOILA = "Voila";
&lt;dd&gt;Second definition description&lt;/dd&gt;
&lt;/dl&gt;
&lt;h1&gt;Tables&lt;/h1&gt;
&lt;table class="table table-hover table-striped"&gt;
&lt;table class="table-striped table-hover table"&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Head 1&lt;/th&gt;
@ -213,4 +213,64 @@ static const string VOILA = "Voila";
&lt;input id="text" placeholder="Text Input" type="text"/&gt;
&lt;input type="submit" value="Submit"/&gt;
&lt;/fieldset&gt;
&lt;/form&gt;</content><category term="HTML5"></category><category term="html"></category><category term="sample"></category><category term="test"></category></entry></feed>
&lt;/form&gt;</content><category term="HTML5"></category><category term="html"></category><category term="sample"></category><category term="test"></category></entry><entry><title>Testing RST admonitions</title><link href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html" rel="alternate"></link><published>1999-01-01T00:00:00+03:00</published><updated>1999-01-01T00:00:00+03:00</updated><author><name>Vitaly Potyarkin</name></author><id>tag:nairobilug.github.io,1999-01-01:/pelican-alchemy/posts/testing-rst-admonitions.html</id><summary type="html">&lt;p&gt;Discussion: &lt;a class="reference external" href="https://github.com/nairobilug/pelican-alchemy/pull/88"&gt;https://github.com/nairobilug/pelican-alchemy/pull/88&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Spec: &lt;a class="reference external" href="https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions"&gt;https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions&lt;/a&gt;&lt;/p&gt;
&lt;div class="admonition danger"&gt;
&lt;p class="first admonition-title"&gt;!DANGER!&lt;/p&gt;
&lt;p class="last"&gt;Beware killer rabbits!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class="last"&gt;This is a note admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition important"&gt;
&lt;p class="first admonition-title"&gt;Important&lt;/p&gt;
&lt;p class="last"&gt;This is a important admonition.
This is the second line of …&lt;/p&gt;&lt;/div&gt;</summary><content type="html">&lt;p&gt;Discussion: &lt;a class="reference external" href="https://github.com/nairobilug/pelican-alchemy/pull/88"&gt;https://github.com/nairobilug/pelican-alchemy/pull/88&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Spec: &lt;a class="reference external" href="https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions"&gt;https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions&lt;/a&gt;&lt;/p&gt;
&lt;div class="admonition danger"&gt;
&lt;p class="first admonition-title"&gt;!DANGER!&lt;/p&gt;
&lt;p class="last"&gt;Beware killer rabbits!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class="last"&gt;This is a note admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition important"&gt;
&lt;p class="first admonition-title"&gt;Important&lt;/p&gt;
&lt;p class="last"&gt;This is a important admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition warning"&gt;
&lt;p class="first admonition-title"&gt;Warning&lt;/p&gt;
&lt;p class="last"&gt;This is a warning admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition attention"&gt;
&lt;p class="first admonition-title"&gt;Attention!&lt;/p&gt;
&lt;p class="last"&gt;This is a attention admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition caution"&gt;
&lt;p class="first admonition-title"&gt;Caution!&lt;/p&gt;
&lt;p class="last"&gt;This is a caution admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition error"&gt;
&lt;p class="first admonition-title"&gt;Error&lt;/p&gt;
&lt;p class="last"&gt;This is a error admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition hint"&gt;
&lt;p class="first admonition-title"&gt;Hint&lt;/p&gt;
&lt;p class="last"&gt;This is a hint admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition tip"&gt;
&lt;p class="first admonition-title"&gt;Tip&lt;/p&gt;
&lt;p class="last"&gt;This is a tip admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
</content><category term="misc"></category><category term="rst"></category><category term="admonitions"></category><category term="markup"></category></entry></feed>

View file

@ -81,7 +81,7 @@ static const string VOILA = "Voila";
&lt;dd&gt;Second definition description&lt;/dd&gt;
&lt;/dl&gt;
&lt;h1&gt;Tables&lt;/h1&gt;
&lt;table class="table table-hover table-striped"&gt;
&lt;table class="table-striped table-hover table"&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Head 1&lt;/th&gt;

62
feeds/misc.atom.xml Executable file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Pelican Alchemy - misc</title><link href="https://nairobilug.github.io/pelican-alchemy/" rel="alternate"></link><link href="https://nairobilug.github.io/pelican-alchemy/feeds/misc.atom.xml" rel="self"></link><id>https://nairobilug.github.io/pelican-alchemy/</id><updated>1999-01-01T00:00:00+03:00</updated><subtitle>A magical ✨ Pelican theme</subtitle><entry><title>Testing RST admonitions</title><link href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html" rel="alternate"></link><published>1999-01-01T00:00:00+03:00</published><updated>1999-01-01T00:00:00+03:00</updated><author><name>Vitaly Potyarkin</name></author><id>tag:nairobilug.github.io,1999-01-01:/pelican-alchemy/posts/testing-rst-admonitions.html</id><summary type="html">&lt;p&gt;Discussion: &lt;a class="reference external" href="https://github.com/nairobilug/pelican-alchemy/pull/88"&gt;https://github.com/nairobilug/pelican-alchemy/pull/88&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Spec: &lt;a class="reference external" href="https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions"&gt;https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions&lt;/a&gt;&lt;/p&gt;
&lt;div class="admonition danger"&gt;
&lt;p class="first admonition-title"&gt;!DANGER!&lt;/p&gt;
&lt;p class="last"&gt;Beware killer rabbits!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class="last"&gt;This is a note admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition important"&gt;
&lt;p class="first admonition-title"&gt;Important&lt;/p&gt;
&lt;p class="last"&gt;This is a important admonition.
This is the second line of …&lt;/p&gt;&lt;/div&gt;</summary><content type="html">&lt;p&gt;Discussion: &lt;a class="reference external" href="https://github.com/nairobilug/pelican-alchemy/pull/88"&gt;https://github.com/nairobilug/pelican-alchemy/pull/88&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Spec: &lt;a class="reference external" href="https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions"&gt;https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions&lt;/a&gt;&lt;/p&gt;
&lt;div class="admonition danger"&gt;
&lt;p class="first admonition-title"&gt;!DANGER!&lt;/p&gt;
&lt;p class="last"&gt;Beware killer rabbits!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class="last"&gt;This is a note admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition important"&gt;
&lt;p class="first admonition-title"&gt;Important&lt;/p&gt;
&lt;p class="last"&gt;This is a important admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition warning"&gt;
&lt;p class="first admonition-title"&gt;Warning&lt;/p&gt;
&lt;p class="last"&gt;This is a warning admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition attention"&gt;
&lt;p class="first admonition-title"&gt;Attention!&lt;/p&gt;
&lt;p class="last"&gt;This is a attention admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition caution"&gt;
&lt;p class="first admonition-title"&gt;Caution!&lt;/p&gt;
&lt;p class="last"&gt;This is a caution admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition error"&gt;
&lt;p class="first admonition-title"&gt;Error&lt;/p&gt;
&lt;p class="last"&gt;This is a error admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition hint"&gt;
&lt;p class="first admonition-title"&gt;Hint&lt;/p&gt;
&lt;p class="last"&gt;This is a hint admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="admonition tip"&gt;
&lt;p class="first admonition-title"&gt;Tip&lt;/p&gt;
&lt;p class="last"&gt;This is a tip admonition.
This is the second line of the first paragraph.&lt;/p&gt;
&lt;/div&gt;
</content><category term="misc"></category><category term="rst"></category><category term="admonitions"></category><category term="markup"></category></entry></feed>

View file

@ -138,6 +138,32 @@
A example page containing common HTML5 elements for CSS testing purposes. https://github.com/taniarascia/html5-test/
</div>
</div>
</article>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li>
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li>
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a>
</h4>
<div class="content">
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …
</div>
</div>
</article>
</div>
</div>

View file

@ -165,7 +165,7 @@ static const string VOILA = "Voila";
<dd>Second definition description</dd>
</dl>
<h1>Tables</h1>
<table class="table table-hover table-striped">
<table class="table-striped table-hover table">
<thead>
<tr>
<th>Head 1</th>

View file

@ -0,0 +1,156 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> Testing RST admonitions | Pelican Alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">
<link rel="apple-touch-icon" href="https://nairobilug.github.io/pelican-alchemy/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://nairobilug.github.io/pelican-alchemy/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/pygments/monokai.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/theme.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml">
<link rel="alternate" type="application/atom+xml" title="Categories Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/misc.atom.xml">
<meta name="description" content="Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://nairobilug.github.io/pelican-alchemy/">
<img class="img-fluid rounded" src=https://nairobilug.github.io/pelican-alchemy/images/profile.jpg width=200 height=200 alt="Pelican Alchemy">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://nairobilug.github.io/pelican-alchemy/">Pelican Alchemy</a></h1>
<p class="text-muted">A magical ✨ Pelican theme</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item"><a href="http://jinja.pocoo.org/" target="_blank">Jinja2</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">Settings</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fas fa-rss" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/nairobilug/pelican-alchemy" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> Testing RST admonitions
</h1>
<hr>
<article class="article">
<header>
<ul class="list-inline">
<li class="list-inline-item text-muted" title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li class="list-inline-item">
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li class="list-inline-item">
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
<li class="list-inline-item">
<i class="fas fa-tag"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/tag/rst.html">#rst</a>, <a href="https://nairobilug.github.io/pelican-alchemy/tag/admonitions.html">#admonitions</a>, <a href="https://nairobilug.github.io/pelican-alchemy/tag/markup.html">#markup</a> </li>
</ul>
</header>
<div class="content">
<p>Discussion: <a class="reference external" href="https://github.com/nairobilug/pelican-alchemy/pull/88">https://github.com/nairobilug/pelican-alchemy/pull/88</a></p>
<p>Spec: <a class="reference external" href="https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions">https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions</a></p>
<div class="admonition danger">
<p class="first admonition-title">!DANGER!</p>
<p class="last">Beware killer rabbits!</p>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">This is a note admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">This is a important admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This is a warning admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition attention">
<p class="first admonition-title">Attention!</p>
<p class="last">This is a attention admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition caution">
<p class="first admonition-title">Caution!</p>
<p class="last">This is a caution admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition error">
<p class="first admonition-title">Error</p>
<p class="last">This is a error admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition hint">
<p class="first admonition-title">Hint</p>
<p class="last">This is a hint admonition.
This is the second line of the first paragraph.</p>
</div>
<div class="admonition tip">
<p class="first admonition-title">Tip</p>
<p class="last">This is a tip admonition.
This is the second line of the first paragraph.</p>
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
</p>
</div> </div>
</footer>
</body>
</html>

View file

@ -12,6 +12,10 @@
<loc>https://nairobilug.github.io/pelican-alchemy/posts/html5-element-test.html</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://nairobilug.github.io/pelican-alchemy/pages/about.html</loc>
<priority>1.0</priority>

111
tag/admonitions.html Executable file
View file

@ -0,0 +1,111 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> #admonitions Articles | Pelican Alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/tag/admonitions.html">
<link rel="apple-touch-icon" href="https://nairobilug.github.io/pelican-alchemy/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://nairobilug.github.io/pelican-alchemy/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/pygments/monokai.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/theme.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml">
<meta name="description" content="A functional, clean, responsive theme for Pelican. powered byBootstrap.">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://nairobilug.github.io/pelican-alchemy/">
<img class="img-fluid rounded" src=https://nairobilug.github.io/pelican-alchemy/images/profile.jpg width=200 height=200 alt="Pelican Alchemy">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://nairobilug.github.io/pelican-alchemy/">Pelican Alchemy</a></h1>
<p class="text-muted">A magical ✨ Pelican theme</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item"><a href="http://jinja.pocoo.org/" target="_blank">Jinja2</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">Settings</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fas fa-rss" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/nairobilug/pelican-alchemy" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> #admonitions Articles
</h1>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li>
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li>
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a>
</h4>
<div class="content">
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
</p>
</div> </div>
</footer>
</body>
</html>

111
tag/markup.html Executable file
View file

@ -0,0 +1,111 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> #markup Articles | Pelican Alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/tag/markup.html">
<link rel="apple-touch-icon" href="https://nairobilug.github.io/pelican-alchemy/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://nairobilug.github.io/pelican-alchemy/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/pygments/monokai.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/theme.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml">
<meta name="description" content="A functional, clean, responsive theme for Pelican. powered byBootstrap.">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://nairobilug.github.io/pelican-alchemy/">
<img class="img-fluid rounded" src=https://nairobilug.github.io/pelican-alchemy/images/profile.jpg width=200 height=200 alt="Pelican Alchemy">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://nairobilug.github.io/pelican-alchemy/">Pelican Alchemy</a></h1>
<p class="text-muted">A magical ✨ Pelican theme</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item"><a href="http://jinja.pocoo.org/" target="_blank">Jinja2</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">Settings</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fas fa-rss" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/nairobilug/pelican-alchemy" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> #markup Articles
</h1>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li>
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li>
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a>
</h4>
<div class="content">
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
</p>
</div> </div>
</footer>
</body>
</html>

111
tag/rst.html Executable file
View file

@ -0,0 +1,111 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> #rst Articles | Pelican Alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/tag/rst.html">
<link rel="apple-touch-icon" href="https://nairobilug.github.io/pelican-alchemy/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://nairobilug.github.io/pelican-alchemy/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://nairobilug.github.io/pelican-alchemy/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/fontawesome.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/pygments/monokai.min.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/theme.css">
<link rel="stylesheet" href="https://nairobilug.github.io/pelican-alchemy/theme/css/oldstyle.css">
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml">
<meta name="description" content="A functional, clean, responsive theme for Pelican. powered byBootstrap.">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://nairobilug.github.io/pelican-alchemy/">
<img class="img-fluid rounded" src=https://nairobilug.github.io/pelican-alchemy/images/profile.jpg width=200 height=200 alt="Pelican Alchemy">
</a>
</div>
<div class="col-sm-8">
<h1 class="title"><a href="https://nairobilug.github.io/pelican-alchemy/">Pelican Alchemy</a></h1>
<p class="text-muted">A magical ✨ Pelican theme</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="http://getpelican.com/" target="_blank">Pelican</a></li>
<li class="list-inline-item"><a href="http://python.org/" target="_blank">Python.org</a></li>
<li class="list-inline-item"><a href="http://jinja.pocoo.org/" target="_blank">Jinja2</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">Settings</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fas fa-rss" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/nairobilug/pelican-alchemy" target="_blank"></a></li>
</ul>
</div>
</div> </div>
</header>
<div class="main">
<div class="container">
<h1> #rst Articles
</h1>
<hr>
<article class="row teaser">
<header class="col-sm-4 text-muted">
<ul>
<li title="1999-01-01T00:00:00+03:00">
<i class="fas fa-clock"></i>
Fri 01 January 1999
</li>
<li>
<i class="fas fa-folder-open"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/category/misc.html">misc</a>
</li>
<li>
<i class="fas fa-user"></i>
<a href="https://nairobilug.github.io/pelican-alchemy/author/vitaly-potyarkin.html">Vitaly Potyarkin</a> </li>
</ul>
</header>
<div class="col-sm-8">
<h4 class="title">
<a href="https://nairobilug.github.io/pelican-alchemy/posts/testing-rst-admonitions.html">Testing RST admonitions</a>
</h4>
<div class="content">
Discussion: https://github.com/nairobilug/pelican-alchemy/pull/88 Spec: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions !DANGER! Beware killer rabbits! Note This is a note admonition. This is the second line of the first paragraph. Important This is a important admonition. This is the second line of …
</div>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://nairobilug.github.io/pelican-alchemy/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
</p>
</div> </div>
</footer>
</body>
</html>

View file

@ -61,6 +61,10 @@
</h1>
<hr>
<table class="table table-bordered table-striped">
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/admonitions.html">#admonitions</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/bootstrap.html">#bootstrap</a></td>
<td>1</td>
@ -73,6 +77,10 @@
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/html.html">#html</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/markup.html">#markup</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/planets.html">#planets</a></td>
<td>1</td>
@ -81,6 +89,10 @@
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/post.html">#post</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/rst.html">#rst</a></td>
<td>1</td>
</tr>
<tr>
<td><a href="https://nairobilug.github.io/pelican-alchemy/tag/sample.html">#sample</a></td>
<td>2</td>

View file

@ -90,6 +90,38 @@ hr {
text-decoration: underline
}
.admonition {
border: thin solid gray;
background-color: lightgrey;
padding: .25em .5em;
margin-bottom: 1rem;
}
.admonition .admonition-title {
font-weight: bold;
background-color: rgba(255,255,255,0.66);
text-align: center;
}
.admonition p.last {
margin-bottom: 0;
}
.admonition.important, .admonition.note, .admonition.warning {
border-color: goldenrod;
background-color: lightgoldenrodyellow;
}
.admonition.attention, .admonition.caution, .admonition.danger, .admonition.error {
border-color: red;
background-color: lightpink;
}
.admonition.hint, .admonition.tip {
border-color: limegreen;
background-color: palegreen;
}
@media (min-width: 576px) {
.header .title {
font-size: 3rem;
@ -109,4 +141,4 @@ hr {
.teaser header li:not(:last-child) {
margin-right: 10px;
}
}
}