The web design and pages for my personal website.
 
 
 
 
Go to file
Noah 719766b933 Latest web files check-in 2020-08-11 19:59:33 +00:00
conf Update README and clean up Go branch 2018-01-05 10:28:19 -08:00
www Latest web files check-in 2020-08-11 19:59:33 +00:00
.gitignore Begin porting website to Go templates 2017-11-26 19:43:03 -08:00
README.md Update README and clean up Go branch 2018-01-05 10:28:19 -08:00
settings.yml Update CSS for new blog code 2016-06-03 14:39:58 -07:00

README.md

Kirsle.net

Kirsle

This is the source code of my personal website, Kirsle.net. It runs on top of my Go blog application, kirsle/blog.

This Git repo only contains templates and design files for the main Kirsle.net website. This means only the files that are served directly by the Go CMS (all pages with the "solar" web design) are here; but there are a decently large number of static files and one-off CGI scripts that get served directly by nginx instead. For example the projects/ folder where I keep downloads of my various software projects, and the creativity/ and wizards/ folders.

So, feel free to look around in this repo, but you won't find anything too interesting in here. It's mostly just Go HTML templates, Markdown pages, and the odd web design file (CSS, JS, and some images).

For the version of Kirsle.net that ran on my Python CMS, Rophako, check out the rophako branch of this repo.

Dev Environment Quick Start

# Make sure you have a Go environment set up. Quickly:
export GOPATH="${HOME}/go"
export PATH="${PATH}:${GOPATH}/bin"

# Install my Go blog
go get github.com/kirsle/blog/...

# Run it on the kirsle.net www folder.
blog ./www