# Launching personal website

DevFeed: [Launching personal website](<https://devfeed.tech/articles/launching-personal-website-33375.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2011/08/27/launching-personal-website>)

Published: 2011-08-27T00:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Website](<https://devfeed.tech/topics/website.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [javascript](<https://devfeed.tech/tags/javascript.md>), [personal](<https://devfeed.tech/tags/personal.md>), [personal-website](<https://devfeed.tech/tags/personal-website.md>), [routing](<https://devfeed.tech/tags/routing.md>)

## AI overview

The author announces a solidified personal website built as a single-page application. Its links use JavaScript routing to load and display new content without navigating to separate pages. The author also describes plans to add image loading through the GData API and integrate GitHub repository and activity listings.

## Source excerpt

I spent some time today and solidified my personal website (http://tkellogg.github.com). I'm pretty excited about this website just because its a great demonstration of single page apps. Each of my main links doesn't actually take you to a different page - it uses a JavaScript routing engine (backbone) to load and display new content.I do have some plans for the site, but there are so many more important things to deal with these days. But if I can get to them I want to start a picasa site and load images into the site using the gdata api (like how I load blog posts now) and also integrate with github to list out my repositories and activity.