Skip to content

kirsle/kirsle.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The web design and pages for my personal website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published