From 0f5d377102f091a673eff3a876bc92aa6918f10b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 7 Aug 2016 22:21:08 +0100 Subject: [PATCH] add links to about page --- content/pages/about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/pages/about.html b/content/pages/about.html index 85428f1..d280c3a 100644 --- a/content/pages/about.html +++ b/content/pages/about.html @@ -37,10 +37,10 @@ My website is the culmination of all my knowledge, compiled into 1 place. It not only contains all my projects, but it in itself is a project. Making sure this website works properly is a tall order, especially considering it's self hosted.

- The site is primarily powered by Pelican, a static site generator. This converts markdown and HTML templates into static HTML files. The templates are generated using Jinja2, a templating language similar to Django's. This allows me to write nice clean, DRY content, and have it come out as clean HTML. + The site is primarily powered by Pelican, a static site generator. This converts markdown and HTML templates into static HTML files. The templates are generated using Jinja2, a templating language similar to Django's. This allows me to write nice clean, DRY content, and have it come out as clean HTML.

- The static content (JS, CSS etc) is built using a custom build pipeline. The Javascript is built and compiled using Babel and Browserify, and the CSS is written using node-SCSS as a pre-processor. + The static content (JS, CSS etc) is built using a custom build pipeline. The Javascript is built and compiled using Babel and Browserify, and the CSS is written using node-SCSS as a pre-processor.

@@ -48,10 +48,10 @@

The Server

- The website is hosted on my UK VPS. Previous versions have been hosted on 1&1 and MyWindowsHosting. + The website is hosted on my UK VPS. Previous versions have been hosted on 1&1 and MyWindowsHosting.

- The static files are served using a custom Express server, which allows me to auto-deploy the site from my CI. This is then served using a custom, closed-source reverse proxy, which makes local development and domain switching much easier. This is pointed to by NGINX, which actually serves port 80. + The static files are served using a custom Express server, which allows me to auto-deploy the site from my CI. This is then served using a custom, closed-source reverse proxy, which makes local development and domain switching much easier. This is pointed to by NGINX, which actually serves port 80.