From 520a5aa7f03592ecf56812be99d1572eb96498ee Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 22 Apr 2020 03:13:17 +0100 Subject: [PATCH] Reinit site for Nth Time --- ...40b622142f1c98125abcfe89a76a661b0e8e343910 | 1 + ...1d994f2905bb71714e6a271f511d713b539ea5faa1 | 2 + ...140a3108de5d9cc0d56c431371cd202e8e50ec96ce | 2 + ...2e6dfbf4934329e2f03a9174070b70d0883886b435 | 11 + ...644c02dc1765220435c5afc43641ea8ae770a61c01 | 2 + ...243b9c3bcb930892a05977cdc36c8f5e36f4599f7b | 2 + ...704e6eda46d55fd5fb8544730cf3cf5e20868f8077 | 2 + ...c8996fb92427ae41e4649b934ca495991b7852b855 | 2 + ...17e5adadbec81ea5bdf85fcbe33c874d8aafdac3cd | 2 + ...5970b3a49cf9b4f3d7015485506ccda914caf9c5b9 | 19 ++ 404.html | 1 + Gemfile | 14 +- Gemfile.lock | 250 +++--------------- _config.yml | 43 ++- _drafts/oldblood.md | 17 -- _includes/dot-accent.html | 3 - _includes/dot.html | 3 - _includes/dribbble.html | 5 - _includes/footer.html | 13 - _includes/github.html | 4 - _includes/head.html | 18 -- _includes/header.html | 20 -- _includes/instagram.html | 18 -- _includes/medium.html | 9 - _includes/post_block.html | 8 - _includes/previous-next.html | 21 -- _includes/previous-next_has-categories.html | 39 --- _includes/twitter.html | 9 - _layouts/category-post.html | 18 -- _layouts/category_index.html | 13 - _layouts/default.html | 18 -- _layouts/home.html | 69 ----- _layouts/page.html | 13 - _layouts/post.html | 18 -- _posts/2018-09-21-wildrose.md | 20 -- _posts/2020-04-22-welcome-to-jekyll.markdown | 29 ++ _sass/_base.scss | 62 ----- _sass/_components.scss | 139 ---------- _sass/_utilities.scss | 182 ------------- _sass/_variables.scss | 35 --- about.markdown | 18 ++ about.md | 7 - index.markdown | 6 + index.md | 2 - main.scss | 33 --- now.md | 8 - rafts/404.html | 110 -------- rafts/about/index.html | 101 ------- rafts/assets/style.css | 238 ----------------- rafts/feed.xml | 14 - rafts/index.html | 147 ---------- rafts/index.md | 2 - rafts/now/index.html | 103 -------- rafts/poetic/2018/09/21/wildrose.html | 124 --------- 54 files changed, 161 insertions(+), 1908 deletions(-) create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4e/fca0d10c5feb8e9b35eb1d994f2905bb71714e6a271f511d713b539ea5faa1 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/4efe821ab0f954010199140a3108de5d9cc0d56c431371cd202e8e50ec96ce create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/63/7e252fa8460c2278df772e6dfbf4934329e2f03a9174070b70d0883886b435 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/64/415bb89c72690689066a644c02dc1765220435c5afc43641ea8ae770a61c01 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ca/b8b278c7e75237af7ad8243b9c3bcb930892a05977cdc36c8f5e36f4599f7b create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e1/3a53c3059a1025524285704e6eda46d55fd5fb8544730cf3cf5e20868f8077 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ea/5c8f59f69a6401e699ea17e5adadbec81ea5bdf85fcbe33c874d8aafdac3cd create mode 100644 .jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fd/aa4200cef2544ec568b25970b3a49cf9b4f3d7015485506ccda914caf9c5b9 delete mode 100644 _drafts/oldblood.md delete mode 100644 _includes/dot-accent.html delete mode 100644 _includes/dot.html delete mode 100644 _includes/dribbble.html delete mode 100644 _includes/footer.html delete mode 100644 _includes/github.html delete mode 100644 _includes/head.html delete mode 100644 _includes/header.html delete mode 100644 _includes/instagram.html delete mode 100644 _includes/medium.html delete mode 100644 _includes/post_block.html delete mode 100644 _includes/previous-next.html delete mode 100644 _includes/previous-next_has-categories.html delete mode 100644 _includes/twitter.html delete mode 100644 _layouts/category-post.html delete mode 100644 _layouts/category_index.html delete mode 100644 _layouts/default.html delete mode 100644 _layouts/home.html delete mode 100644 _layouts/page.html delete mode 100644 _layouts/post.html delete mode 100644 _posts/2018-09-21-wildrose.md create mode 100644 _posts/2020-04-22-welcome-to-jekyll.markdown delete mode 100644 _sass/_base.scss delete mode 100644 _sass/_components.scss delete mode 100644 _sass/_utilities.scss delete mode 100644 _sass/_variables.scss create mode 100644 about.markdown delete mode 100644 about.md create mode 100644 index.markdown delete mode 100644 index.md delete mode 100644 main.scss delete mode 100644 now.md delete mode 100644 rafts/404.html delete mode 100644 rafts/about/index.html delete mode 100644 rafts/assets/style.css delete mode 100644 rafts/feed.xml delete mode 100644 rafts/index.html delete mode 100644 rafts/index.md delete mode 100644 rafts/now/index.html delete mode 100644 rafts/poetic/2018/09/21/wildrose.html diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 new file mode 100644 index 0000000..492d715 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910 @@ -0,0 +1 @@ +I"Ť{"source"=>"/home/arona/Documents/Github/warlordjones.github.io", "destination"=>"/home/arona/Documents/Github/warlordjones.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>"", "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>"1..6", "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:guess_lang=>true}, "coderay"=>{}}, "title"=>"Arona Jones", "email"=>"aj@aronajones.com", "description"=>"The personal website, blog and portfolio of Arona Jones, the Frenetic Scribbler", "url"=>"http://localhost:4000", "twitter_username"=>"aronajones_", "github_username"=>"FreneticScribbler", "theme"=>"minima", "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4e/fca0d10c5feb8e9b35eb1d994f2905bb71714e6a271f511d713b539ea5faa1 b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4e/fca0d10c5feb8e9b35eb1d994f2905bb71714e6a271f511d713b539ea5faa1 new file mode 100644 index 0000000..2fe7794 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/4e/fca0d10c5feb8e9b35eb1d994f2905bb71714e6a271f511d713b539ea5faa1 @@ -0,0 +1,2 @@ +I"

About

+:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/4efe821ab0f954010199140a3108de5d9cc0d56c431371cd202e8e50ec96ce b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/4efe821ab0f954010199140a3108de5d9cc0d56c431371cd202e8e50ec96ce new file mode 100644 index 0000000..89fc003 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/5e/4efe821ab0f954010199140a3108de5d9cc0d56c431371cd202e8e50ec96ce @@ -0,0 +1,2 @@ +I"\

The personal website, blog and portfolio of Arona Jones, the Frenetic Scribbler

+:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/63/7e252fa8460c2278df772e6dfbf4934329e2f03a9174070b70d0883886b435 b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/63/7e252fa8460c2278df772e6dfbf4934329e2f03a9174070b70d0883886b435 new file mode 100644 index 0000000..0959dd7 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/63/7e252fa8460c2278df772e6dfbf4934329e2f03a9174070b70d0883886b435 @@ -0,0 +1,11 @@ +I" 

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at jekyllrb.com

+ +

You can find the source code for Minima at GitHub: +jekyll / +minima

+ +

You can find the source code for Jekyll at GitHub: +jekyll / +jekyll

+ +:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/64/415bb89c72690689066a644c02dc1765220435c5afc43641ea8ae770a61c01 b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/64/415bb89c72690689066a644c02dc1765220435c5afc43641ea8ae770a61c01 new file mode 100644 index 0000000..5f83e34 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/64/415bb89c72690689066a644c02dc1765220435c5afc43641ea8ae770a61c01 @@ -0,0 +1,2 @@ +I"

Welcome to Jekyll!

+:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ca/b8b278c7e75237af7ad8243b9c3bcb930892a05977cdc36c8f5e36f4599f7b b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ca/b8b278c7e75237af7ad8243b9c3bcb930892a05977cdc36c8f5e36f4599f7b new file mode 100644 index 0000000..5a8e016 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ca/b8b278c7e75237af7ad8243b9c3bcb930892a05977cdc36c8f5e36f4599f7b @@ -0,0 +1,2 @@ +I"{

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

+:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e1/3a53c3059a1025524285704e6eda46d55fd5fb8544730cf3cf5e20868f8077 b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e1/3a53c3059a1025524285704e6eda46d55fd5fb8544730cf3cf5e20868f8077 new file mode 100644 index 0000000..95ed712 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e1/3a53c3059a1025524285704e6eda46d55fd5fb8544730cf3cf5e20868f8077 @@ -0,0 +1,2 @@ +I"

Arona Jones

+:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 new file mode 100644 index 0000000..e135808 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/e3/b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 @@ -0,0 +1,2 @@ +I" +:EF \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ea/5c8f59f69a6401e699ea17e5adadbec81ea5bdf85fcbe33c874d8aafdac3cd b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ea/5c8f59f69a6401e699ea17e5adadbec81ea5bdf85fcbe33c874d8aafdac3cd new file mode 100644 index 0000000..5a8e016 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ea/5c8f59f69a6401e699ea17e5adadbec81ea5bdf85fcbe33c874d8aafdac3cd @@ -0,0 +1,2 @@ +I"{

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

+:ET \ No newline at end of file diff --git a/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fd/aa4200cef2544ec568b25970b3a49cf9b4f3d7015485506ccda914caf9c5b9 b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fd/aa4200cef2544ec568b25970b3a49cf9b4f3d7015485506ccda914caf9c5b9 new file mode 100644 index 0000000..94c9c22 --- /dev/null +++ b/.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/fd/aa4200cef2544ec568b25970b3a49cf9b4f3d7015485506ccda914caf9c5b9 @@ -0,0 +1,19 @@ +I"´

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.

+ +

Jekyll requires blog post files to be named according to the following format:

+ +

YEAR-MONTH-DAY-title.MARKUP

+ +

Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.

+ +

Jekyll also offers powerful support for code snippets:

+ +
def print_hi(name)
+  puts "Hi, #{name}"
+end
+print_hi('Tom')
+#=> prints 'Hi, Tom' to STDOUT.
+ +

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

+ +:ET \ No newline at end of file diff --git a/404.html b/404.html index c472b4e..086a5c9 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,5 @@ --- +permalink: /404.html layout: default --- diff --git a/Gemfile b/Gemfile index b9e37e9..8e7ddbe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,4 @@ 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: @@ -8,21 +7,18 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 3.7.3" - +gem "jekyll", "~> 4.0.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "github-pages", group: :jekyll_plugins - +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.6" + gem "jekyll-feed", "~> 0.12" end -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# 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" @@ -30,5 +26,5 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? +gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index c3a8004..248f600 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,256 +1,84 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.11.1) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - commonmarker (0.17.13) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.5) - dnsruby (1.61.2) - addressable (~> 2.5) + concurrent-ruby (1.1.6) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) eventmachine (1.2.7) - execjs (2.7.0) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - ffi (1.11.1) + ffi (1.12.2) forwardable-extended (2.6.0) - gemoji (3.0.1) - github-pages (197) - activesupport (= 4.2.10) - github-pages-health-check (= 1.16.1) - jekyll (= 3.7.4) - jekyll-avatar (= 0.6.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.1.5) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.11.0) - jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.12.1) - jekyll-mentions (= 1.4.1) - jekyll-optional-front-matter (= 0.3.0) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.2.0) - jekyll-redirect-from (= 0.14.0) - jekyll-relative-links (= 0.6.0) - jekyll-remote-theme (= 0.3.1) - jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.5.0) - jekyll-sitemap (= 1.2.0) - jekyll-swiss (= 0.4.0) - jekyll-theme-architect (= 0.1.1) - jekyll-theme-cayman (= 0.1.1) - jekyll-theme-dinky (= 0.1.1) - jekyll-theme-hacker (= 0.1.1) - jekyll-theme-leap-day (= 0.1.1) - jekyll-theme-merlot (= 0.1.1) - jekyll-theme-midnight (= 0.1.1) - jekyll-theme-minimal (= 0.1.1) - jekyll-theme-modernist (= 0.1.1) - jekyll-theme-primer (= 0.5.3) - jekyll-theme-slate (= 0.1.1) - jekyll-theme-tactile (= 0.1.1) - jekyll-theme-time-machine (= 0.1.1) - jekyll-titles-from-headings (= 0.5.1) - jemoji (= 0.10.2) - kramdown (= 1.17.0) - liquid (= 4.0.0) - listen (= 3.1.5) - mercenary (~> 0.3) - minima (= 2.5.0) - nokogiri (>= 1.8.5, < 2.0) - rouge (= 2.2.1) - terminal-table (~> 1.4) - github-pages-health-check (1.16.1) - addressable (~> 2.3) - dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (~> 3.0) - typhoeus (~> 1.3) - html-pipeline (2.11.1) - activesupport (>= 2) - nokogiri (>= 1.4) http_parser.rb (0.6.0) - i18n (0.9.5) + i18n (1.8.2) concurrent-ruby (~> 1.0) - jekyll (3.7.4) + jekyll (4.0.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) + i18n (>= 0.9.5, < 2) + jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) - kramdown (~> 1.14) + kramdown (~> 2.1) + kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (~> 3.0) safe_yaml (~> 1.0) - jekyll-avatar (0.6.0) - jekyll (~> 3.0) - jekyll-coffeescript (1.1.1) - coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.3.1) - commonmarker (~> 0.14) + terminal-table (~> 1.8) + jekyll-feed (0.13.0) jekyll (>= 3.7, < 5.0) - jekyll-commonmark-ghpages (0.1.5) - commonmarker (~> 0.17.6) - jekyll-commonmark (~> 1) - rouge (~> 2) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.11.0) - jekyll (~> 3.3) - jekyll-gist (1.5.0) - octokit (~> 4.2) - jekyll-github-metadata (2.12.1) - jekyll (~> 3.4) - octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.4.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-optional-front-matter (0.3.0) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-readme-index (0.2.0) - jekyll (~> 3.0) - jekyll-redirect-from (0.14.0) - jekyll (~> 3.3) - jekyll-relative-links (0.6.0) - jekyll (~> 3.3) - jekyll-remote-theme (0.3.1) - jekyll (~> 3.5) - rubyzip (>= 1.2.1, < 3.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) - jekyll-sitemap (1.2.0) - jekyll (~> 3.3) - jekyll-swiss (0.4.0) - jekyll-theme-architect (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.5.3) - jekyll (~> 3.5) - jekyll-github-metadata (~> 2.9) - jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-titles-from-headings (0.5.1) - jekyll (~> 3.3) + 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) - jemoji (0.10.2) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (~> 3.0) - kramdown (1.17.0) - liquid (4.0.0) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + 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) - mini_portile2 (2.4.0) - minima (2.5.0) - jekyll (~> 3.5) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.11.3) - multipart-post (2.1.1) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) - octokit (4.14.0) - sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.1.1) + public_suffix (4.0.4) rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rb-inotify (0.10.1) ffi (~> 1.0) - rouge (2.2.1) - ruby-enum (0.7.2) - i18n - ruby_dep (1.5.0) - rubyzip (2.2.0) + rouge (3.18.0) safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) - addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + 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) - typhoeus (1.3.1) - ethon (>= 0.9.0) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) - tzinfo-data (1.2019.2) + tzinfo-data (1.2019.3) tzinfo (>= 1.0.0) - unicode-display_width (1.6.0) + unicode-display_width (1.7.0) wdm (0.1.1) PLATFORMS ruby DEPENDENCIES - github-pages - jekyll (~> 3.7.3) - jekyll-feed (~> 0.6) + jekyll (~> 4.0.0) + jekyll-feed (~> 0.12) + minima (~> 2.5) tzinfo (~> 1.2) tzinfo-data - wdm (~> 0.1.0) + wdm (~> 0.1.1) BUNDLED WITH - 2.0.2 + 2.1.4 diff --git a/_config.yml b/_config.yml index bcd6cb2..3d8bd57 100644 --- a/_config.yml +++ b/_config.yml @@ -1,39 +1,32 @@ -# Welcome to Jekyll! -# -# This config file is meant for settings that affect your whole blog, values -# which you are expected to set up once and rarely edit after that. If you find -# yourself editing this file very often, consider using Jekyll's data files -# feature for the data you need to update frequently. -# -# For technical reasons, this file is *NOT* reloaded automatically when you use -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. - -# Site settings -# These are used to personalize your new site. If you look in the HTML files, -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. -# You can create any custom variable you would like, and they will be accessible -# in the templates via {{ site.myvariable }}. -title: Frenetic Scribblings -email: freneticscribbler@aronajones.com -description: >- # this means to ignore newlines until "baseurl:" - -baseurl: "" # the subpath of your site, e.g. /blog -url: "https://freneticscribblings.com" # the base hostname & protocol for your site, e.g. http://example.com +title: Arona Jones +email: aj@aronajones.com +description: >- + The personal website, blog and portfolio of Arona Jones, the Frenetic Scribbler +baseurl: "" +url: "https://www.aronajones.com" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: aronajones_ github_username: FreneticScribbler # Build settings -markdown: kramdown +theme: minima plugins: - jekyll-feed # Exclude from processing. -# The following items will not be processed, by default. Create a custom list -# to override the default setting. +# 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 +# - node_modules/ # - vendor/bundle/ # - vendor/cache/ # - vendor/gems/ diff --git a/_drafts/oldblood.md b/_drafts/oldblood.md deleted file mode 100644 index 25f56f2..0000000 --- a/_drafts/oldblood.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: post -title: "Dark in the way old blood is dark" -date: 2019-09-17 00:00:00 +0100 -categories: fiction ---- -# A study, of black sand wasteland -The landscape was dark in a way that managed to be lazy about its oppressiveness. Dark in the way old dried blood is dark. The murk encroached on the senses, instead of just laying passive like shadow should. - -Black sand lay lifeless under a inky sky brimming with stars other than our own. Of course sand is always lifeless, so why did the word lifeless seem so eager to describe these dunes? Perhaps they had not always been this dead, this absent. - -Either way, the sand glittered under the fierce starlight, sending it fragmenting away wherever it hit. Everything here was destruction. - -As if to prove the point, detritus of a thousand battles littered the twisted landscape. Clusters of rust-rotten swords were jabbed into the sand like a mimicry of grasses. Other weaponry from all across the ages was scattered haphazard. Indeed, the only interruption to the rolling dunes from horizon to horizon was the half-buried hulk of a wrecked tank. - -Nothing looked like it had died here but this was nevertheless a land of death. It was a land of destruction, and the evidence was all around. No wind stirred the grains and the wreckage. -This place had seen battle once, but now it was just a huge graveyard. The whole land a marker, a totem to battles gone. diff --git a/_includes/dot-accent.html b/_includes/dot-accent.html deleted file mode 100644 index c329351..0000000 --- a/_includes/dot-accent.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/_includes/dot.html b/_includes/dot.html deleted file mode 100644 index 3c0cfca..0000000 --- a/_includes/dot.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/_includes/dribbble.html b/_includes/dribbble.html deleted file mode 100644 index fabf932..0000000 --- a/_includes/dribbble.html +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 707950b..0000000 --- a/_includes/footer.html +++ /dev/null @@ -1,13 +0,0 @@ -
-
-

This project is maintained by {{ site.github_username }}

-
    -
  • - -
  • -
  • - Star -
  • -
-
-
diff --git a/_includes/github.html b/_includes/github.html deleted file mode 100644 index 5398249..0000000 --- a/_includes/github.html +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 5b5b116..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - - - {% assign user_url = site.url | append: site.baseurl %} - {% assign full_base_url = user_url | default: site.github.url %} - - - - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 4dbfeb8..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,20 +0,0 @@ -
- -
- -
-
diff --git a/_includes/instagram.html b/_includes/instagram.html deleted file mode 100644 index 530a050..0000000 --- a/_includes/instagram.html +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/_includes/medium.html b/_includes/medium.html deleted file mode 100644 index 05a6bc4..0000000 --- a/_includes/medium.html +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/_includes/post_block.html b/_includes/post_block.html deleted file mode 100644 index 7f6ed43..0000000 --- a/_includes/post_block.html +++ /dev/null @@ -1,8 +0,0 @@ - -
- {{ post.date | date: "%b %-d, %Y" }} -

- {{ post.title }} -

-

{{ post.content | strip_html | truncatewords:30 }}

-
diff --git a/_includes/previous-next.html b/_includes/previous-next.html deleted file mode 100644 index 3ac67a4..0000000 --- a/_includes/previous-next.html +++ /dev/null @@ -1,21 +0,0 @@ - -{% assign user_url = site.url | append: site.baseurl %} -{% assign full_base_url = user_url | default: site.github.url %} -{% if page.previous.url %} -
- - Previous - -

{{ page.previous.content | strip_html | truncatewords:20 }}

-
-
- {% endif %} - {% if page.next.url %} -
- - Next - -

{{ page.next.content | strip_html | truncatewords:20 }}

-
-
-{% endif %} diff --git a/_includes/previous-next_has-categories.html b/_includes/previous-next_has-categories.html deleted file mode 100644 index 55bd883..0000000 --- a/_includes/previous-next_has-categories.html +++ /dev/null @@ -1,39 +0,0 @@ - -{% if page.categories %} - {% assign category = page.categories[0] %} - {% assign posts = site.categories[category] %} - {% for post in posts %} - {% if post.url == page.url %} - {% assign post_index0 = forloop.index0 %} - {% assign post_index1 = forloop.index %} - {% endif %} - {% endfor %} - {% for post in posts %} - {% if post_index0 == forloop.index %} - {% assign next_post = post %} - {% endif %} - {% if post_index1 == forloop.index0 %} - {% assign prev_post = post %} - {% endif %} - {% endfor %} -{% endif %} -{% assign user_url = site.url | append: site.baseurl %} -{% assign full_base_url = user_url | default: site.github.url %} -{% if prev_post %} -
- - Previous - -

{{ page.previous.content | strip_html | truncatewords:20 }}

-
-
-{% endif %} -{% if next_post %} -
- - Next - -

{{ page.next.content | strip_html | truncatewords:20 }}

-
-
-{% endif %} diff --git a/_includes/twitter.html b/_includes/twitter.html deleted file mode 100644 index defca53..0000000 --- a/_includes/twitter.html +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/_layouts/category-post.html b/_layouts/category-post.html deleted file mode 100644 index 550e761..0000000 --- a/_layouts/category-post.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default ---- -
-

{{ page.title }}

-
-

-
- -
- {{ content }} -
- -
- -
- {% include previous-next_has-categories.html %} -
diff --git a/_layouts/category_index.html b/_layouts/category_index.html deleted file mode 100644 index 3e1ee61..0000000 --- a/_layouts/category_index.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: page ---- - -{% if page.category_name %} - {% assign category_name = page.category_name %} -{% endif %} - -
- {% for post in site.categories[category_name] %} - {% include post_block.html %} - {% endfor %} -
diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 4176004..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - {% include head.html %} - - - - {% include header.html %} - -
- {{ content }} -
- - {% include footer.html %} - - - - diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 141be67..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - {% include head.html %} - - - -
- -
- -
-
    - {% for my_page in site.pages %} - {% if my_page.title %} -
  • - {{ my_page.title }} -
  • - {% endif %} - {% endfor %} -
-
- -
-

{{ site.title }}

- -
-
-
-
- {% include dot-accent.html %} -
-
- {% include dot-accent.html %} -
-
- {% include github.html %} -
-
- -

{{ site.description }}

-
- -
-
- {% include dot.html %} -
-
- {% include {{ site.social_link | default: "twitter" }}.html %} -
-
-
- -
-
- -
- {% for post in site.posts %} - {% include post_block.html %} - {% endfor %} -
- -
- - {% include footer.html %} - - - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index a488210..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: default ---- -
-
-

{{ page.title }}

-
-
-
-
- {{ content }} -
-
diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 0305591..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default ---- -
-

{{ page.title }}

-
-

-
- -
- {{ content }} -
- -
- -
- {% include previous-next.html %} -
diff --git a/_posts/2018-09-21-wildrose.md b/_posts/2018-09-21-wildrose.md deleted file mode 100644 index 85941a4..0000000 --- a/_posts/2018-09-21-wildrose.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: post -title: "Wild Rose" -date: 2018-09-21 00:00:00 +0100 -categories: poetic ---- -Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it. - -Wild roses wear crowns of thorns. -They are beautiful and dangerous. - -Wild roses are hardy, enduring plants. -They are strong and tenacious. - -Wild roses are the brightflowers among sprawling tangles of thorns. -They shine bright against the Dark. - -Soft petals, strong thorns. Soft heart, strong will. You are my wild rose. - -🌹 diff --git a/_posts/2020-04-22-welcome-to-jekyll.markdown b/_posts/2020-04-22-welcome-to-jekyll.markdown new file mode 100644 index 0000000..6ed9ac3 --- /dev/null +++ b/_posts/2020-04-22-welcome-to-jekyll.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2020-04-22 03:00:52 +0100 +categories: jekyll update +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +Jekyll requires blog post files to be named according to the following format: + +`YEAR-MONTH-DAY-title.MARKUP` + +Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/_sass/_base.scss b/_sass/_base.scss deleted file mode 100644 index b88e4cd..0000000 --- a/_sass/_base.scss +++ /dev/null @@ -1,62 +0,0 @@ -/** - * Reset some basic elements -*/ - -* { - box-sizing: border-box !important; - margin: 0; } - -input, -select, -textarea, -button { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - - -body, h1, h2, h3, h4, h5, h6, -p, blockquote, pre, hr, -dl, dd, ol, ul, figure { - margin: 0; - padding: 0; -} - - -/** - * Basic styling - */ -body { - font-family: $body-font-family; - font-size: $body-font-size; - line-height: 1.5; - color: $color-body-text; - background-color: #fff; -} - -p { - margin-top: 0; - margin-bottom: 0.5em; -} - -h1, h2, h3, h4, h5, h6 { - margin-top: 1em; - margin-bottom: 0.25em; -} - -h1, .h1 { font-size: $h1-size; } -h2, .h2 { font-size: $h2-size; } -h3, .h3 { font-size: $h3-size; } -h4, .h4 { font-size: $h4-size; } -h5, .h5 { font-size: $h5-size; } -h6, .h6 { font-size: $h6-size; text-transform: uppercase; letter-spacing: 0.02em; } - -a { - color: inherit; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} diff --git a/_sass/_components.scss b/_sass/_components.scss deleted file mode 100644 index a21ef35..0000000 --- a/_sass/_components.scss +++ /dev/null @@ -1,139 +0,0 @@ -// Styling markdown output - -// Code formatting -pre { - border-left: $spacer-1 solid $color-border; - margin: $spacer-3 0; - padding-left: 16px; - width: (9 / 12 * 100%); // matches col-9 - overflow-x: auto; -} - -code { - color: $color-code; - font-size: $body-font-size; - padding: 1px 0px; -} - - -.prose { - - a { - text-decoration: underline dotted; - - &:hover { - text-decoration: underline; - } - } - - p, ol, ul { - font-size: $prose-font-size; - margin-bottom: 1em; - width: 100%; - - @media (min-width: $breakpoint-lg) { - width: (10 / 12 * 100%); // matches col-10 - } - - } - - ul, ol { - padding-left: 40px; - } - - li { - margin-bottom: 0.5em; - - ul li, ol li { - margin-bottom: 0; - } - } - - img { - - max-width: 100%; - - @media (min-width: $breakpoint-lg) { - max-width: (12 / 10 * 100%); // make image fill width of container on desktop - } - - } - - blockquote { - line-height: 1.375; - padding-left: 20px; - margin: 40px 0 40px -16px; - border-left: $spacer-1 solid $color-border; - font-style: italic; - - p { - font-size: 24px; - } - - @media (min-width: $breakpoint-lg) { - padding-left: $spacer-3; - margin: $spacer-4 0 $spacer-4 -40px; - max-width: (11 / 10 * 100%); - - p { - font-size: 32px; - } - - } - - } - - hr { - color: $color-body-text; - border-style: solid; - border-width: thin; - margin-top: 0.5em; - margin-bottom: 0.5em; - } - - dt { - font-weight: bold; - font-style: italic; - line-height: 1.25; - } - - dd { - font-style: italic; - margin-bottom: 0.5em; - } - - // Markdown tables - table { - border-collapse: collapse; - display: block; - width: 100%; - margin-bottom: 1.5em; - overflow: auto; - // For Firefox to horizontally scroll wider tables. - word-break: normal; - word-break: keep-all; - - th { - font-weight: bold; - text-align: left; - } - - th, - td { - padding: $spacer-2 $spacer-3 $spacer-2 2px; - border-top: 1px solid $color-body-text; - border-bottom: 1px solid $color-body-text; - } - - tr { - background-color: #fff; - border-top: 1px solid $color-body-text; - } - - tr th { - border-top: 2px solid $color-body-text; - border-bottom: 2px solid $color-body-text; - } - } - -} diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss deleted file mode 100644 index bba9165..0000000 --- a/_sass/_utilities.scss +++ /dev/null @@ -1,182 +0,0 @@ -/* Type utilities */ -.h0 { - font-size: $h0-mobile; - line-height: 1.0125; - margin-top: 0.85em; - word-wrap: break-word; - - @media (min-width: $breakpoint-lg) { - font-size: $h0-desktop; - } -} - -.text-right { text-align: right; } - -.no-underline { - text-decoration: none !important; - - &:hover { - text-decoration: none !important; - } -} - -.bold { font-weight: bold; } -.uppercase { text-transform: uppercase; } - -.lh-condensed { line-height: 1.25; } - -.list-reset { - list-style: none; - padding-left: 0; -} - -/* Border utilities */ -.border-bottom-thick { border-bottom: 2px solid; border-color: currentColor; } -.border-bottom-thin { border-bottom: 1px solid; border-color: currentColor; } -.border-top-thick { border-top: 2px solid; border-color: currentColor; } -.border-top-thin { border-top: 1px solid; border-color: currentColor; } -.border-0 { border: 0; } - - -/* Theme color utilities */ -.header-background { background-color: $color-background; } -.header-border { border-color: $color-foreground; } -.header-title { color: $color-title; } -.header-text { color: $color-foreground; } -.header-social { fill: $color-foreground; } -.header-social-accent { fill: $color-dot-accent; } -.header-link:hover { color: $color-nav-link !important; } // used for navigation links on homepage -.text-accent { color: $color-text-accent; } // used for date in post list and home link - -/* Layout utilities */ -.container { max-width: $container-width; } - -.col-1 { width: (1 / 12 * 100%); } -.col-2 { width: (2 / 12 * 100%); } -.col-3 { width: (3 / 12 * 100%); } -.col-4 { width: (4 / 12 * 100%); } -.col-5 { width: (5 / 12 * 100%); } -.col-6 { width: (6 / 12 * 100%); } -.col-7 { width: (7 / 12 * 100%); } -.col-8 { width: (8 / 12 * 100%); } -.col-9 { width: (9 / 12 * 100%); } -.col-10 { width: (10 / 12 * 100%); } -.col-11 { width: (11 / 12 * 100%); } -.col-12 { width: 100%; } - -@media (max-width: $breakpoint-lg) { - .sm-width-full { width: 100% !important; } -} - -.block { display: block !important; } -.inline-block { display: inline-block !important; } - -.table { display: table !important; } - -.left { float: left; } -.right { float: right; } - -.clearfix:before, -.clearfix:after { - content: " "; - display: table -} -.clearfix:after { clear: both } - -.align-middle { vertical-align: middle; } - -/* Padding */ -.px-0 { padding-left: 0; padding-right: 0 } -.py-0 { padding-top: 0; padding-bottom: 0 } - -.px-1 { padding-left: $spacer-1; padding-right: $spacer-1 } -.py-1 { padding-top: $spacer-1; padding-bottom: $spacer-1 } - -.px-2 { padding-left: $spacer-2; padding-right: $spacer-2; } -.py-2 { padding-top: $spacer-2; padding-bottom: $spacer-2; } - -.px-3 { padding-left: $spacer-3; padding-right: $spacer-3; } -.py-3 { padding-top: $spacer-3; padding-bottom: $spacer-3; } - -.px-4 { padding-left: $spacer-4; padding-right: $spacer-4; } -.py-4 { padding-top: $spacer-4; padding-bottom: $spacer-4; } - -/* Margin */ -.mx-auto { margin-left: auto; margin-right: auto; } - -.mt-0 { margin-top: 0; } -.mr-0 { margin-right: 0; } -.mb-0 { margin-bottom: 0; } -.ml-0 { margin-left: 0; } - -.mt-1 { margin-top: $spacer-1; } -.mr-1 { margin-right: $spacer-1; } -.mb-1 { margin-bottom: $spacer-1; } -.ml-1 { margin-left: $spacer-1; } - -.mt-2 { margin-top: $spacer-2; } -.mr-2 { margin-right: $spacer-2; } -.mb-2 { margin-bottom: $spacer-2; } -.ml-2 { margin-left: $spacer-2; } - -.mt-3 { margin-top: $spacer-3; } -.mr-3 { margin-right: $spacer-3; } -.mb-3 { margin-bottom: $spacer-3; } -.ml-3 { margin-left: $spacer-3; } - -.mt-4 { margin-top: $spacer-4; } -.mr-4 { margin-right: $spacer-4; } -.mb-4 { margin-bottom: $spacer-4; } -.ml-4 { margin-left: $spacer-4; } - -// Responsive margin -@media (min-width: 52em) { - .mx-lg-auto { margin-left: auto; margin-right: auto; } - - .mt-lg-0 { margin-top: 0; } - .mr-lg-0 { margin-right: 0; } - .mb-lg-0 { margin-bottom: 0; } - .ml-lg-0 { margin-left: 0; } - - .mt-lg-1 { margin-top: $spacer-1; } - .mr-lg-1 { margin-right: $spacer-1; } - .mb-lg-1 { margin-bottom: $spacer-1; } - .ml-lg-1 { margin-left: $spacer-1; } - - .mt-lg-2 { margin-top: $spacer-2; } - .mr-lg-2 { margin-right: $spacer-2; } - .mb-lg-2 { margin-bottom: $spacer-2; } - .ml-lg-2 { margin-left: $spacer-2; } - - .mt-lg-3 { margin-top: $spacer-3; } - .mr-lg-3 { margin-right: $spacer-3; } - .mb-lg-3 { margin-bottom: $spacer-3; } - .ml-lg-3 { margin-left: $spacer-3; } - - .mt-lg-4 { margin-top: $spacer-4; } - .mr-lg-4 { margin-right: $spacer-4; } - .mb-lg-4 { margin-bottom: $spacer-4; } - .ml-lg-4 { margin-left: $spacer-4; } -} - -// Link styles for social icons -.link-social { - text-decoration: none; - font-weight: bold; - line-height: 1; - - &:hover { - text-decoration: none !important; - } -} - -// Link styles for navigation -.link-primary { - font-weight: bold; - text-decoration: none !important; - - &:hover { - color: $color-primary-link; - text-decoration: none !important; - } -} diff --git a/_sass/_variables.scss b/_sass/_variables.scss deleted file mode 100644 index 76daaf3..0000000 --- a/_sass/_variables.scss +++ /dev/null @@ -1,35 +0,0 @@ - -// Font family -$body-font-family: "Montserrat", Arial, sans-serif; -$body-font-size: 16px; -$prose-font-size: 20px; - - -// Type scale -$h0-mobile: 64px; -$h0-desktop: 100px; - -$h1-size: 40px !default; -$h2-size: 32px !default; -$h3-size: 24px !default; -$h4-size: 20px !default; -$h5-size: 16px !default; -$h6-size: 12px !default; - -// Default border color -$color-border: #ddd !default; - -// Container width -$container-width: 64em; - -// Large breakpoint -$breakpoint-lg: 52em; - -// Spacing unit -$spacer: 8px !default; - -// Spacing scale -$spacer-1: $spacer !default; // 8px -$spacer-2: ($spacer * 2) !default; // 16px -$spacer-3: ($spacer * 4) !default; // 32px -$spacer-4: ($spacer * 8) !default; // 64px diff --git a/about.markdown b/about.markdown new file mode 100644 index 0000000..8b4e0b2 --- /dev/null +++ b/about.markdown @@ -0,0 +1,18 @@ +--- +layout: page +title: About +permalink: /about/ +--- + +This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) + +You can find the source code for Minima at GitHub: +[jekyll][jekyll-organization] / +[minima](https://github.com/jekyll/minima) + +You can find the source code for Jekyll at GitHub: +[jekyll][jekyll-organization] / +[jekyll](https://github.com/jekyll/jekyll) + + +[jekyll-organization]: https://github.com/jekyll diff --git a/about.md b/about.md deleted file mode 100644 index 28c8a4f..0000000 --- a/about.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -What am I doing [now](/now)? diff --git a/index.markdown b/index.markdown new file mode 100644 index 0000000..0671507 --- /dev/null +++ b/index.markdown @@ -0,0 +1,6 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: home +--- diff --git a/index.md b/index.md deleted file mode 100644 index dcc3bc4..0000000 --- a/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Arona Jones -## Fabricator-Philosopher | Frenetic Scribbler | Stage Tech diff --git a/main.scss b/main.scss deleted file mode 100644 index fc9cf48..0000000 --- a/main.scss +++ /dev/null @@ -1,33 +0,0 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- -@charset "utf-8"; -// Color variables -$black: #181818; -$red: #E74727; -$red-small: #DC3918; -$white: #fff; - -// Config -$color-background: $black !default; -$color-dot-accent: $red !default; -$color-foreground: $white !default; -$color-title: $white !default; -$color-body-text: $black !default; -$color-text-accent: $red !default; -$color-code: $red-small !default; -$color-nav-link: $red !default; -$color-primary-link: $red !default; - -.font-smoothing { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -// Import sass partials (used in all themes) -@import - "variables", - "base", - "components", - "utilities" -; diff --git a/now.md b/now.md deleted file mode 100644 index f8aa662..0000000 --- a/now.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: page -title: Now -permalink: /now/ ---- -I'm about to go into second year of Philosophy at University of Nottingham. Most of my spare time is spent running recruitment and social media for [TEC PA & Lighting](https://www.nottinghamtec.co.uk). I want to get back into fiction writing and programming soon. And work more on this website. - -[What's This?](https://nownownow.com/about) diff --git a/rafts/404.html b/rafts/404.html deleted file mode 100644 index 9a6d34e..0000000 --- a/rafts/404.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - Frenetic Scribblings - - - - - - - - - - - - - - - -
- -
- -
-
- - -
- - -
-

404

- -

Page not found :(

-

The requested page could not be found.

-
- -
- -
-
-

This project is maintained by FreneticScribbler

-
    -
  • - -
  • -
  • - Star -
  • -
-
-
- - - - - diff --git a/rafts/about/index.html b/rafts/about/index.html deleted file mode 100644 index 5683e05..0000000 --- a/rafts/about/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - About - - - - - - - - - - - - - - - -
- -
- -
-
- - -
-
-
-

About

-
-
-
-
-

What am I doing now?

- -
-
- -
- -
-
-

This project is maintained by FreneticScribbler

-
    -
  • - -
  • -
  • - Star -
  • -
-
-
- - - - - diff --git a/rafts/assets/style.css b/rafts/assets/style.css deleted file mode 100644 index 23cf6f8..0000000 --- a/rafts/assets/style.css +++ /dev/null @@ -1,238 +0,0 @@ -.font-smoothing { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -/** Reset some basic elements -*/ -* { box-sizing: border-box !important; margin: 0; } - -input, select, textarea, button { font-family: inherit; font-size: inherit; line-height: inherit; } - -body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } - -/** Basic styling */ -body { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #181818; background-color: #fff; } - -p { margin-top: 0; margin-bottom: 0.5em; } - -h1, h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom: 0.25em; } - -h1, .h1 { font-size: 40px; } - -h2, .h2 { font-size: 32px; } - -h3, .h3 { font-size: 24px; } - -h4, .h4 { font-size: 20px; } - -h5, .h5 { font-size: 16px; } - -h6, .h6 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.02em; } - -a { color: inherit; text-decoration: none; } - -a:hover { text-decoration: underline; } - -pre { border-left: 8px solid #ddd; margin: 32px 0; padding-left: 16px; width: 75%; overflow-x: auto; } - -code { color: #DC3918; font-size: 16px; padding: 1px 0px; } - -.prose a { text-decoration: underline dotted; } -.prose a:hover { text-decoration: underline; } -.prose p, .prose ol, .prose ul { font-size: 20px; margin-bottom: 1em; width: 100%; } -@media (min-width: 52em) { .prose p, .prose ol, .prose ul { width: 83.3333333333%; } } -.prose ul, .prose ol { padding-left: 40px; } -.prose li { margin-bottom: 0.5em; } -.prose li ul li, .prose li ol li { margin-bottom: 0; } -.prose img { max-width: 100%; } -@media (min-width: 52em) { .prose img { max-width: 120%; } } -.prose blockquote { line-height: 1.375; padding-left: 20px; margin: 40px 0 40px -16px; border-left: 8px solid #ddd; font-style: italic; } -.prose blockquote p { font-size: 24px; } -@media (min-width: 52em) { .prose blockquote { padding-left: 32px; margin: 64px 0 64px -40px; max-width: 110%; } - .prose blockquote p { font-size: 32px; } } -.prose hr { color: #181818; border-style: solid; border-width: thin; margin-top: 0.5em; margin-bottom: 0.5em; } -.prose dt { font-weight: bold; font-style: italic; line-height: 1.25; } -.prose dd { font-style: italic; margin-bottom: 0.5em; } -.prose table { border-collapse: collapse; display: block; width: 100%; margin-bottom: 1.5em; overflow: auto; word-break: normal; word-break: keep-all; } -.prose table th { font-weight: bold; text-align: left; } -.prose table th, .prose table td { padding: 16px 32px 16px 2px; border-top: 1px solid #181818; border-bottom: 1px solid #181818; } -.prose table tr { background-color: #fff; border-top: 1px solid #181818; } -.prose table tr th { border-top: 2px solid #181818; border-bottom: 2px solid #181818; } - -/* Type utilities */ -.h0 { font-size: 64px; line-height: 1.0125; margin-top: 0.85em; word-wrap: break-word; } -@media (min-width: 52em) { .h0 { font-size: 128px; } } - -.text-right { text-align: right; } - -.no-underline { text-decoration: none !important; } -.no-underline:hover { text-decoration: none !important; } - -.bold { font-weight: bold; } - -.uppercase { text-transform: uppercase; } - -.lh-condensed { line-height: 1.25; } - -.list-reset { list-style: none; padding-left: 0; } - -/* Border utilities */ -.border-bottom-thick { border-bottom: 2px solid; border-color: currentColor; } - -.border-bottom-thin { border-bottom: 1px solid; border-color: currentColor; } - -.border-top-thick { border-top: 2px solid; border-color: currentColor; } - -.border-top-thin { border-top: 1px solid; border-color: currentColor; } - -.border-0 { border: 0; } - -/* Theme color utilities */ -.header-background { background-color: #181818; } - -.header-border { border-color: #fff; } - -.header-title { color: #fff; } - -.header-text { color: #fff; } - -.header-social { fill: #fff; } - -.header-social-accent { fill: #E74727; } - -.header-link:hover { color: #E74727 !important; } - -.text-accent { color: #E74727; } - -/* Layout utilities */ -.container { max-width: 64em; } - -.col-1 { width: 8.3333333333%; } - -.col-2 { width: 16.6666666667%; } - -.col-3 { width: 25%; } - -.col-4 { width: 33.3333333333%; } - -.col-5 { width: 41.6666666667%; } - -.col-6 { width: 50%; } - -.col-7 { width: 58.3333333333%; } - -.col-8 { width: 66.6666666667%; } - -.col-9 { width: 75%; } - -.col-10 { width: 83.3333333333%; } - -.col-11 { width: 91.6666666667%; } - -.col-12 { width: 100%; } - -@media (max-width: 52em) { .sm-width-full { width: 100% !important; } } -.block { display: block !important; } - -.inline-block { display: inline-block !important; } - -.table { display: table !important; } - -.left { float: left; } - -.right { float: right; } - -.clearfix:before, .clearfix:after { content: " "; display: table; } - -.clearfix:after { clear: both; } - -.align-middle { vertical-align: middle; } - -/* Padding */ -.px-0 { padding-left: 0; padding-right: 0; } - -.py-0 { padding-top: 0; padding-bottom: 0; } - -.px-1 { padding-left: 8px; padding-right: 8px; } - -.py-1 { padding-top: 8px; padding-bottom: 8px; } - -.px-2 { padding-left: 16px; padding-right: 16px; } - -.py-2 { padding-top: 16px; padding-bottom: 16px; } - -.px-3 { padding-left: 32px; padding-right: 32px; } - -.py-3 { padding-top: 32px; padding-bottom: 32px; } - -.px-4 { padding-left: 64px; padding-right: 64px; } - -.py-4 { padding-top: 64px; padding-bottom: 64px; } - -/* Margin */ -.mx-auto { margin-left: auto; margin-right: auto; } - -.mt-0 { margin-top: 0; } - -.mr-0 { margin-right: 0; } - -.mb-0 { margin-bottom: 0; } - -.ml-0 { margin-left: 0; } - -.mt-1 { margin-top: 8px; } - -.mr-1 { margin-right: 8px; } - -.mb-1 { margin-bottom: 8px; } - -.ml-1 { margin-left: 8px; } - -.mt-2 { margin-top: 16px; } - -.mr-2 { margin-right: 16px; } - -.mb-2 { margin-bottom: 16px; } - -.ml-2 { margin-left: 16px; } - -.mt-3 { margin-top: 32px; } - -.mr-3 { margin-right: 32px; } - -.mb-3 { margin-bottom: 32px; } - -.ml-3 { margin-left: 32px; } - -.mt-4 { margin-top: 64px; } - -.mr-4 { margin-right: 64px; } - -.mb-4 { margin-bottom: 64px; } - -.ml-4 { margin-left: 64px; } - -@media (min-width: 52em) { .mx-lg-auto { margin-left: auto; margin-right: auto; } - .mt-lg-0 { margin-top: 0; } - .mr-lg-0 { margin-right: 0; } - .mb-lg-0 { margin-bottom: 0; } - .ml-lg-0 { margin-left: 0; } - .mt-lg-1 { margin-top: 8px; } - .mr-lg-1 { margin-right: 8px; } - .mb-lg-1 { margin-bottom: 8px; } - .ml-lg-1 { margin-left: 8px; } - .mt-lg-2 { margin-top: 16px; } - .mr-lg-2 { margin-right: 16px; } - .mb-lg-2 { margin-bottom: 16px; } - .ml-lg-2 { margin-left: 16px; } - .mt-lg-3 { margin-top: 32px; } - .mr-lg-3 { margin-right: 32px; } - .mb-lg-3 { margin-bottom: 32px; } - .ml-lg-3 { margin-left: 32px; } - .mt-lg-4 { margin-top: 64px; } - .mr-lg-4 { margin-right: 64px; } - .mb-lg-4 { margin-bottom: 64px; } - .ml-lg-4 { margin-left: 64px; } } -.link-social { text-decoration: none; font-weight: bold; line-height: 1; } -.link-social:hover { text-decoration: none !important; } - -.link-primary { font-weight: bold; text-decoration: none !important; } -.link-primary:hover { color: #E74727; text-decoration: none !important; } diff --git a/rafts/feed.xml b/rafts/feed.xml deleted file mode 100644 index 7143647..0000000 --- a/rafts/feed.xml +++ /dev/null @@ -1,14 +0,0 @@ -Jekyll2019-09-17T22:02:41+01:00http://localhost:4000/feed.xmlFrenetic ScribblingsWild Rose2018-09-21T00:00:00+01:002018-09-21T00:00:00+01:00http://localhost:4000/poetic/2018/09/21/wildrose<p>Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it.</p> - -<p>Wild roses wear crowns of thorns. -They are beautiful and dangerous.</p> - -<p>Wild roses are hardy, enduring plants. -They are strong and tenacious.</p> - -<p>Wild roses are the brightflowers among sprawling tangles of thorns. -They shine bright against the Dark.</p> - -<p>Soft petals, strong thorns. Soft heart, strong will. You are my wild rose.</p> - -<p>🌹</p>Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it. \ No newline at end of file diff --git a/rafts/index.html b/rafts/index.html deleted file mode 100644 index 5c0c872..0000000 --- a/rafts/index.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - Arona Jones - - - - - - - - - - - - - - - -
- -
- -
- -
- -
-

Frenetic Scribblings

- -
-
-
-
- - -
-
- - -
-
- - - - -
-
- -

-
- -
-
- - -
-
- - - - -
-
-
- -
-
- -
- - -
- Sep 21, 2018 -

- Wild Rose -

-

Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it. Wild roses wear crowns of thorns. They...

-
- - -
- -
- -
-
-

This project is maintained by FreneticScribbler

-
    -
  • - -
  • -
  • - Star -
  • -
-
-
- - - - - diff --git a/rafts/index.md b/rafts/index.md deleted file mode 100644 index dcc3bc4..0000000 --- a/rafts/index.md +++ /dev/null @@ -1,2 +0,0 @@ -# Arona Jones -## Fabricator-Philosopher | Frenetic Scribbler | Stage Tech diff --git a/rafts/now/index.html b/rafts/now/index.html deleted file mode 100644 index 17e58e9..0000000 --- a/rafts/now/index.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - Now - - - - - - - - - - - - - - - -
- -
- -
-
- - -
-
-
-

Now

-
-
-
-
-

I’m about to go into second year of Philosophy at University of Nottingham. Most of my spare time is spent running recruitment and social media for TEC PA & Lighting. I want to get back into fiction writing and programming soon. And work more on this website.

- -

What’s This?

- -
-
- -
- -
-
-

This project is maintained by FreneticScribbler

-
    -
  • - -
  • -
  • - Star -
  • -
-
-
- - - - - diff --git a/rafts/poetic/2018/09/21/wildrose.html b/rafts/poetic/2018/09/21/wildrose.html deleted file mode 100644 index 793528d..0000000 --- a/rafts/poetic/2018/09/21/wildrose.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - Wild Rose - - - - - - - - - - - - - - - -
- -
- -
-
- - -
-
-

Wild Rose

-
-

-
- -
-

Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it.

- -

Wild roses wear crowns of thorns. -They are beautiful and dangerous.

- -

Wild roses are hardy, enduring plants. -They are strong and tenacious.

- -

Wild roses are the brightflowers among sprawling tangles of thorns. -They shine bright against the Dark.

- -

Soft petals, strong thorns. Soft heart, strong will. You are my wild rose.

- -

🌹

- -
- -
- -
- - - - - - -
- -
- -
-
-

This project is maintained by FreneticScribbler

-
    -
  • - -
  • -
  • - Star -
  • -
-
-
- - - - -