From 411870b4bdf6057c99bb52fb6254fa545f446038 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 10 Feb 2017 22:14:10 +0000 Subject: [PATCH] Add accounts to about page --- config/social.yml | 6 +++--- content/pages/about.html | 38 +++++++++++++++++++------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/config/social.yml b/config/social.yml index 25d2e5a..adafe70 100644 --- a/config/social.yml +++ b/config/social.yml @@ -49,13 +49,13 @@ accounts: - fa-trello freenode: - - Freenode IRC + - Freenode - TheOrangeOne - https://webchat.freenode.net/ - fa-rss atomio: - - AtomIO Slack + - Atom Slack - TheOrangeOne - https://atomio.slack.com/ - fa-slack @@ -76,7 +76,7 @@ accounts: - npm - TheOrangeOne - https://www.npmjs.com/~{0}/ - - fa-file-code-io + - fa-file-code-o footer_accounts: - github diff --git a/content/pages/about.html b/content/pages/about.html index 1a6c065..0a72404 100644 --- a/content/pages/about.html +++ b/content/pages/about.html @@ -13,35 +13,35 @@ -
+
-

Website

+

Personal Data

- My website is the culmination of all my knowledge, compiled into 1 place. It not only contains all my projects, but is itself is a project. + In the interest of privacy, there's very little personal information here.

- The site is primarily built with Pelican, a static site generator. This allows me to write nice clean, DRY content, and have it come out as clean, minified HTML. -

-

- The Javascript is built using Browserify, and the CSS is built using node-SCSS. Both are run as a build step when pelican builds. + The information that is here is eitther not personal enough to bother protecting, or has been selectively chosen as nothing bad.

-
+
-

Server

+

Accounts

- The website is hosted on part of my dedicated server from SoYouStart, running an Ubuntu Server VM with Dokku installed. + These are all the accounts I run, all to do with various things. Take a look!

-

- The prebuilt static files are served using a custom Express server, to make the site as fast and effective as possible. -

-
-
-
-
-
- View Source +
+
+ {% for key, account in ACCOUNTS.items() %} + + {% endfor %}