Compare commits

...

22 Commits

Author SHA1 Message Date
7d18b8f077 Better background image for Technical 2020-07-15 11:12:43 +01:00
4a52a38415 Minor stuff 2020-07-14 23:27:04 +01:00
01c7818803 CSSing, baseof stuff 2020-07-14 22:36:04 +01:00
ff598447bc Various 2020-07-14 20:12:01 +01:00
aad00e1ea9 Tags 2020-07-14 20:08:01 +01:00
05198ec957 Hugo blogpost 2020-07-14 20:00:36 +01:00
804564c896 Mmmm antispam
Explodes if it contacts regular spam...
2020-07-14 19:48:40 +01:00
cc2132e811 Fix up the blog section
Mm unsafety
2020-07-14 19:44:26 +01:00
3167474a4a Update Now Page 2020-07-14 19:17:52 +01:00
55db5e1be3 Main content now mostly working again 2020-07-14 19:12:24 +01:00
376897b7c0 Misc stuff, about page works 2020-07-14 18:51:03 +01:00
7656d39010 Social links 2020-07-14 18:04:37 +01:00
5416e5ff59 Landing page pretty much done 2020-07-14 12:37:57 +01:00
39eed1002e Landing page nearly working 2020-07-14 12:20:55 +01:00
ce603dcddd Main page fuckery 2020-07-14 12:05:32 +01:00
c2c4227d5d Initial Hugo port 2020-07-14 11:49:41 +01:00
c5878696d0 Init Technical 2020-06-05 14:56:16 +01:00
1dffceefa2 Blog Post - "Technology Won't Save Us" 2020-06-05 14:17:18 +01:00
c394a57f7f Initial work at manual cleanup of Medium posts 2020-06-05 13:37:07 +01:00
6b37edef91 Init writing page 2020-06-05 12:49:28 +01:00
c0196bd82b More dev page work 2020-04-23 17:57:42 +01:00
1a6917ae47 Start of development page 2020-04-23 17:35:28 +01:00
607 changed files with 526 additions and 404 deletions

2
CNAME
View File

@@ -1 +1 @@
freneticscribblings.com
www.aronajones.com

30
Gemfile
View File

@@ -1,30 +0,0 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.0.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

View File

@@ -1,84 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.12.2)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jekyll (4.0.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.1.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.4)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.18.0)
safe_yaml (1.0.5)
sassc (2.3.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.7.0)
wdm (0.1.1)
PLATFORMS
ruby
DEPENDENCIES
jekyll (~> 4.0.0)
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
BUNDLED WITH
2.1.4

View File

@@ -1,37 +0,0 @@
title: Arona Jones
email: aj@aronajones.com
description: >-
Portfolio of Arona Jones, a Swiss-born British Developer, Writer and Stage Technician.
baseurl: ""
url: "https://aronajones.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: aronajones_
github_username: FreneticScribbler
minima:
skin: dark
# Build settings
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

Some files were not shown because too many files have changed in this diff Show More