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
111
tag/admonitions.html
Executable file
111
tag/admonitions.html
Executable 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">✨</a>
|
||||
</p>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
111
tag/markup.html
Executable file
111
tag/markup.html
Executable 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">✨</a>
|
||||
</p>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
111
tag/rst.html
Executable file
111
tag/rst.html
Executable 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">✨</a>
|
||||
</p>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue