31 lines
2.5 KiB
HTML
31 lines
2.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang='en'><head><meta charset='utf-8' /><meta name='pinterest' content='nopin' /><link href='../../../../static/css/style.css' rel='stylesheet' type='text/css' /><link href='../../../../static/css/print.css' rel='stylesheet' type='text/css' media='print' /><title>Site Redesign / Steve Losh</title></head><body><header><a id='logo' href='https://stevelosh.com/'>Steve Losh</a><nav><a href='../../../index.html'>Blog</a> - <a href='https://stevelosh.com/projects/'>Projects</a> - <a href='https://stevelosh.com/photography/'>Photography</a> - <a href='https://stevelosh.com/links/'>Links</a> - <a href='https://stevelosh.com/rss.xml'>Feed</a></nav></header><hr class='main-separator' /><main id='page-blog-entry'><article><h1><a href='index.html'>Site Redesign</a></h1><p class='date'>Posted on January 11th, 2009.</p><p>Well, I've redesigned the site again. This time it's all me. I built the site
|
||
|
from the ground up with <a href="http://djangoproject.com/">Django</a> and <a href="http://python.org/">Python</a>. Why? Several reasons:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>I already pay for hosting at <a href="http://www.webfaction.com/">WebFaction</a> for other sites so also paying
|
||
|
<a href="http://www.squarespace.com/">Squarespace</a> for my personal one was too wasteful.</li>
|
||
|
<li>I wanted to practice designing another site with <a href="http://djangoproject.com/">Django</a>.</li>
|
||
|
<li>I wanted more flexibility than <a href="http://www.squarespace.com/">Squarespace</a> supports and I'm not afraid
|
||
|
to get my hands dirty with code.</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>If you want to know more about how I created the site, check out the site's
|
||
|
<a href="https://stevelosh.com/projects/stevelosh-com">project page</a>.</p>
|
||
|
|
||
|
<h2>Moving over</h2>
|
||
|
|
||
|
<p>I've tried to make transitioning to the new site as easy as possible. For
|
||
|
example, I set up the urls so that links to the entries on the old blog will
|
||
|
redirect to entries on the new one if they exist.</p>
|
||
|
|
||
|
<h2>Coming soon</h2>
|
||
|
|
||
|
<p>I'm going to work on porting over more of the old blog entries in the next day
|
||
|
or two. I don't want to bring them all over; just the best ones.</p>
|
||
|
|
||
|
<p>I'm also going to implement an RSS feed that will encompass projects and blog
|
||
|
entries.</p>
|
||
|
|
||
|
<p>Let me know what you think!</p>
|
||
|
</article></main><hr class='main-separator' /><footer><nav><a href='https://github.com/sjl/'>GitHub</a> ・ <a href='https://twitter.com/stevelosh/'>Twitter</a> ・ <a href='https://instagram.com/thirtytwobirds/'>Instagram</a> ・ <a href='https://hg.stevelosh.com/.plan/'>.plan</a></nav></footer></body></html>
|