Skip to content

Commit 2687775

Browse files
committed
Primeira exportação do Pelican
1 parent 067a45d commit 2687775

40 files changed

Lines changed: 1437 additions & 127 deletions

.gitignore

Lines changed: 0 additions & 104 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

archives.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python Portugal</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
</head>
8+
9+
<body id="index" class="home">
10+
<header id="banner" class="body">
11+
<h1><a href="/">Python Portugal </a></h1>
12+
<nav><ul>
13+
</ul></nav>
14+
</header><!-- /#banner -->
15+
<section id="content" class="body">
16+
<h1>Archives for Python Portugal</h1>
17+
18+
<dl>
19+
</dl>
20+
</section>
21+
<section id="extras" class="body">
22+
<div class="blogroll">
23+
<h2>links</h2>
24+
<ul>
25+
<li><a href="http://getpelican.com/">Pelican</a></li>
26+
<li><a href="http://python.org/">Python.org</a></li>
27+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
28+
<li><a href="#">You can modify those links in your config file</a></li>
29+
</ul>
30+
</div><!-- /.blogroll -->
31+
<div class="social">
32+
<h2>social</h2>
33+
<ul>
34+
35+
<li><a href="#">You can add links in your config file</a></li>
36+
<li><a href="#">Another social link</a></li>
37+
</ul>
38+
</div><!-- /.social -->
39+
</section><!-- /#extras -->
40+
41+
<footer id="contentinfo" class="body">
42+
<address id="about" class="vcard body">
43+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
44+
</address><!-- /#about -->
45+
46+
<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>
47+
</footer><!-- /#contentinfo -->
48+
49+
</body>
50+
</html>

authors.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python Portugal - Authors</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
</head>
8+
9+
<body id="index" class="home">
10+
<header id="banner" class="body">
11+
<h1><a href="/">Python Portugal </a></h1>
12+
<nav><ul>
13+
</ul></nav>
14+
</header><!-- /#banner -->
15+
16+
<section id="content" class="body">
17+
<h1>Authors on Python Portugal</h1>
18+
<ul>
19+
</ul>
20+
</section>
21+
22+
<section id="extras" class="body">
23+
<div class="blogroll">
24+
<h2>links</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+
36+
<li><a href="#">You can add links in your config file</a></li>
37+
<li><a href="#">Another social link</a></li>
38+
</ul>
39+
</div><!-- /.social -->
40+
</section><!-- /#extras -->
41+
42+
<footer id="contentinfo" class="body">
43+
<address id="about" class="vcard body">
44+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
45+
</address><!-- /#about -->
46+
47+
<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>
48+
</footer><!-- /#contentinfo -->
49+
50+
</body>
51+
</html>

categories.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python Portugal - Categories</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
</head>
8+
9+
<body id="index" class="home">
10+
<header id="banner" class="body">
11+
<h1><a href="/">Python Portugal </a></h1>
12+
<nav><ul>
13+
</ul></nav>
14+
</header><!-- /#banner -->
15+
<h1>Categories on Python Portugal</h1>
16+
<ul>
17+
</ul>
18+
<section id="extras" class="body">
19+
<div class="blogroll">
20+
<h2>links</h2>
21+
<ul>
22+
<li><a href="http://getpelican.com/">Pelican</a></li>
23+
<li><a href="http://python.org/">Python.org</a></li>
24+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
25+
<li><a href="#">You can modify those links in your config file</a></li>
26+
</ul>
27+
</div><!-- /.blogroll -->
28+
<div class="social">
29+
<h2>social</h2>
30+
<ul>
31+
32+
<li><a href="#">You can add links in your config file</a></li>
33+
<li><a href="#">Another social link</a></li>
34+
</ul>
35+
</div><!-- /.social -->
36+
</section><!-- /#extras -->
37+
38+
<footer id="contentinfo" class="body">
39+
<address id="about" class="vcard body">
40+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
41+
</address><!-- /#about -->
42+
43+
<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>
44+
</footer><!-- /#contentinfo -->
45+
46+
</body>
47+
</html>

index.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python Portugal</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
</head>
8+
9+
<body id="index" class="home">
10+
<header id="banner" class="body">
11+
<h1><a href="/">Python Portugal </a></h1>
12+
<nav><ul>
13+
</ul></nav>
14+
</header><!-- /#banner -->
15+
<section id="content" class="body">
16+
<h2>Pages</h2>
17+
</section>
18+
<section id="extras" class="body">
19+
<div class="blogroll">
20+
<h2>links</h2>
21+
<ul>
22+
<li><a href="http://getpelican.com/">Pelican</a></li>
23+
<li><a href="http://python.org/">Python.org</a></li>
24+
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
25+
<li><a href="#">You can modify those links in your config file</a></li>
26+
</ul>
27+
</div><!-- /.blogroll -->
28+
<div class="social">
29+
<h2>social</h2>
30+
<ul>
31+
32+
<li><a href="#">You can add links in your config file</a></li>
33+
<li><a href="#">Another social link</a></li>
34+
</ul>
35+
</div><!-- /.social -->
36+
</section><!-- /#extras -->
37+
38+
<footer id="contentinfo" class="body">
39+
<address id="about" class="vcard body">
40+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
41+
</address><!-- /#about -->
42+
43+
<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>
44+
</footer><!-- /#contentinfo -->
45+
46+
</body>
47+
</html>

tags.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Python Portugal - Tags</title>
6+
<link rel="stylesheet" href="/theme/css/main.css" />
7+
</head>
8+
9+
<body id="index" class="home">
10+
<header id="banner" class="body">
11+
<h1><a href="/">Python Portugal </a></h1>
12+
<nav><ul>
13+
</ul></nav>
14+
</header><!-- /#banner -->
15+
16+
<section id="content" class="body">
17+
<h1>Tags for Python Portugal</h1>
18+
<ul>
19+
</ul>
20+
</section>
21+
22+
<section id="extras" class="body">
23+
<div class="blogroll">
24+
<h2>links</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+
36+
<li><a href="#">You can add links in your config file</a></li>
37+
<li><a href="#">Another social link</a></li>
38+
</ul>
39+
</div><!-- /.social -->
40+
</section><!-- /#extras -->
41+
42+
<footer id="contentinfo" class="body">
43+
<address id="about" class="vcard body">
44+
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
45+
</address><!-- /#about -->
46+
47+
<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>
48+
</footer><!-- /#contentinfo -->
49+
50+
</body>
51+
</html>

theme/css/fonts.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@font-face {
2+
font-family: 'Yanone Kaffeesatz';
3+
font-style: normal;
4+
font-weight: 400;
5+
src:
6+
local('Yanone Kaffeesatz Regular'),
7+
local('YanoneKaffeesatz-Regular'),
8+
/* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff */
9+
url('../fonts/Yanone_Kaffeesatz_400.woff') format('woff'),
10+
/* from https://fonts.gstatic.com/s/yanonekaffeesatz/v8/YDAoLskQQ5MOAgvHUQCcLfGwxTS8d1Q9KiDNCMKLFUM.woff2 */
11+
url('../fonts/Yanone_Kaffeesatz_400.woff2') format('woff2');
12+
}

0 commit comments

Comments
 (0)