diff --git a/README.md b/README.md index e7e60a7..00f2acd 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ This is the source code of my personal website, [Rophako](https://github.com/kirsle/rophako). This Git repo only contains templates and design files for the main Kirsle.net -website. My website uses FastCGI (`mod_fcgid`) to serve all the main site pages -(the ones with the "solar" web design), but there are a decently large number -of static files and one-off CGI scripts that get served directly by Apache -instead, for example the `projects/` folder where I keep downloads of my various -software projects, and the `creativity/` and `wizards/` folders. +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). \ No newline at end of file +design file (CSS, JS, and some images).