Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa4be6e

Browse files
committedDec 29, 2019
First site commit to initialize submodule
0 parents  commit fa4be6e

File tree

8 files changed

+275
-0
lines changed

8 files changed

+275
-0
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.lektor

‎about/index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title>About this Website — psycopg</title>
5+
<body>
6+
<header>
7+
<h1>psycopg</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Welcome</a></li>
11+
12+
<li><a href="../blog/">Bloq</a></li>
13+
14+
<li><a href="../projects/">Projects</a></li>
15+
16+
<li class="active"><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>About this Website</h2>
24+
<p>This is a website that was made with the Lektor quickstart.</p>
25+
<p>And it does not contain a lot of information.</p>
26+
27+
28+
</div>
29+
<footer>
30+
&copy; Copyright 2019 by Daniele Varrazzo.
31+
</footer>
32+
</body>

‎blog/2019/06/08/first-post/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../../../../../static/style.css">
4+
<title>Hello Website — psycopg</title>
5+
<body>
6+
<header>
7+
<h1>psycopg</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../../../../../">Welcome</a></li>
11+
12+
<li class="active"><a href="../../../../../blog/">Bloq</a></li>
13+
14+
<li><a href="../../../../../projects/">Projects</a></li>
15+
16+
<li><a href="../../../../../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
24+
<div class="blog-post">
25+
26+
<h2>Hello Website</h2>
27+
28+
<p class="meta">
29+
written by
30+
31+
Daniele Varrazzo
32+
33+
on 2019-06-08
34+
</p>
35+
<p>This is an <em>example</em> <strong>blog</strong> <a class="reference external" href="http://example.org">post</a>. Not much here but that's not the point :)</p>
36+
<p>The bug was <a class="reference external" href="https://github.com/psycopg/psycopg2/issues/1">ticket #1</a></p>
37+
38+
</div>
39+
40+
41+
</div>
42+
<footer>
43+
&copy; Copyright 2019 by Daniele Varrazzo.
44+
</footer>
45+
</body>

‎blog/index.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title>Blog — psycopg</title>
5+
<body>
6+
<header>
7+
<h1>psycopg</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Welcome</a></li>
11+
12+
<li class="active"><a href="../blog/">Bloq</a></li>
13+
14+
<li><a href="../projects/">Projects</a></li>
15+
16+
<li><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
24+
25+
<div class="blog-post">
26+
27+
<h2><a href="../blog/2019/06/08/first-post/">Hello Website</a></h2>
28+
29+
<p class="meta">
30+
written by
31+
32+
Daniele Varrazzo
33+
34+
on 2019-06-08
35+
</p>
36+
<p>This is an <em>example</em> <strong>blog</strong> <a class="reference external" href="http://example.org">post</a>. Not much here but that's not the point :)</p>
37+
<p>The bug was <a class="reference external" href="https://github.com/psycopg/psycopg2/issues/1">ticket #1</a></p>
38+
39+
</div>
40+
41+
42+
43+
44+
<div class="pagination">
45+
46+
<span class="disabled">&laquo; Previous</span>
47+
48+
| 1 |
49+
50+
<span class="disabled">Next &raquo;</span>
51+
52+
</div>
53+
54+
55+
</div>
56+
<footer>
57+
&copy; Copyright 2019 by Daniele Varrazzo.
58+
</footer>
59+
</body>

‎feed.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom">
3+
<title type="text">My Blog</title>
4+
<id>urn:uuid:7e96bbc3-d15b-3362-a280-c0f7aa521231</id>
5+
<updated>2019-06-08T00:00:00Z</updated>
6+
<link href="http://psycopg.org/blog/" />
7+
<link href="http://psycopg.org/feed.xml" rel="self" />
8+
<author>
9+
<name></name>
10+
</author>
11+
<generator uri="https://github.com/t73fde/lektor-feed" version="20191006.1">Lektor Feed Plugin</generator>
12+
<entry xml:base="http://psycopg.org/blog/2019/06/08/first-post/">
13+
<title type="text">Hello Website</title>
14+
<id>urn:uuid:5fe36b3a-c316-3c65-84bc-06e43c2357de</id>
15+
<updated>2019-06-08T00:00:00Z</updated>
16+
<link href="http://psycopg.org/blog/2019/06/08/first-post/" />
17+
<author>
18+
<name>Daniele Varrazzo</name>
19+
</author>
20+
<content type="html">&lt;p&gt;This is an &lt;em&gt;example&lt;/em&gt; &lt;strong&gt;blog&lt;/strong&gt; &lt;a class=&quot;reference external&quot; href=&quot;http://example.org&quot;&gt;post&lt;/a&gt;. Not much here but that's not the point :)&lt;/p&gt;
21+
&lt;p&gt;The bug was &lt;a class=&quot;reference external&quot; href=&quot;https://github.com/psycopg/psycopg2/issues/1&quot;&gt;ticket #1&lt;/a&gt;&lt;/p&gt;
22+
</content>
23+
</entry>
24+
</feed>

‎index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="./static/style.css">
4+
<title>Welcome to psycopg! — psycopg</title>
5+
<body>
6+
<header>
7+
<h1>psycopg</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li class="active"><a href="./">Welcome</a></li>
11+
12+
<li><a href="./blog/">Bloq</a></li>
13+
14+
<li><a href="./projects/">Projects</a></li>
15+
16+
<li><a href="./about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>Welcome to psycopg!</h2>
24+
<p>This is a basic demo website that shows how to use Lektor for a basic
25+
website with some pages and a blog.</p>
26+
27+
28+
</div>
29+
<footer>
30+
&copy; Copyright 2019 by Daniele Varrazzo.
31+
</footer>
32+
</body>

‎projects/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title>Projects — psycopg</title>
5+
<body>
6+
<header>
7+
<h1>psycopg</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Welcome</a></li>
11+
12+
<li><a href="../blog/">Bloq</a></li>
13+
14+
<li class="active"><a href="../projects/">Projects</a></li>
15+
16+
<li><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>Projects</h2>
24+
<p>This is a list of the projects:</p>
25+
<ul>
26+
<li>Project 1</li>
27+
<li>Project 2</li>
28+
<li>Project 3</li>
29+
</ul>
30+
31+
32+
</div>
33+
<footer>
34+
&copy; Copyright 2019 by Daniele Varrazzo.
35+
</footer>
36+
</body>

‎static/style.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
body {
2+
font-family: 'Verdana', sans-serif;
3+
margin: 50px 25px;
4+
}
5+
6+
a {
7+
color: #2a99b6;
8+
}
9+
10+
a:hover {
11+
color: #33bbdf;
12+
}
13+
14+
header, footer, div.page {
15+
width: 760px;
16+
margin: 0 auto;
17+
background: #daeef3;
18+
padding: 20px 30px;
19+
}
20+
21+
header h1 {
22+
color: #169bbd;
23+
margin: 0;
24+
font-weight: normal;
25+
font-size: 42px;
26+
}
27+
28+
header nav ul {
29+
list-style: none;
30+
margin: 0;
31+
padding: 0;
32+
}
33+
34+
header nav ul li {
35+
display: inline;
36+
margin: 0 8px 0 0;
37+
padding: 0;
38+
}
39+
40+
header nav ul li.active {
41+
font-weight: bold;
42+
}
43+
44+
div.page {
45+
background: #f1fbfe;
46+
}

0 commit comments

Comments
 (0)
Please sign in to comment.