Skip to content

Commit 404c338

Browse files
committed
Updating CNAME.
1 parent df2c323 commit 404c338

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

404.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>Page not found.</title>
4+
</head>
5+
<body>
6+
Sorry, that page could not be found. <a href="/">Return to main.</a>
7+
</body>
8+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.fullstackpython.com

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
Code for statically generated site
2-
[Full Stack Python](http://www.fullstackpython.com) hosted on
3-
Github pages.
1+
Statically hosted website for
2+
[Full Stack Python](http://www.fullstackpython.com/).

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2012-12-23T14:35:36Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2012-12-23T14:56:38Z</updated></feed>

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow:

source/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run:
33
mkdir ./output
44
mkdir ./output/static/
55
cp -R theme/static/css theme/static/js theme/static/img output/
6-
cp -R static-html/* output/static/
6+
cp -R static-html/* output/
77
pelican -t theme -s settings.py content
88
cp -R output/* ..
99
rm -rf output/

0 commit comments

Comments
 (0)