Skip to content

Commit c73f4a2

Browse files
author
committed
Generate Pelican site
1 parent c494d60 commit c73f4a2

14 files changed

Lines changed: 519 additions & 4 deletions

archives.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
<header id="banner" class="body">
1616
<h1><a href="/">Python-MG </a></h1>
1717
<nav><ul>
18+
<li><a href="/category/programacao-web.html">Programação web</a></li>
1819
</ul></nav>
1920
</header><!-- /#banner -->
2021
<section id="content" class="body">
2122
<h1>Archives for Python-MG</h1>
2223

2324
<dl>
25+
<dt>Fri 29 July 2016</dt>
26+
<dd><a href="/github-page-com-pelican-e-travis.html">Github page com Pelican e Travis</a></dd>
2427
</dl>
2528
</section>
2629
<section id="extras" class="body">

author/cassio-botaro.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG - Cássio Botaro</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Python-MG Atom Feed" />
8+
9+
<!--[if IE]>
10+
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
</head>
13+
14+
<body id="index" class="home">
15+
<header id="banner" class="body">
16+
<h1><a href="/">Python-MG </a></h1>
17+
<nav><ul>
18+
<li><a href="/category/programacao-web.html">Programação web</a></li>
19+
</ul></nav>
20+
</header><!-- /#banner -->
21+
22+
<aside id="featured" class="body">
23+
<article>
24+
<h1 class="entry-title"><a href="/github-page-com-pelican-e-travis.html">Github page com Pelican e Travis</a></h1>
25+
<footer class="post-info">
26+
<abbr class="published" title="2016-07-29T23:08:00-03:00">
27+
Published: Fri 29 July 2016
28+
</abbr>
29+
30+
<address class="vcard author">
31+
By <a class="url fn" href="/author/cassio-botaro.html">Cássio Botaro</a>
32+
</address>
33+
<p>In <a href="/category/programacao-web.html">Programação web</a>.</p>
34+
<p>tags: <a href="/tag/gh-pages.html">gh-pages</a> <a href="/tag/pelican.html">pelican</a> <a href="/tag/travis-ci.html">travis-ci</a> <a href="/tag/web.html">web</a> </p>
35+
</footer><!-- /.post-info --><p>Hello Python-MG</p>
36+
</article>
37+
</aside><!-- /#featured -->
38+
<section id="extras" class="body">
39+
<div class="blogroll">
40+
<h2>blogroll</h2>
41+
<ul>
42+
<li><a href="http://getpelican.com/">Pelican</a></li>
43+
<li><a href="http://python.org/">Python.org</a></li>
44+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
45+
<li><a href="#">You can modify those links in your config file</a></li>
46+
</ul>
47+
</div><!-- /.blogroll -->
48+
<div class="social">
49+
<h2>social</h2>
50+
<ul>
51+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
52+
53+
<li><a href="#">You can add links in your config file</a></li>
54+
<li><a href="#">Another social link</a></li>
55+
</ul>
56+
</div><!-- /.social -->
57+
</section><!-- /#extras -->
58+
59+
<footer id="contentinfo" class="body">
60+
<address id="about" class="vcard body">
61+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
62+
</address><!-- /#about -->
63+
64+
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
65+
</footer><!-- /#contentinfo -->
66+
67+
</body>
68+
</html>

authors.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
<header id="banner" class="body">
1616
<h1><a href="/">Python-MG </a></h1>
1717
<nav><ul>
18+
<li><a href="/category/programacao-web.html">Programação web</a></li>
1819
</ul></nav>
1920
</header><!-- /#banner -->
2021

2122
<section id="content" class="body">
2223
<h1>Authors on Python-MG</h1>
2324
<ul>
25+
<li><a href="/author/cassio-botaro.html">Cássio Botaro</a> (1)</li>
2426
</ul>
2527
</section>
2628

categories.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
<header id="banner" class="body">
1616
<h1><a href="/">Python-MG </a></h1>
1717
<nav><ul>
18+
<li><a href="/category/programacao-web.html">Programação web</a></li>
1819
</ul></nav>
1920
</header><!-- /#banner -->
2021
<ul>
22+
<li><a href="/category/programacao-web.html">Programação web</a></li>
2123
</ul>
2224
<section id="extras" class="body">
2325
<div class="blogroll">

category/programacao-web.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG - Programação web</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Python-MG Atom Feed" />
8+
9+
<!--[if IE]>
10+
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
</head>
13+
14+
<body id="index" class="home">
15+
<header id="banner" class="body">
16+
<h1><a href="/">Python-MG </a></h1>
17+
<nav><ul>
18+
<li class="active"><a href="/category/programacao-web.html">Programação web</a></li>
19+
</ul></nav>
20+
</header><!-- /#banner -->
21+
22+
<aside id="featured" class="body">
23+
<article>
24+
<h1 class="entry-title"><a href="/github-page-com-pelican-e-travis.html">Github page com Pelican e Travis</a></h1>
25+
<footer class="post-info">
26+
<abbr class="published" title="2016-07-29T23:08:00-03:00">
27+
Published: Fri 29 July 2016
28+
</abbr>
29+
30+
<address class="vcard author">
31+
By <a class="url fn" href="/author/cassio-botaro.html">Cássio Botaro</a>
32+
</address>
33+
<p>In <a href="/category/programacao-web.html">Programação web</a>.</p>
34+
<p>tags: <a href="/tag/gh-pages.html">gh-pages</a> <a href="/tag/pelican.html">pelican</a> <a href="/tag/travis-ci.html">travis-ci</a> <a href="/tag/web.html">web</a> </p>
35+
</footer><!-- /.post-info --><p>Hello Python-MG</p>
36+
</article>
37+
</aside><!-- /#featured -->
38+
<section id="extras" class="body">
39+
<div class="blogroll">
40+
<h2>blogroll</h2>
41+
<ul>
42+
<li><a href="http://getpelican.com/">Pelican</a></li>
43+
<li><a href="http://python.org/">Python.org</a></li>
44+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
45+
<li><a href="#">You can modify those links in your config file</a></li>
46+
</ul>
47+
</div><!-- /.blogroll -->
48+
<div class="social">
49+
<h2>social</h2>
50+
<ul>
51+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
52+
53+
<li><a href="#">You can add links in your config file</a></li>
54+
<li><a href="#">Another social link</a></li>
55+
</ul>
56+
</div><!-- /.social -->
57+
</section><!-- /#extras -->
58+
59+
<footer id="contentinfo" class="body">
60+
<address id="about" class="vcard body">
61+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
62+
</address><!-- /#about -->
63+
64+
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
65+
</footer><!-- /#contentinfo -->
66+
67+
</body>
68+
</html>

feeds/all.atom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Python-MG</title><link href="/" rel="alternate"></link><link href="/feeds/all.atom.xml" rel="self"></link><id>/</id><updated>2016-07-30T02:07:07Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Python-MG</title><link href="/" rel="alternate"></link><link href="/feeds/all.atom.xml" rel="self"></link><id>/</id><updated>2016-07-29T23:08:00-03:00</updated><entry><title>Github page com Pelican e Travis</title><link href="/github-page-com-pelican-e-travis.html" rel="alternate"></link><published>2016-07-29T23:08:00-03:00</published><author><name>Cássio Botaro</name></author><id>tag:,2016-07-29:github-page-com-pelican-e-travis.html</id><summary type="html">&lt;p&gt;Hello Python-MG&lt;/p&gt;
3+
</summary><category term="gh-pages"></category><category term="pelican"></category><category term="travis-ci"></category><category term="web"></category></entry></feed>

feeds/programacao-web.atom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Python-MG</title><link href="/" rel="alternate"></link><link href="/feeds/programacao-web.atom.xml" rel="self"></link><id>/</id><updated>2016-07-29T23:08:00-03:00</updated><entry><title>Github page com Pelican e Travis</title><link href="/github-page-com-pelican-e-travis.html" rel="alternate"></link><published>2016-07-29T23:08:00-03:00</published><author><name>Cássio Botaro</name></author><id>tag:,2016-07-29:github-page-com-pelican-e-travis.html</id><summary type="html">&lt;p&gt;Hello Python-MG&lt;/p&gt;
3+
</summary><category term="gh-pages"></category><category term="pelican"></category><category term="travis-ci"></category><category term="web"></category></entry></feed>
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Github page com Pelican e Travis</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Python-MG Atom Feed" />
8+
9+
<!--[if IE]>
10+
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
</head>
13+
14+
<body id="index" class="home">
15+
<header id="banner" class="body">
16+
<h1><a href="/">Python-MG </a></h1>
17+
<nav><ul>
18+
<li class="active"><a href="/category/programacao-web.html">Programação web</a></li>
19+
</ul></nav>
20+
</header><!-- /#banner -->
21+
<section id="content" class="body">
22+
<article>
23+
<header>
24+
<h1 class="entry-title">
25+
<a href="/github-page-com-pelican-e-travis.html" rel="bookmark"
26+
title="Permalink to Github page com Pelican e Travis">Github page com Pelican e Travis</a></h1>
27+
</header>
28+
29+
<div class="entry-content">
30+
<footer class="post-info">
31+
<abbr class="published" title="2016-07-29T23:08:00-03:00">
32+
Published: Fri 29 July 2016
33+
</abbr>
34+
35+
<address class="vcard author">
36+
By <a class="url fn" href="/author/cassio-botaro.html">Cássio Botaro</a>
37+
</address>
38+
<p>In <a href="/category/programacao-web.html">Programação web</a>.</p>
39+
<p>tags: <a href="/tag/gh-pages.html">gh-pages</a> <a href="/tag/pelican.html">pelican</a> <a href="/tag/travis-ci.html">travis-ci</a> <a href="/tag/web.html">web</a> </p>
40+
</footer><!-- /.post-info --> <p>Hello Python-MG</p>
41+
42+
</div><!-- /.entry-content -->
43+
44+
</article>
45+
</section>
46+
<section id="extras" class="body">
47+
<div class="blogroll">
48+
<h2>blogroll</h2>
49+
<ul>
50+
<li><a href="http://getpelican.com/">Pelican</a></li>
51+
<li><a href="http://python.org/">Python.org</a></li>
52+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
53+
<li><a href="#">You can modify those links in your config file</a></li>
54+
</ul>
55+
</div><!-- /.blogroll -->
56+
<div class="social">
57+
<h2>social</h2>
58+
<ul>
59+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
60+
61+
<li><a href="#">You can add links in your config file</a></li>
62+
<li><a href="#">Another social link</a></li>
63+
</ul>
64+
</div><!-- /.social -->
65+
</section><!-- /#extras -->
66+
67+
<footer id="contentinfo" class="body">
68+
<address id="about" class="vcard body">
69+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
70+
</address><!-- /#about -->
71+
72+
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
73+
</footer><!-- /#contentinfo -->
74+
75+
</body>
76+
</html>

index.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,26 @@
1515
<header id="banner" class="body">
1616
<h1><a href="/">Python-MG </a></h1>
1717
<nav><ul>
18+
<li><a href="/category/programacao-web.html">Programação web</a></li>
1819
</ul></nav>
1920
</header><!-- /#banner -->
20-
<section id="content" class="body">
21-
<h2>Pages</h2>
22-
</section>
21+
22+
<aside id="featured" class="body">
23+
<article>
24+
<h1 class="entry-title"><a href="/github-page-com-pelican-e-travis.html">Github page com Pelican e Travis</a></h1>
25+
<footer class="post-info">
26+
<abbr class="published" title="2016-07-29T23:08:00-03:00">
27+
Published: Fri 29 July 2016
28+
</abbr>
29+
30+
<address class="vcard author">
31+
By <a class="url fn" href="/author/cassio-botaro.html">Cássio Botaro</a>
32+
</address>
33+
<p>In <a href="/category/programacao-web.html">Programação web</a>.</p>
34+
<p>tags: <a href="/tag/gh-pages.html">gh-pages</a> <a href="/tag/pelican.html">pelican</a> <a href="/tag/travis-ci.html">travis-ci</a> <a href="/tag/web.html">web</a> </p>
35+
</footer><!-- /.post-info --><p>Hello Python-MG</p>
36+
</article>
37+
</aside><!-- /#featured -->
2338
<section id="extras" class="body">
2439
<div class="blogroll">
2540
<h2>blogroll</h2>

tag/gh-pages.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG - gh-pages</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Python-MG Atom Feed" />
8+
9+
<!--[if IE]>
10+
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+
<![endif]-->
12+
</head>
13+
14+
<body id="index" class="home">
15+
<header id="banner" class="body">
16+
<h1><a href="/">Python-MG </a></h1>
17+
<nav><ul>
18+
<li><a href="/category/programacao-web.html">Programação web</a></li>
19+
</ul></nav>
20+
</header><!-- /#banner -->
21+
22+
<aside id="featured" class="body">
23+
<article>
24+
<h1 class="entry-title"><a href="/github-page-com-pelican-e-travis.html">Github page com Pelican e Travis</a></h1>
25+
<footer class="post-info">
26+
<abbr class="published" title="2016-07-29T23:08:00-03:00">
27+
Published: Fri 29 July 2016
28+
</abbr>
29+
30+
<address class="vcard author">
31+
By <a class="url fn" href="/author/cassio-botaro.html">Cássio Botaro</a>
32+
</address>
33+
<p>In <a href="/category/programacao-web.html">Programação web</a>.</p>
34+
<p>tags: <a href="/tag/gh-pages.html">gh-pages</a> <a href="/tag/pelican.html">pelican</a> <a href="/tag/travis-ci.html">travis-ci</a> <a href="/tag/web.html">web</a> </p>
35+
</footer><!-- /.post-info --><p>Hello Python-MG</p>
36+
</article>
37+
</aside><!-- /#featured -->
38+
<section id="extras" class="body">
39+
<div class="blogroll">
40+
<h2>blogroll</h2>
41+
<ul>
42+
<li><a href="http://getpelican.com/">Pelican</a></li>
43+
<li><a href="http://python.org/">Python.org</a></li>
44+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
45+
<li><a href="#">You can modify those links in your config file</a></li>
46+
</ul>
47+
</div><!-- /.blogroll -->
48+
<div class="social">
49+
<h2>social</h2>
50+
<ul>
51+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
52+
53+
<li><a href="#">You can add links in your config file</a></li>
54+
<li><a href="#">Another social link</a></li>
55+
</ul>
56+
</div><!-- /.social -->
57+
</section><!-- /#extras -->
58+
59+
<footer id="contentinfo" class="body">
60+
<address id="about" class="vcard body">
61+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
62+
</address><!-- /#about -->
63+
64+
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
65+
</footer><!-- /#contentinfo -->
66+
67+
</body>
68+
</html>

0 commit comments

Comments
 (0)