pelican-alchemy/pages/settings.html
2017-01-05 19:08:24 +03:00

167 lines
No EOL
7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Settings | pelican-alchemy
</title>
<link rel="canonical" href="https://nairobilug.github.io/pelican-alchemy/pages/settings.html">
<link rel="alternate" type="application/atom+xml" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" title="Full Atom Feed">
<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/font-awesome.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/style.css">
<meta name="description" content="Unless otherwise specified, settings that refer to paths can be either absolute or relative to the configuration file. SITESUBTITLE Subtitle that appears in the header: SITESUBTITLE = 'A magical \u2728 Pelican theme' SITEIMAGE Image that appears in the header: SITEIMAGE = '/images/profile.png' You can also force the image size: SITEIMAGE …">
</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" 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 class="fa fa-feed" href="https://nairobilug.github.io/pelican-alchemy/feeds/all.atom.xml" target="_blank"></a></li>
<li class="list-inline-item"><a class="fa 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>Settings
</h1>
<hr>
<article class="article">
<div class="content">
<p>Unless otherwise specified, settings that refer to paths can be either absolute or relative to the configuration file.</p>
<h5>SITESUBTITLE</h5>
<p>Subtitle that appears in the header:</p>
<div class="highlight"><pre><span></span>SITESUBTITLE = 'A magical \u2728 Pelican theme'
</pre></div>
<h5>SITEIMAGE</h5>
<p>Image that appears in the header:</p>
<div class="highlight"><pre><span></span>SITEIMAGE = '/images/profile.png'
</pre></div>
<p>You can also force the image size:</p>
<div class="highlight"><pre><span></span>SITEIMAGE = '/images/profile.svg width=200 height=200'
</pre></div>
<h5>DESCRIPTION</h5>
<p>Index HTML head <code>&lt;meta&gt;</code> description:</p>
<div class="highlight"><pre><span></span>DESCRIPTION = 'A functional, clean, responsive theme for Pelican. Heavily ' \
'inspired by crowsfoot and clean-blog, powered by Bootstrap.'
</pre></div>
<h5>LINKS</h5>
<p>A list of tuples (Title, URL) for menu links:</p>
<div class="highlight"><pre><span></span>LINKS = (
('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'),
('Jinja2', 'http://jinja.pocoo.org/'),
)
</pre></div>
<h5>ICONS</h5>
<p>A list of tuples (Icon, URL) for icon links:</p>
<div class="highlight"><pre><span></span>ICONS = (
('github', 'https://github.com/nairobilug/pelican-alchemy'),
)
</pre></div>
<p>Icon in (Icon, URL) is a Font Awesome <a href="http://fontawesome.io/icons/">icon</a> without the <code>fa-</code> prefix.</p>
<h5>PYGMENTS_STYLE</h5>
<p>You can choose one of the built-in Pygments styles for syntax highlighting.</p>
<p>By default the <code>default</code> style is used:</p>
<div class="highlight"><pre><span></span>PYGMENTS_STYLE = 'default'
</pre></div>
<p>The following styles are available:</p>
<ul>
<li>algol</li>
<li>algol_nu</li>
<li>autumn</li>
<li>borland</li>
<li>bw</li>
<li>colorful</li>
<li>default</li>
<li>emacs</li>
<li>friendly</li>
<li>fruity</li>
<li>igor</li>
<li>lovelace</li>
<li>manni</li>
<li>monokai</li>
<li>murphy</li>
<li>native</li>
<li>paraiso-dark</li>
<li>paraiso-light</li>
<li>pastie</li>
<li>perldoc</li>
<li>rrt</li>
<li>tango</li>
<li>trac</li>
<li>vim</li>
<li>vs</li>
<li>xcode</li>
</ul>
<p>For a demo of the different styles, see <a href="http://pygments.org/demo/">link</a>.</p>
<h5>HIDE_AUTHORS</h5>
<p>Hide the author(s) of an article - useful for single author sites:</p>
<div class="highlight"><pre><span></span>HIDE_AUTHORS = True
</pre></div>
<h5>NEW_FAVICONS</h5>
<p>Use a <a href="https://realfavicongenerator.net/blog/new-favicon-package-less-is-more/">realfavicongenerator</a> favicon package:</p>
<div class="highlight"><pre><span></span>RFG_FAVICONS = True
</pre></div>
<hr>
<div class="highlight"><pre><span></span>DISQUS_SITENAME = '...'
GAUGES = '...'
GOOGLE_ANALYTICS = '...'
PIWIK_URL = '...'
PIWIK_SITE_ID = '...'
</pre></div></hr>
</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>