Skip to content

Commit 8ab78e8

Browse files
committed
removing extraneous files and changing make file to be more efficient
1 parent 7229596 commit 8ab78e8

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

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>2014-03-30T12:58:26Z</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>2014-03-30T14:51:39Z</updated></feed>

source/Makefile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
run:
2-
mkdir ./output
3-
cp -R static-html/* output/
4-
pelican -t theme -s settings.py content
5-
cp output/pages/* output/
6-
rm -rf output/pages/
7-
cp -R output/* ..
8-
rm -rf output/
2+
cp -R static-html/* ..
3+
pelican -t theme -s settings.py -o .. content
4+
cp ../pages/* ../
5+
rm -rf ../pages/
96

107
init:
118
pip install -r requirements.txt
-10.4 KB
Binary file not shown.
-195 KB
Binary file not shown.

theme/img/wsgi-server-browser.jpg

-146 KB
Binary file not shown.

theme/img/wsgi-server-browser.png

-267 KB
Binary file not shown.

0 commit comments

Comments
 (0)