The web design and pages for my personal website.
 
 
 
 
Go to file
Noah f17efbe218 Various tweaks 2017-12-24 03:39:47 +00:00
www Various tweaks 2017-12-24 03:39:47 +00:00
.gitignore Begin porting website to Go templates 2017-11-26 19:43:03 -08:00
README.md Add bootstrap script for fast dev environment setup 2016-06-03 12:23:30 -07:00
apache.conf Add Apache configuration for kirsle.net 2015-02-24 04:38:50 +00:00
bootstrap.py Add bootstrap script for fast dev environment setup 2016-06-03 12:23:30 -07:00
kirsle_legacy.py Add bootstrap script for fast dev environment setup 2016-06-03 12:23:30 -07:00
nginx.conf Add example nginx config 2016-02-10 22:20:02 +00: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 Python CMS called Rophako.

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 Python 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 Jinja2 HTML templates and the odd web design file (CSS, JS, and some images).

Dev Environment Quick Start

Run bootstrap.py to automatically clone and configure the Rophako CMS to run a local dev instance of Kirsle.net.