Skip to content

Commit 0030a0a

Browse files
committed
Generate Pelican site
0 parents  commit 0030a0a

31 files changed

Lines changed: 1037 additions & 0 deletions

archives.html

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG</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+
</ul></nav>
19+
</header><!-- /#banner -->
20+
<section id="content" class="body">
21+
<h1>Archives for Python-MG</h1>
22+
23+
<dl>
24+
</dl>
25+
</section>
26+
<section id="extras" class="body">
27+
<div class="blogroll">
28+
<h2>blogroll</h2>
29+
<ul>
30+
<li><a href="http://getpelican.com/">Pelican</a></li>
31+
<li><a href="http://python.org/">Python.org</a></li>
32+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
33+
<li><a href="#">You can modify those links in your config file</a></li>
34+
</ul>
35+
</div><!-- /.blogroll -->
36+
<div class="social">
37+
<h2>social</h2>
38+
<ul>
39+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
40+
41+
<li><a href="#">You can add links in your config file</a></li>
42+
<li><a href="#">Another social link</a></li>
43+
</ul>
44+
</div><!-- /.social -->
45+
</section><!-- /#extras -->
46+
47+
<footer id="contentinfo" class="body">
48+
<address id="about" class="vcard body">
49+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
50+
</address><!-- /#about -->
51+
52+
<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>
53+
</footer><!-- /#contentinfo -->
54+
55+
</body>
56+
</html>

authors.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG - Authors</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+
</ul></nav>
19+
</header><!-- /#banner -->
20+
21+
<section id="content" class="body">
22+
<h1>Authors on Python-MG</h1>
23+
<ul>
24+
</ul>
25+
</section>
26+
27+
<section id="extras" class="body">
28+
<div class="blogroll">
29+
<h2>blogroll</h2>
30+
<ul>
31+
<li><a href="http://getpelican.com/">Pelican</a></li>
32+
<li><a href="http://python.org/">Python.org</a></li>
33+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
34+
<li><a href="#">You can modify those links in your config file</a></li>
35+
</ul>
36+
</div><!-- /.blogroll -->
37+
<div class="social">
38+
<h2>social</h2>
39+
<ul>
40+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
41+
42+
<li><a href="#">You can add links in your config file</a></li>
43+
<li><a href="#">Another social link</a></li>
44+
</ul>
45+
</div><!-- /.social -->
46+
</section><!-- /#extras -->
47+
48+
<footer id="contentinfo" class="body">
49+
<address id="about" class="vcard body">
50+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
51+
</address><!-- /#about -->
52+
53+
<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>
54+
</footer><!-- /#contentinfo -->
55+
56+
</body>
57+
</html>

categories.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG</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+
</ul></nav>
19+
</header><!-- /#banner -->
20+
<ul>
21+
</ul>
22+
<section id="extras" class="body">
23+
<div class="blogroll">
24+
<h2>blogroll</h2>
25+
<ul>
26+
<li><a href="http://getpelican.com/">Pelican</a></li>
27+
<li><a href="http://python.org/">Python.org</a></li>
28+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
29+
<li><a href="#">You can modify those links in your config file</a></li>
30+
</ul>
31+
</div><!-- /.blogroll -->
32+
<div class="social">
33+
<h2>social</h2>
34+
<ul>
35+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
36+
37+
<li><a href="#">You can add links in your config file</a></li>
38+
<li><a href="#">Another social link</a></li>
39+
</ul>
40+
</div><!-- /.social -->
41+
</section><!-- /#extras -->
42+
43+
<footer id="contentinfo" class="body">
44+
<address id="about" class="vcard body">
45+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
46+
</address><!-- /#about -->
47+
48+
<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>
49+
</footer><!-- /#contentinfo -->
50+
51+
</body>
52+
</html>

feeds/all.atom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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/all.atom.xml" rel="self"></link><id>/</id><updated>2016-07-29T22:28:55Z</updated></feed>

index.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG</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+
</ul></nav>
19+
</header><!-- /#banner -->
20+
<section id="content" class="body">
21+
<h2>Pages</h2>
22+
</section>
23+
<section id="extras" class="body">
24+
<div class="blogroll">
25+
<h2>blogroll</h2>
26+
<ul>
27+
<li><a href="http://getpelican.com/">Pelican</a></li>
28+
<li><a href="http://python.org/">Python.org</a></li>
29+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
30+
<li><a href="#">You can modify those links in your config file</a></li>
31+
</ul>
32+
</div><!-- /.blogroll -->
33+
<div class="social">
34+
<h2>social</h2>
35+
<ul>
36+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
37+
38+
<li><a href="#">You can add links in your config file</a></li>
39+
<li><a href="#">Another social link</a></li>
40+
</ul>
41+
</div><!-- /.social -->
42+
</section><!-- /#extras -->
43+
44+
<footer id="contentinfo" class="body">
45+
<address id="about" class="vcard body">
46+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
47+
</address><!-- /#about -->
48+
49+
<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>
50+
</footer><!-- /#contentinfo -->
51+
52+
</body>
53+
</html>

tags.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="pt">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python-MG - Tags</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+
</ul></nav>
19+
</header><!-- /#banner -->
20+
21+
<section id="content" class="body">
22+
<h1>Tags for Python-MG</h1>
23+
<ul>
24+
</ul>
25+
</section>
26+
27+
<section id="extras" class="body">
28+
<div class="blogroll">
29+
<h2>blogroll</h2>
30+
<ul>
31+
<li><a href="http://getpelican.com/">Pelican</a></li>
32+
<li><a href="http://python.org/">Python.org</a></li>
33+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
34+
<li><a href="#">You can modify those links in your config file</a></li>
35+
</ul>
36+
</div><!-- /.blogroll -->
37+
<div class="social">
38+
<h2>social</h2>
39+
<ul>
40+
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
41+
42+
<li><a href="#">You can add links in your config file</a></li>
43+
<li><a href="#">Another social link</a></li>
44+
</ul>
45+
</div><!-- /.social -->
46+
</section><!-- /#extras -->
47+
48+
<footer id="contentinfo" class="body">
49+
<address id="about" class="vcard body">
50+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
51+
</address><!-- /#about -->
52+
53+
<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>
54+
</footer><!-- /#contentinfo -->
55+
56+
</body>
57+
</html>

0 commit comments

Comments
 (0)