Compare commits
99 Commits
c5878696d0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
e90989f04c
|
|||
| 46fa8ccc95 | |||
|
8ce4f5426a
|
|||
|
7c4c9d7b21
|
|||
|
f796c623d9
|
|||
|
0c3381e4d9
|
|||
|
bad0e38698
|
|||
|
f959e47ce5
|
|||
|
df157d6312
|
|||
|
ca02966b35
|
|||
|
5ffa145343
|
|||
|
261e1f1990
|
|||
|
aad8da2b86
|
|||
|
570bd749a2
|
|||
|
bcd517d4d6
|
|||
|
c9bd9bb442
|
|||
|
3933aef775
|
|||
|
806a9006fe
|
|||
|
8149e9ba4c
|
|||
| a6f0c527dd | |||
| 5e9dcec97f | |||
| 769c5b7aa6 | |||
| abde4c30d7 | |||
|
7b520a809b
|
|||
|
60224e233f
|
|||
|
61b0909b54
|
|||
|
8c6a70e534
|
|||
|
f29b577e99
|
|||
|
87fd7795d8
|
|||
|
c3261917ba
|
|||
|
bc7692b5fe
|
|||
| f95bfef436 | |||
| a688befea4 | |||
| 18d859b2ff | |||
| e6645100f7 | |||
| 3773627d41 | |||
| 43d42b271d | |||
| 6ab0f0efea | |||
| 68dd905fb0 | |||
| eeaef77a40 | |||
| f9b0b6d447 | |||
| f692501a8d | |||
| 8e72d230de | |||
| bffbc8b76d | |||
| 85ce38617c | |||
| 9eb5a8518e | |||
| 2fa6b105db | |||
| 185d5a623d | |||
| 7e7773258a | |||
| 6911ce346b | |||
| b6813906b3 | |||
| 9c824aed2a | |||
| 8a8c3155fe | |||
| 5d2292cfb8 | |||
| 99b8c95896 | |||
| 159fb3afda | |||
| e84f09a855 | |||
| 135d8559ef | |||
| 4608327a98 | |||
| 4a5a57eec9 | |||
| 0047512e72 | |||
| 49a87c26a9 | |||
| b6039647bc | |||
| f44a7fa837 | |||
| 24e8698b62 | |||
| 89199f8c71 | |||
| 851b1ee1b2 | |||
| 264d0c6387 | |||
| 14a3c4f843 | |||
| b52b672fd2 | |||
| 118cbe89f8 | |||
| bce089f580 | |||
| d7ff744cc4 | |||
|
8a0fc2e895
|
|||
|
33799a2e74
|
|||
|
9d1dd20990
|
|||
|
24013b1ceb
|
|||
|
293be2cfed
|
|||
|
d2d730f7c5
|
|||
|
4c7b7b479d
|
|||
|
64df2c52e8
|
|||
| 64bb7ff2d5 | |||
| 2073d1094f | |||
| 7d18b8f077 | |||
| 4a52a38415 | |||
| 01c7818803 | |||
| ff598447bc | |||
| aad00e1ea9 | |||
| 05198ec957 | |||
| 804564c896 | |||
| cc2132e811 | |||
| 3167474a4a | |||
| 55db5e1be3 | |||
| 376897b7c0 | |||
| 7656d39010 | |||
| 5416e5ff59 | |||
| 39eed1002e | |||
| ce603dcddd | |||
| c2c4227d5d |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,3 +2,7 @@ _site
|
||||
.sass-cache
|
||||
.jekyll-metadata
|
||||
.jekyll-cache
|
||||
public/
|
||||
node_modules/
|
||||
resources/
|
||||
/.hugo_build.lock
|
||||
|
||||
25
404.html
25
404.html
@@ -1,25 +0,0 @@
|
||||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.container {
|
||||
margin: 10px auto;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>Page not found :(</strong></p>
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
||||
30
Gemfile
30
Gemfile
@@ -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?
|
||||
|
||||
84
Gemfile.lock
84
Gemfile.lock
@@ -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
|
||||
37
_config.yml
37
_config.yml
@@ -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
Reference in New Issue
Block a user