about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-22 12:48:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-22 12:48:09 -0400
commit8f2236070bc52b19c41019c67d895cddb8051769 (patch)
tree29b24d5bf2a928606deec1c526768b3f2099454d
parent3d359a397b282dcc054dec8d5abb60141428d4bb (diff)
downloadfourisland-master.tar.gz
fourisland-master.tar.bz2
fourisland-master.zip
Added a readme HEAD master
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f22610 --- /dev/null +++ b/README.md
@@ -0,0 +1,11 @@
1# fourisland
2
3This is an old version of my personal website, [Four Island](https://www.fourisland.com/). There have been five major revisions of the website:
4
51. **Four Island 1**, which I started working on something like a week before 09/22/07. It was written in PHP. This code does not really exist anymore, as I was not using source control back then, but I have some scraps of it scattered around. Needless to say, it was not very good code, considering the fact that I was 13 years old when I started writing it.
62. **Four Island 2**, which is this repository. It is still PHP, but the website was rewritten from scratch. I don't know when I started working on it, but it was published on [06/12/08](https://www.fourisland.com/blog/the-new-four-island).
73. **Four Island 3**, which was just modded and themed Wordpress (and thus still PHP). It was published [09/22/11](https://www.fourisland.com/blog/four-island-3).
84. **Four Island 4**, which was just Jekyll, and thus not really much code on my part. It was published [04/06/12](https://www.fourisland.com/blog/welcome-to-four-island-4), and then got reverted back to Wordpress sometime before June. Kind of amusing that the fourth major revision of a website called Four Island is the one with the least presence.
95. **Four Island 5**, which is the current website. It is again my own code (the repository is called [thoughts](https://code.fourisland.com/thoughts/)), written from scratch using Ruby on Rails. I began working on it on 06/24/17. It was originally not branded as Four Island, but I later imported all of the old blog posts, redesigned the theme to match one of the Four Island 2 themes, and relaunched it as "Four Island" on [11/13/23](https://www.fourisland.com/blog/goodbye-github).
10
11This repository, Four Island 2, was originally a Mercurial repository, as that was what I preferred when I was a teenager. I converted it to a git repository sometime in college, at which point I'd already stopped actively using the website. This code is here not because it is very good, which it's not, but because I'm proud of the work my teenage self did to run a website for me and my friends.