mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Generate Pelican site
This commit is contained in:
parent
d98b5ad9d1
commit
666a89debd
17 changed files with 923 additions and 5 deletions
|
|
@ -135,7 +135,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>
|
||||
|
|
@ -213,4 +213,64 @@ static const string VOILA = "Voila";
|
|||
<input id="text" placeholder="Text Input" type="text"/>
|
||||
<input type="submit" value="Submit"/>
|
||||
</fieldset>
|
||||
</form></content><category term="HTML5"></category><category term="html"></category><category term="sample"></category><category term="test"></category></entry></feed>
|
||||
</form></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"><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 …</p></div></summary><content type="html"><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>
|
||||
</content><category term="misc"></category><category term="rst"></category><category term="admonitions"></category><category term="markup"></category></entry></feed>
|
||||
|
|
@ -81,7 +81,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>
|
||||
|
|
|
|||
62
feeds/misc.atom.xml
Executable file
62
feeds/misc.atom.xml
Executable 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"><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 …</p></div></summary><content type="html"><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>
|
||||
</content><category term="misc"></category><category term="rst"></category><category term="admonitions"></category><category term="markup"></category></entry></feed>
|
||||
Loading…
Add table
Add a link
Reference in a new issue