Compare commits
No commits in common. "master" and "gh-pages" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
pelican/output
|
|
29
LICENSE
29
LICENSE
@ -1,29 +0,0 @@
|
|||||||
BSD 3-Clause License
|
|
||||||
|
|
||||||
Copyright (c) 2018, Chaz Reid
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright notice, this
|
|
||||||
list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
* Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
* Neither the name of the copyright holder nor the names of its
|
|
||||||
contributors may be used to endorse or promote products derived from
|
|
||||||
this software without specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
||||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
12
README.md
12
README.md
@ -1,12 +0,0 @@
|
|||||||
# magic-flying-pelican
|
|
||||||
|
|
||||||
🎱 ✈️ 🦅 The Magic Flying Pelican helps you get a simple Bootstrapped Pelican page up and running without the 😠
|
|
||||||
|
|
||||||
(Just pretend like 🦅 is a pelican, okay?)
|
|
||||||
|
|
||||||
This is a seed repository - you copy and paste the contents
|
|
||||||
of the `pelican/` folder into your own repository to get started
|
|
||||||
with a simple Pelican site.
|
|
||||||
|
|
||||||
For help getting started with Pelican, see
|
|
||||||
[how-do-i-pelican](https://pages.charlesreid1.com/how-do-i-pelican).
|
|
40
archives.html
Normal file
40
archives.html
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Archives</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
|
||||||
|
<h3><a href="/2018" class="text">Archive for 2018</a></h3>
|
||||||
|
<ul class="archive-list">
|
||||||
|
<li><span class="text-muted">Sun 13 May 2018 » </span><a href="/hello-world-number-two.html">Hello world number two</a></li>
|
||||||
|
<li><span class="text-muted">Sun 13 May 2018 » </span><a href="/hello-world-number-one.html">Hello world number one</a></li>
|
||||||
|
</ul>
|
||||||
|
</dl>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
39
author/charles-reid.html
Normal file
39
author/charles-reid.html
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Articles by Charles Reid - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="content">
|
||||||
|
<h2>Articles by Charles Reid</h2>
|
||||||
|
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/my-super-post.html" rel="bookmark" title="Permalink to My super title">My super title</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>Short version for index and feeds</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
</section><!-- content -->
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
43
author/charlesreid1.html
Normal file
43
author/charlesreid1.html
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Articles by charlesreid1 - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="content">
|
||||||
|
<h2>Articles by charlesreid1</h2>
|
||||||
|
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-two.html" rel="bookmark" title="Permalink to Hello world number two">Hello world number two</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>Second hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-one.html" rel="bookmark" title="Permalink to Hello world number one">Hello world number one</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>First hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
</section><!-- content -->
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
35
authors.html
Normal file
35
authors.html
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>the magic flying pelican - Authors</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<h1>Authors on the magic flying pelican</h1>
|
||||||
|
|
||||||
|
<ul> <li><a href="/author/charlesreid1.html">charlesreid1</a> (2)</li>
|
||||||
|
</ul>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
34
categories.html
Normal file
34
categories.html
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Articles in - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/category/python.html">Python</a></li>
|
||||||
|
</ul>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
43
category/python.html
Normal file
43
category/python.html
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Articles in Python category - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="content">
|
||||||
|
<h2>Articles in the Python category</h2>
|
||||||
|
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-two.html" rel="bookmark" title="Permalink to Hello world number two">Hello world number two</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>Second hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-one.html" rel="bookmark" title="Permalink to Hello world number one">Hello world number one</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>First hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
</section><!-- content -->
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
2
feeds/all-en.atom.xml
Normal file
2
feeds/all-en.atom.xml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>the magic flying pelican</title><link href="/" rel="alternate"></link><link href="/feeds/all-en.atom.xml" rel="self"></link><id>/</id><updated>2010-12-05T19:30:00-08:00</updated><entry><title>My super title</title><link href="/my-super-post.html" rel="alternate"></link><published>2010-12-03T10:20:00-08:00</published><updated>2010-12-05T19:30:00-08:00</updated><author><name>Charles Reid</name></author><id>tag:None,2010-12-03:/my-super-post.html</id><summary type="html"><p>Short version for index and feeds</p></summary><content type="html"><p>This is the content of my super blog post.</p></content><category term="pelican"></category><category term="publishing"></category></entry></feed>
|
2
feeds/all.atom.xml
Normal file
2
feeds/all.atom.xml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>the magic flying pelican</title><link href="/" rel="alternate"></link><link href="/feeds/all.atom.xml" rel="self"></link><id>/</id><updated>2010-12-05T19:30:00-08:00</updated><entry><title>My super title</title><link href="/my-super-post.html" rel="alternate"></link><published>2010-12-03T10:20:00-08:00</published><updated>2010-12-05T19:30:00-08:00</updated><author><name>Charles Reid</name></author><id>tag:None,2010-12-03:/my-super-post.html</id><summary type="html"><p>Short version for index and feeds</p></summary><content type="html"><p>This is the content of my super blog post.</p></content><category term="pelican"></category><category term="publishing"></category></entry></feed>
|
2
feeds/charles-reid.atom.xml
Normal file
2
feeds/charles-reid.atom.xml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>the magic flying pelican - Charles Reid</title><link href="/" rel="alternate"></link><link href="/feeds/charles-reid.atom.xml" rel="self"></link><id>/</id><updated>2010-12-05T19:30:00-08:00</updated><entry><title>My super title</title><link href="/my-super-post.html" rel="alternate"></link><published>2010-12-03T10:20:00-08:00</published><updated>2010-12-05T19:30:00-08:00</updated><author><name>Charles Reid</name></author><id>tag:None,2010-12-03:/my-super-post.html</id><summary type="html"><p>Short version for index and feeds</p></summary><content type="html"><p>This is the content of my super blog post.</p></content><category term="pelican"></category><category term="publishing"></category></entry></feed>
|
2
feeds/charles-reid.rss.xml
Normal file
2
feeds/charles-reid.rss.xml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<rss version="2.0"><channel><title>the magic flying pelican - Charles Reid</title><link>/</link><description></description><lastBuildDate>Sun, 05 Dec 2010 19:30:00 -0800</lastBuildDate><item><title>My super title</title><link>/my-super-post.html</link><description><p>Short version for index and feeds</p></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Reid</dc:creator><pubDate>Fri, 03 Dec 2010 10:20:00 -0800</pubDate><guid isPermaLink="false">tag:None,2010-12-03:/my-super-post.html</guid><category>pelican</category><category>publishing</category></item></channel></rss>
|
2
feeds/python.atom.xml
Normal file
2
feeds/python.atom.xml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>the magic flying pelican - Python</title><link href="/" rel="alternate"></link><link href="/feeds/python.atom.xml" rel="self"></link><id>/</id><updated>2010-12-05T19:30:00-08:00</updated><entry><title>My super title</title><link href="/my-super-post.html" rel="alternate"></link><published>2010-12-03T10:20:00-08:00</published><updated>2010-12-05T19:30:00-08:00</updated><author><name>Charles Reid</name></author><id>tag:None,2010-12-03:/my-super-post.html</id><summary type="html"><p>Short version for index and feeds</p></summary><content type="html"><p>This is the content of my super blog post.</p></content><category term="pelican"></category><category term="publishing"></category></entry></feed>
|
51
hello-world-number-one.html
Normal file
51
hello-world-number-one.html
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Hello world number one - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="article content">
|
||||||
|
<header>
|
||||||
|
<h2 class="entry-title">
|
||||||
|
<a href="/hello-world-number-one.html" rel="bookmark"
|
||||||
|
title="Permalink to Hello world number one">Hello world number one</a></h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="entry-content">
|
||||||
|
<p>Hello world! This is our first post with <em>Pelican</em> and <strong>Markdown</strong>.</p>
|
||||||
|
</div><!-- /.entry-content -->
|
||||||
|
<footer class="post-info text-muted">
|
||||||
|
Posted on <abbr class="published" title="2018-05-13T22:00:00-07:00">
|
||||||
|
Sun 13 May 2018
|
||||||
|
</abbr>
|
||||||
|
<address class="vcard author">
|
||||||
|
by <a class="url fn" href="/author/charlesreid1.html">charlesreid1</a>
|
||||||
|
</address> in <a href="/category/python.html">Python</a> Tagged <a href="/tag/pelican.html">pelican </a> </footer><!-- /.post-info -->
|
||||||
|
</section>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
51
hello-world-number-two.html
Normal file
51
hello-world-number-two.html
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Hello world number two - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="article content">
|
||||||
|
<header>
|
||||||
|
<h2 class="entry-title">
|
||||||
|
<a href="/hello-world-number-two.html" rel="bookmark"
|
||||||
|
title="Permalink to Hello world number two">Hello world number two</a></h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="entry-content">
|
||||||
|
<p>Hello world! This is our second post from <strong>Pelican + Markdown</strong>.</p>
|
||||||
|
</div><!-- /.entry-content -->
|
||||||
|
<footer class="post-info text-muted">
|
||||||
|
Posted on <abbr class="published" title="2018-05-13T23:00:00-07:00">
|
||||||
|
Sun 13 May 2018
|
||||||
|
</abbr>
|
||||||
|
<address class="vcard author">
|
||||||
|
by <a class="url fn" href="/author/charlesreid1.html">charlesreid1</a>
|
||||||
|
</address> in <a href="/category/python.html">Python</a> Tagged <a href="/tag/pelican.html">pelican </a> </footer><!-- /.post-info -->
|
||||||
|
</section>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
BIN
img/favicon.ico
Normal file
BIN
img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
42
index.html
Normal file
42
index.html
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class="active"><a href="">Home</a></li>
|
||||||
|
<li><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="content">
|
||||||
|
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-two.html" rel="bookmark" title="Permalink to Hello world number two">Hello world number two</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>Second hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-one.html" rel="bookmark" title="Permalink to Hello world number one">Hello world number one</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>First hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
</section><!-- content -->
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
51
my-super-post.html
Normal file
51
my-super-post.html
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>My super title - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="article content">
|
||||||
|
<header>
|
||||||
|
<h2 class="entry-title">
|
||||||
|
<a href="/my-super-post.html" rel="bookmark"
|
||||||
|
title="Permalink to My super title">My super title</a></h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="entry-content">
|
||||||
|
<p>This is the content of my super blog post.</p>
|
||||||
|
</div><!-- /.entry-content -->
|
||||||
|
<footer class="post-info text-muted">
|
||||||
|
Posted on <abbr class="published" title="2010-12-03T10:20:00-08:00">
|
||||||
|
Fri 03 December 2010
|
||||||
|
</abbr>
|
||||||
|
<address class="vcard author">
|
||||||
|
by <a class="url fn" href="/author/charles-reid.html">Charles Reid</a>
|
||||||
|
</address> in <a href="/category/python.html">Python</a> Tagged <a href="/tag/pelican.html">pelican </a><a href="/tag/publishing.html">publishing </a> </footer><!-- /.post-info -->
|
||||||
|
</section>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,8 +0,0 @@
|
|||||||
Title: Hello world number one
|
|
||||||
Date: 2018-05-13 22:00
|
|
||||||
Category: Python
|
|
||||||
Tags: pelican
|
|
||||||
Author: charlesreid1
|
|
||||||
Summary: First hello world post
|
|
||||||
|
|
||||||
Hello world! This is our first post with *Pelican* and **Markdown**.
|
|
@ -1,8 +0,0 @@
|
|||||||
Title: Hello world number two
|
|
||||||
Date: 2018-05-13 23:00
|
|
||||||
Category: Python
|
|
||||||
Tags: pelican
|
|
||||||
Author: charlesreid1
|
|
||||||
Summary: Second hello world post
|
|
||||||
|
|
||||||
Hello world! This is our second post from **Pelican + Markdown**.
|
|
@ -1,50 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*- #
|
|
||||||
import markdown
|
|
||||||
|
|
||||||
AUTHOR = 'charlesreid1'
|
|
||||||
SITENAME = 'the magic flying pelican'
|
|
||||||
SITEURL = ''
|
|
||||||
TIMEZONE = 'America/Los_Angeles'
|
|
||||||
DEFAULT_LANG = 'en'
|
|
||||||
|
|
||||||
PATH = 'content'
|
|
||||||
OUTPUT_PATH = 'output'
|
|
||||||
|
|
||||||
# --------------8<---------------------
|
|
||||||
# Theme
|
|
||||||
|
|
||||||
THEME = 'simple-bootstrap'
|
|
||||||
# https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3
|
|
||||||
|
|
||||||
# --------------8<---------------------
|
|
||||||
# Files and content
|
|
||||||
|
|
||||||
|
|
||||||
# This will look for a directory img/
|
|
||||||
# inside the directory content/
|
|
||||||
# The contents of img/ will be available at
|
|
||||||
# {{ SITEURL }}/img
|
|
||||||
STATIC_PATHS = ['img']
|
|
||||||
|
|
||||||
# If we want to create static pages,
|
|
||||||
# we should put them in content/pages
|
|
||||||
PAGE_PATHS = ['pages']
|
|
||||||
|
|
||||||
# If we want to create blog posts (articles),
|
|
||||||
# we should put them in content/posts
|
|
||||||
ARTICLE_PATHS = ['posts']
|
|
||||||
|
|
||||||
|
|
||||||
# --------------8<---------------------
|
|
||||||
# idk just some dumb stuff
|
|
||||||
|
|
||||||
|
|
||||||
DISPLAY_PAGES_ON_MENU = False
|
|
||||||
FEED_ALL_ATOM = None
|
|
||||||
CATEGORY_FEED_ATOM = None
|
|
||||||
TRANSLATION_FEED_ATOM = None
|
|
||||||
AUTHOR_FEED_ATOM = None
|
|
||||||
AUTHOR_FEED_RSS = None
|
|
||||||
DEFAULT_PAGINATION = False
|
|
||||||
|
|
43
tag/pelican.html
Normal file
43
tag/pelican.html
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Articles in pelican tag - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"active><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="content">
|
||||||
|
<h2>Articles with the pelican tag</h2>
|
||||||
|
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-two.html" rel="bookmark" title="Permalink to Hello world number two">Hello world number two</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>Second hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/hello-world-number-one.html" rel="bookmark" title="Permalink to Hello world number one">Hello world number one</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>First hello world post</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
</section><!-- content -->
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
39
tag/publishing.html
Normal file
39
tag/publishing.html
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Articles in publishing tag - the magic flying pelican</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"active><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
<section id="content" class="content">
|
||||||
|
<h2>Articles with the publishing tag</h2>
|
||||||
|
|
||||||
|
<article class="hentry">
|
||||||
|
<header> <h2 class="entry-title"><a href="/my-super-post.html" rel="bookmark" title="Permalink to My super title">My super title</a></h2> </header>
|
||||||
|
<div class="entry-content"> <p>Short version for index and feeds</p> </div><!-- entry-content -->
|
||||||
|
</article>
|
||||||
|
</section><!-- content -->
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
34
tags.html
Normal file
34
tags.html
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Tags</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/theme/static/css/style.css" rel="stylesheet" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="index" class="archive">
|
||||||
|
<div class="container">
|
||||||
|
<div class="header">
|
||||||
|
<ul class="nav nav-pills pull-right">
|
||||||
|
<li class=""><a href="">Home</a></li>
|
||||||
|
<li class="active"><a href="/archives.html">Archives</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3 class="text-muted"><a href="">the magic flying pelican</a></h3>
|
||||||
|
<h2 class="text-muted"></h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ul class="tag">
|
||||||
|
</ul>
|
||||||
|
<footer id="contentinfo" class="footer">
|
||||||
|
<nav class="pull-right bottom-nav">
|
||||||
|
<a href="/None">RSS</a>
|
||||||
|
</nav>
|
||||||
|
<address id="about" class="vcard body">
|
||||||
|
© <a href="">the magic flying pelican</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
|
||||||
|
</address><!-- /#about -->
|
||||||
|
</footer><!-- /#contentinfo -->
|
||||||
|
</div><!-- container -->
|
||||||
|
</body>
|
||||||
|
</html>
|
177
theme/static/css/style.css
Normal file
177
theme/static/css/style.css
Normal file
@ -0,0 +1,177 @@
|
|||||||
|
/* Space out content a bit */
|
||||||
|
body {
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Everything but the jumbotron gets side spacing for mobile first views */
|
||||||
|
.header,
|
||||||
|
.footer,
|
||||||
|
.content,
|
||||||
|
.comment {
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
.nav-pills{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
/* Custom page header */
|
||||||
|
.header {
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
/* Make the masthead heading the same height as the navigation */
|
||||||
|
.header h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
padding-bottom: 19px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Custom page footer */
|
||||||
|
.footer {
|
||||||
|
padding-top: 19px;
|
||||||
|
color: #777;
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
margin-top:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Customize container */
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.container {
|
||||||
|
max-width: 730px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.container-narrow > hr {
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Main marketing message and sign up button */
|
||||||
|
.jumbotron {
|
||||||
|
text-align: center;
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.jumbotron .btn {
|
||||||
|
font-size: 21px;
|
||||||
|
padding: 14px 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Supporting marketing content */
|
||||||
|
.marketing {
|
||||||
|
margin: 40px 0;
|
||||||
|
}
|
||||||
|
.marketing p + h4 {
|
||||||
|
margin-top: 28px;
|
||||||
|
}
|
||||||
|
.header .text-muted a{
|
||||||
|
color:#999;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
.entry-content{
|
||||||
|
padding:5px 0 15px;;
|
||||||
|
line-height:1.8;
|
||||||
|
}
|
||||||
|
.hentry{
|
||||||
|
margin-bottom:18px;
|
||||||
|
}
|
||||||
|
.pager{
|
||||||
|
margin-bottom:30px;
|
||||||
|
}
|
||||||
|
.pager ul{
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
.post-info{
|
||||||
|
padding-bottom:30px;
|
||||||
|
}
|
||||||
|
.post-info address{
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
.comment{
|
||||||
|
padding-top:15px;
|
||||||
|
padding-bottom:15px;
|
||||||
|
}
|
||||||
|
.archive-list li{
|
||||||
|
font-size:16px;
|
||||||
|
margin-bottom:10px;
|
||||||
|
}
|
||||||
|
.bottom-nav{display:none;}
|
||||||
|
.bottom-nav a{margin-left:15px;}
|
||||||
|
/* code style */
|
||||||
|
.highlight { background-color: #ffffcc }
|
||||||
|
.c { color: #999988; font-style: italic } /* Comment */
|
||||||
|
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||||
|
.k { color: #000000; font-weight: bold } /* Keyword */
|
||||||
|
.o { color: #000000; font-weight: bold } /* Operator */
|
||||||
|
.cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
||||||
|
.cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
|
||||||
|
.c1 { color: #999988; font-style: italic } /* Comment.Single */
|
||||||
|
.cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||||
|
.gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||||
|
.ge { color: #000000; font-style: italic } /* Generic.Emph */
|
||||||
|
.gr { color: #aa0000 } /* Generic.Error */
|
||||||
|
.gh { color: #999999 } /* Generic.Heading */
|
||||||
|
.gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||||
|
.go { color: #888888 } /* Generic.Output */
|
||||||
|
.gp { color: #555555 } /* Generic.Prompt */
|
||||||
|
.gs { font-weight: bold } /* Generic.Strong */
|
||||||
|
.gu { color: #aaaaaa } /* Generic.Subheading */
|
||||||
|
.gt { color: #aa0000 } /* Generic.Traceback */
|
||||||
|
.kc { color: #000000; font-weight: bold } /* Keyword.Constant */
|
||||||
|
.kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
|
||||||
|
.kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
|
||||||
|
.kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
|
||||||
|
.kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
|
||||||
|
.kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
||||||
|
.m { color: #009999 } /* Literal.Number */
|
||||||
|
.s { color: #d01040 } /* Literal.String */
|
||||||
|
.na { color: #008080 } /* Name.Attribute */
|
||||||
|
.nb { color: #0086B3 } /* Name.Builtin */
|
||||||
|
.nc { color: #445588; font-weight: bold } /* Name.Class */
|
||||||
|
.no { color: #008080 } /* Name.Constant */
|
||||||
|
.nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
|
||||||
|
.ni { color: #800080 } /* Name.Entity */
|
||||||
|
.ne { color: #990000; font-weight: bold } /* Name.Exception */
|
||||||
|
.nf { color: #990000; font-weight: bold } /* Name.Function */
|
||||||
|
.nl { color: #990000; font-weight: bold } /* Name.Label */
|
||||||
|
.nn { color: #555555 } /* Name.Namespace */
|
||||||
|
.nt { color: #000080 } /* Name.Tag */
|
||||||
|
.nv { color: #008080 } /* Name.Variable */
|
||||||
|
.ow { color: #000000; font-weight: bold } /* Operator.Word */
|
||||||
|
.w { color: #bbbbbb } /* Text.Whitespace */
|
||||||
|
.mf { color: #009999 } /* Literal.Number.Float */
|
||||||
|
.mh { color: #009999 } /* Literal.Number.Hex */
|
||||||
|
.mi { color: #009999 } /* Literal.Number.Integer */
|
||||||
|
.mo { color: #009999 } /* Literal.Number.Oct */
|
||||||
|
.sb { color: #d01040 } /* Literal.String.Backtick */
|
||||||
|
.sc { color: #d01040 } /* Literal.String.Char */
|
||||||
|
.sd { color: #d01040 } /* Literal.String.Doc */
|
||||||
|
.s2 { color: #d01040 } /* Literal.String.Double */
|
||||||
|
.se { color: #d01040 } /* Literal.String.Escape */
|
||||||
|
.sh { color: #d01040 } /* Literal.String.Heredoc */
|
||||||
|
.si { color: #d01040 } /* Literal.String.Interpol */
|
||||||
|
.sx { color: #d01040 } /* Literal.String.Other */
|
||||||
|
.sr { color: #009926 } /* Literal.String.Regex */
|
||||||
|
.s1 { color: #d01040 } /* Literal.String.Single */
|
||||||
|
.ss { color: #990073 } /* Literal.String.Symbol */
|
||||||
|
.bp { color: #999999 } /* Name.Builtin.Pseudo */
|
||||||
|
.vc { color: #008080 } /* Name.Variable.Class */
|
||||||
|
.vg { color: #008080 } /* Name.Variable.Global */
|
||||||
|
.vi { color: #008080 } /* Name.Variable.Instance */
|
||||||
|
.il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||||
|
/* Responsive: Portrait tablets and up */
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
/* Remove the padding we set earlier */
|
||||||
|
.header,
|
||||||
|
.content,
|
||||||
|
.footer,
|
||||||
|
.comment {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
/* Space out the masthead */
|
||||||
|
.header {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.nav-pills,.bottom-nav{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
}
|
79
theme/style.css
Normal file
79
theme/style.css
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
/* Space out content a bit */
|
||||||
|
body {
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Everything but the jumbotron gets side spacing for mobile first views */
|
||||||
|
.header,
|
||||||
|
.marketing,
|
||||||
|
.footer {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Custom page header */
|
||||||
|
.header {
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
/* Make the masthead heading the same height as the navigation */
|
||||||
|
.header h3 {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
line-height: 40px;
|
||||||
|
padding-bottom: 19px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Custom page footer */
|
||||||
|
.footer {
|
||||||
|
padding-top: 19px;
|
||||||
|
color: #777;
|
||||||
|
border-top: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Customize container */
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.container {
|
||||||
|
max-width: 730px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.container-narrow > hr {
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Main marketing message and sign up button */
|
||||||
|
.jumbotron {
|
||||||
|
text-align: center;
|
||||||
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
.jumbotron .btn {
|
||||||
|
font-size: 21px;
|
||||||
|
padding: 14px 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Supporting marketing content */
|
||||||
|
.marketing {
|
||||||
|
margin: 40px 0;
|
||||||
|
}
|
||||||
|
.marketing p + h4 {
|
||||||
|
margin-top: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Responsive: Portrait tablets and up */
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
/* Remove the padding we set earlier */
|
||||||
|
.header,
|
||||||
|
.marketing,
|
||||||
|
.footer {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
/* Space out the masthead */
|
||||||
|
.header {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
/* Remove the bottom border on the jumbotron for visual effect */
|
||||||
|
.jumbotron {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user