Reinit site for Nth Time
This commit is contained in:
@@ -0,0 +1 @@
|
||||
I"<02>{"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
|
||||
@@ -0,0 +1,2 @@
|
||||
I"<p>About</p>
|
||||
:ET
|
||||
@@ -0,0 +1,2 @@
|
||||
I"\<p>The personal website, blog and portfolio of Arona Jones, the Frenetic Scribbler</p>
|
||||
:ET
|
||||
@@ -0,0 +1,11 @@
|
||||
I"<p>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 <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
|
||||
|
||||
<p>You can find the source code for Minima at GitHub:
|
||||
<a href="https://github.com/jekyll">jekyll</a> /
|
||||
<a href="https://github.com/jekyll/minima">minima</a></p>
|
||||
|
||||
<p>You can find the source code for Jekyll at GitHub:
|
||||
<a href="https://github.com/jekyll">jekyll</a> /
|
||||
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
|
||||
|
||||
:ET
|
||||
@@ -0,0 +1,2 @@
|
||||
I"<p>Welcome to Jekyll!</p>
|
||||
:ET
|
||||
@@ -0,0 +1,2 @@
|
||||
I"{<p>You’ll find this post in your <code class="highlighter-rouge">_posts</code> 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 <code class="highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
|
||||
:ET
|
||||
@@ -0,0 +1,2 @@
|
||||
I"<p>Arona Jones</p>
|
||||
:ET
|
||||
@@ -0,0 +1,2 @@
|
||||
I"
|
||||
:EF
|
||||
@@ -0,0 +1,2 @@
|
||||
I"{<p>You’ll find this post in your <code class="highlighter-rouge">_posts</code> 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 <code class="highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
|
||||
:ET
|
||||
@@ -0,0 +1,19 @@
|
||||
I"<02><p>You’ll find this post in your <code class="highlighter-rouge">_posts</code> 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 <code class="highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
|
||||
|
||||
<p>Jekyll requires blog post files to be named according to the following format:</p>
|
||||
|
||||
<p><code class="highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
|
||||
|
||||
<p>Where <code class="highlighter-rouge">YEAR</code> is a four-digit number, <code class="highlighter-rouge">MONTH</code> and <code class="highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="highlighter-rouge">MARKUP</code> 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.</p>
|
||||
|
||||
<p>Jekyll also offers powerful support for code snippets:</p>
|
||||
|
||||
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
|
||||
<span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
|
||||
<span class="k">end</span>
|
||||
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
|
||||
<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
|
||||
|
||||
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
|
||||
|
||||
:ET
|
||||
14
Gemfile
14
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?
|
||||
|
||||
|
||||
250
Gemfile.lock
250
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
|
||||
|
||||
43
_config.yml
43
_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/
|
||||
|
||||
@@ -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.
|
||||
@@ -1,3 +0,0 @@
|
||||
<svg height="32" class="header-social-accent" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<circle cx="8" cy="8" r="8"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 149 B |
@@ -1,3 +0,0 @@
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<circle cx="8" cy="8" r="8"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 142 B |
@@ -1,5 +0,0 @@
|
||||
<a href="https://dribbble.com/{{ site.social_username }}" title="Follow me on Dribbble" class="link-social block">
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
|
||||
<path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2.67-.543zm-7.747-1.72c.155-.266 2.03-3.37 5.555-4.51.09-.03.18-.056.27-.08-.173-.39-.36-.778-.555-1.16C4.78 7.85 1.47 7.807 1.17 7.8l-.003.208c0 1.755.665 3.358 1.756 4.57zM1.31 6.61c.307.005 3.122.017 6.318-.832-1.132-2.012-2.353-3.705-2.533-3.952-1.912.902-3.34 2.664-3.784 4.785zM6.4 1.368c.188.253 1.43 1.943 2.548 4 2.43-.91 3.46-2.293 3.582-2.468C11.323 1.827 9.736 1.176 8 1.176c-.55 0-1.087.066-1.6.19zm6.89 2.322c-.145.194-1.29 1.662-3.816 2.694.16.325.31.656.453.99.05.117.1.235.147.352 2.274-.286 4.533.172 4.758.22-.015-1.613-.59-3.094-1.543-4.257z"/>
|
||||
</svg>
|
||||
</a>
|
||||
@@ -1,13 +0,0 @@
|
||||
<div class="border-top-thin clearfix mt-2 mt-lg-4">
|
||||
<div class="container mx-auto px-2">
|
||||
<p class="col-8 sm-width-full left py-2 mb-0">This project is maintained by <a class="text-accent" href="https://github.com/{{ site.github_username }}">{{ site.github_username }}</a></p>
|
||||
<ul class="list-reset right clearfix sm-width-full py-2 mb-2 mb-lg-0">
|
||||
<li class="inline-block mr-1">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="{{ site.title }}">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</li>
|
||||
<li class="inline-block">
|
||||
<a class="github-button" href="https://github.com/{{ site.github_username }}/{{ site.github_repo }}" data-icon="octicon-star" data-count-href="{{ site.github_username }}/{{ github_repo }}/stargazers" data-count-api="/repos/{{ site.github_username }}/{{ github_repo }}#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star {{ site.github_username }}/{{ github_repo }} on GitHub">Star</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,4 +0,0 @@
|
||||
<a href="https://github.com/{{ site.github_username }}/{{ site.github_repo }}" title="Fork me on GitHub" class="link-social block">
|
||||
<svg height="32" class="octicon octicon-mark-github header-social" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
|
||||
</svg>
|
||||
</a>
|
||||
@@ -1,18 +0,0 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
||||
|
||||
{% assign user_url = site.url | append: site.baseurl %}
|
||||
{% assign full_base_url = user_url | default: site.github.url %}
|
||||
<link rel="stylesheet" href="{{ "/main.css" | prepend: full_base_url }}">
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
@@ -1,20 +0,0 @@
|
||||
<header class="border-bottom-thick px-2 clearfix">
|
||||
<div class="left sm-width-full py-1 mt-1 mt-lg-0">
|
||||
<a class="align-middle link-primary text-accent" href="{{ site.baseurl }}/">
|
||||
{{ site.title }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="right sm-width-full">
|
||||
<ul class="list-reset mt-lg-1 mb-2 mb-lg-1">
|
||||
{% for my_page in site.pages %}
|
||||
{% if my_page.title %}
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="{{ my_page.url | prepend: site.baseurl }}">
|
||||
{{ my_page.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
@@ -1,18 +0,0 @@
|
||||
<a href="https://www.instagram.com/{{ site.social_username }}" title="Follow me on Instagram" class="link-social block">
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<g>
|
||||
<path d="M11.9,5.1c-0.1-0.2-0.2-0.4-0.4-0.6s-0.3-0.3-0.6-0.4C10.8,4,10.5,4,10,3.9c-0.5,0-0.7,0-2,0s-1.5,0-2,0
|
||||
C5.5,4,5.2,4,5.1,4.1C4.8,4.2,4.7,4.3,4.5,4.5S4.2,4.8,4.1,5.1C4,5.2,4,5.5,3.9,6c0,0.5,0,0.7,0,2s0,1.5,0,2c0,0.5,0.1,0.8,0.2,0.9
|
||||
c0.1,0.2,0.2,0.4,0.4,0.6c0.2,0.2,0.3,0.3,0.6,0.4C5.2,12,5.5,12,6,12.1c0.5,0,0.7,0,2,0c1.3,0,1.5,0,2,0c0.5,0,0.8-0.1,0.9-0.2
|
||||
c0.2-0.1,0.4-0.2,0.6-0.4s0.3-0.3,0.4-0.6c0.1-0.2,0.2-0.4,0.2-0.9c0-0.5,0-0.7,0-2s0-1.5,0-2C12,5.5,12,5.2,11.9,5.1z M8,10.6
|
||||
c-1.4,0-2.6-1.1-2.6-2.6c0-1.4,1.1-2.6,2.6-2.6c1.4,0,2.6,1.1,2.6,2.6C10.6,9.4,9.4,10.6,8,10.6z M10.7,5.9c-0.3,0-0.6-0.3-0.6-0.6
|
||||
s0.3-0.6,0.6-0.6s0.6,0.3,0.6,0.6S11,5.9,10.7,5.9z"/>
|
||||
<path d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M13,10.1c0,0.5-0.1,0.9-0.2,1.2c-0.1,0.3-0.3,0.6-0.6,0.9
|
||||
c-0.3,0.3-0.6,0.4-0.9,0.6c-0.3,0.1-0.7,0.2-1.2,0.2c-0.5,0-0.7,0-2.1,0s-1.5,0-2.1,0c-0.5,0-0.9-0.1-1.2-0.2
|
||||
c-0.3-0.1-0.6-0.3-0.9-0.6c-0.3-0.3-0.4-0.6-0.6-0.9C3.1,11,3.1,10.6,3,10.1C3,9.5,3,9.4,3,8s0-1.5,0-2.1c0-0.5,0.1-0.9,0.2-1.2
|
||||
c0.1-0.3,0.3-0.6,0.6-0.9c0.3-0.3,0.6-0.4,0.9-0.6C5,3.1,5.4,3.1,5.9,3C6.5,3,6.6,3,8,3s1.5,0,2.1,0c0.5,0,0.9,0.1,1.2,0.2
|
||||
c0.3,0.1,0.6,0.3,0.9,0.6c0.3,0.3,0.4,0.6,0.6,0.9C12.9,5,12.9,5.4,13,5.9c0,0.5,0,0.7,0,2.1S13,9.5,13,10.1z"/>
|
||||
<circle cx="8" cy="8" r="1.7"/>
|
||||
</g>
|
||||
</svg>
|
||||
</a>
|
||||
@@ -1,9 +0,0 @@
|
||||
<a href="https://medium.com/@{{ site.social_username }}" title="Follow me on Medium" class="link-social block">
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<path d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M6.3,12.1c0,0.2-0.1,0.3-0.3,0.3c-0.1,0-0.1,0-0.2-0.1l-2.6-1.3
|
||||
C3.1,11.1,3,10.9,3,10.7V4.3c0-0.2,0.1-0.3,0.2-0.3c0,0,0.1,0,0.2,0l0.1,0h0l2.9,1.4c0,0,0,0,0,0V12.1z M9.3,10.8L9,10.7L7,9.6v-3
|
||||
l0.2,0.3l0.2,0.3l0.2,0.3L9,10l0,0l0.3,0.5L9.7,11L9.3,10.8z M9.7,9.8L9.3,9.3L9,8.8L7.8,6.9L9,4.9l0.3-0.5l0.2-0.2
|
||||
C9.6,4.1,9.7,4,9.8,4c0,0,0,0,0,0c0,0,0.1,0,0.1,0l3,1.5c0,0,0,0,0,0l0,0c0,0,0,0,0,0.1L10,10.4L9.7,9.8z M13,12.1
|
||||
c0,0.2-0.1,0.3-0.3,0.3c-0.1,0-0.2,0-0.3-0.1l-1.7-0.9l-0.5-0.2l0.2-0.3h0L13,6.8V12.1z"/>
|
||||
</svg>
|
||||
</a>
|
||||
@@ -1,8 +0,0 @@
|
||||
<!-- Renders post date, title, and snippet of text. -->
|
||||
<div class="py-2 mb-2 prose">
|
||||
<a class="no-underline h5 bold text-accent" title="{{ post.url | prepend: site.baseurl }}" href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }}</a>
|
||||
<h2 class="h1 lh-condensed col-9 mt-0">
|
||||
<a class="link-primary" title="{{ post.url | prepend: site.baseurl }}" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
</h2>
|
||||
<p>{{ post.content | strip_html | truncatewords:30 }}</p>
|
||||
</div>
|
||||
@@ -1,21 +0,0 @@
|
||||
<!-- Use if you want to show previous and next for all posts. -->
|
||||
{% assign user_url = site.url | append: site.baseurl %}
|
||||
{% assign full_base_url = user_url | default: site.github.url %}
|
||||
{% if page.previous.url %}
|
||||
<div class="col-4 sm-width-full left mr-lg-4 mt-3">
|
||||
<a class="no-underline border-top-thin py-1 block" href="{{ page.previous.url | prepend: full_base_url }}">
|
||||
<span class="h5 bold text-accent">Previous</span>
|
||||
<p class="bold h3 link-primary mb-1">{{ page.previous.title }}</p>
|
||||
<p>{{ page.previous.content | strip_html | truncatewords:20 }}</p>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if page.next.url %}
|
||||
<div class="col-4 sm-width-full left mt-3">
|
||||
<a class="no-underline border-top-thin py-1 block" href="{{ page.next.url | prepend: full_base_url }}">
|
||||
<span class="h5 bold text-accent">Next</span>
|
||||
<p class="bold h3 link-primary mb-1">{{ page.next.title }}</p>
|
||||
<p>{{ page.next.content | strip_html | truncatewords:20 }}</p>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -1,39 +0,0 @@
|
||||
<!-- Use if you want to show previous and next for posts within a category. -->
|
||||
{% 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 %}
|
||||
<div class="col-4 sm-width-full left mr-lg-4 mt-3">
|
||||
<a class="no-underline border-top-thin py-1 block" href="{{ prev_post.url | prepend: full_base_url }}">
|
||||
<span class="h5 bold text-accent">Previous</span>
|
||||
<p class="bold h3 link-primary mb-1">{{ prev_post.title }}</p>
|
||||
<p>{{ page.previous.content | strip_html | truncatewords:20 }}</p>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if next_post %}
|
||||
<div class="col-4 sm-width-full left mt-3">
|
||||
<a class="no-underline border-top-thin py-1 block" href="{{ next_post.url | prepend: full_base_url }}">
|
||||
<span class="h5 bold text-accent">Next</span>
|
||||
<p class="bold h3 link-primary mb-1">{{ next_post.title }}</p>
|
||||
<p>{{ page.next.content | strip_html | truncatewords:20 }}</p>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -1,9 +0,0 @@
|
||||
<a href="https://twitter.com/{{ site.social_username }}" title="Follow me on twitter" class="link-social block">
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<path d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M12,6c0,0.1,0,0.2,0,0.3c0,2.7-2.1,5.8-5.8,5.8
|
||||
c-1.2,0-2.2-0.3-3.1-0.9c0.2,0,0.3,0,0.5,0c1,0,1.8-0.3,2.5-0.9c-0.9,0-1.7-0.6-1.9-1.4c0.1,0,0.3,0,0.4,0c0.2,0,0.4,0,0.5-0.1
|
||||
c-0.9-0.2-1.6-1-1.6-2v0C3.7,6.9,4,7,4.3,7.1c-0.5-0.4-0.9-1-0.9-1.7c0-0.4,0.1-0.7,0.3-1c1,1.2,2.5,2.1,4.2,2.1
|
||||
c0-0.2-0.1-0.3-0.1-0.5c0-1.1,0.9-2,2.1-2c0.6,0,1.1,0.2,1.5,0.6c0.5-0.1,0.9-0.3,1.3-0.5c-0.2,0.5-0.5,0.9-0.9,1.1
|
||||
c0.4,0,0.8-0.2,1.2-0.3h0C12.7,5.3,12.4,5.7,12,6z"/>
|
||||
</svg>
|
||||
</a>
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<article class="container px-2 mx-auto mb4" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<h1 class="h0 col-9 sm-width-full py-4 mt-3 inline-block" itemprop="name headline">{{ page.title }}</h1>
|
||||
<div class="col-4 sm-width-full mt-1 border-top-thin ">
|
||||
<p class="mb-3 py-2 bold h4"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p>
|
||||
</div>
|
||||
|
||||
<div class="prose" itemprop="articleBody">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="container mx-auto px-2 py-2 clearfix">
|
||||
{% include previous-next_has-categories.html %}
|
||||
</div>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
---
|
||||
|
||||
{% if page.category_name %}
|
||||
{% assign category_name = page.category_name %}
|
||||
{% endif %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
{% for post in site.categories[category_name] %}
|
||||
{% include post_block.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
@@ -1,18 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
<div>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,69 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
|
||||
<div>
|
||||
|
||||
<header class="header-background">
|
||||
|
||||
<div class="clearfix border-bottom-thick header-border">
|
||||
<ul class="list-reset right py-1 header-text font-smoothing">
|
||||
{% for my_page in site.pages %}
|
||||
{% if my_page.title %}
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary header-link mr-2" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="container mx-auto px-2 mb-2 clearfix header-text">
|
||||
<h1 class="h0 inline-block col-9 sm-width-full py-4 mt-3 header-title">{{ site.title }}</h1>
|
||||
|
||||
<div class="clearfix mb-4 py-1">
|
||||
<div class="col-4 sm-width-full left border-top-thin">
|
||||
<div class="table">
|
||||
<div class="inline-block mt-3 mr-1">
|
||||
{% include dot-accent.html %}
|
||||
</div>
|
||||
<div class="inline-block mt-3 mr-1">
|
||||
{% include dot-accent.html %}
|
||||
</div>
|
||||
<div class="inline-block mt-3">
|
||||
{% include github.html %}
|
||||
</div>
|
||||
</div>
|
||||
<!-- Set site description in config.yml -->
|
||||
<p class="h4 lh-condensed font-smoothing mt-2 py-1">{{ site.description }}</p>
|
||||
</div>
|
||||
|
||||
<div class="col-4 sm-width-full left border-top-thin mt-3 mt-lg-0 ml-lg-4 table">
|
||||
<div class="inline-block mt-3 mr-1">
|
||||
{% include dot.html %}
|
||||
</div>
|
||||
<div class="inline-block mt-3">
|
||||
{% include {{ site.social_link | default: "twitter" }}.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container mx-auto px-2 py-4">
|
||||
{% for post in site.posts %}
|
||||
{% include post_block.html %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<article class="container mx-auto px-2 mt2 mb4">
|
||||
<header>
|
||||
<h1 class="h0 py-4 mt-3">{{ page.title }}</h1>
|
||||
</header>
|
||||
<div class="col-4 sm-width-full border-top-thin">
|
||||
</div>
|
||||
<div class="prose mb-4 py-4">
|
||||
{{ content }}
|
||||
</div>
|
||||
</article>
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<article class="container px-2 mx-auto mb4" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<h1 class="h0 col-9 sm-width-full py-4 mt-3 inline-block" itemprop="name headline">{{ page.title }}</h1>
|
||||
<div class="col-4 sm-width-full mt-1 border-top-thin ">
|
||||
<p class="mb-3 py-2 bold h4"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time></p>
|
||||
</div>
|
||||
|
||||
<div class="prose" itemprop="articleBody">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="container mx-auto px-2 py-2 clearfix">
|
||||
{% include previous-next.html %}
|
||||
</div>
|
||||
@@ -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.
|
||||
|
||||
🌹
|
||||
29
_posts/2020-04-22-welcome-to-jekyll.markdown
Normal file
29
_posts/2020-04-22-welcome-to-jekyll.markdown
Normal file
@@ -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/
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
18
about.markdown
Normal file
18
about.markdown
Normal file
@@ -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
|
||||
7
about.md
7
about.md
@@ -1,7 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: About
|
||||
permalink: /about/
|
||||
---
|
||||
|
||||
What am I doing [now](/now)?
|
||||
6
index.markdown
Normal file
6
index.markdown
Normal file
@@ -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
|
||||
---
|
||||
2
index.md
2
index.md
@@ -1,2 +0,0 @@
|
||||
# Arona Jones
|
||||
## Fabricator-Philosopher | Frenetic Scribbler | Stage Tech
|
||||
33
main.scss
33
main.scss
@@ -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"
|
||||
;
|
||||
8
now.md
8
now.md
@@ -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)
|
||||
110
rafts/404.html
110
rafts/404.html
@@ -1,110 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Frenetic Scribblings</title>
|
||||
<meta name="description" content="">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/style.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:4000/404.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Frenetic Scribblings" href="http://localhost:4000/feed.xml">
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header class="border-bottom-thick px-2 clearfix">
|
||||
<div class="left sm-width-full py-1 mt-1 mt-lg-0">
|
||||
<a class="align-middle link-primary text-accent" href="/">
|
||||
Frenetic Scribblings
|
||||
</a>
|
||||
</div>
|
||||
<div class="right sm-width-full">
|
||||
<ul class="list-reset mt-lg-1 mb-2 mb-lg-1">
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/now/">
|
||||
Now
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/">
|
||||
Arona Jones
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="border-top-thin clearfix mt-2 mt-lg-4">
|
||||
<div class="container mx-auto px-2">
|
||||
<p class="col-8 sm-width-full left py-2 mb-0">This project is maintained by <a class="text-accent" href="https://github.com/FreneticScribbler">FreneticScribbler</a></p>
|
||||
<ul class="list-reset right clearfix sm-width-full py-2 mb-2 mb-lg-0">
|
||||
<li class="inline-block mr-1">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="Frenetic Scribblings">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</li>
|
||||
<li class="inline-block">
|
||||
<a class="github-button" href="https://github.com/FreneticScribbler/" data-icon="octicon-star" data-count-href="FreneticScribbler//stargazers" data-count-api="/repos/FreneticScribbler/#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star FreneticScribbler/ on GitHub">Star</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,101 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>About</title>
|
||||
<meta name="description" content="">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/style.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:4000/about/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Frenetic Scribblings" href="http://localhost:4000/feed.xml">
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header class="border-bottom-thick px-2 clearfix">
|
||||
<div class="left sm-width-full py-1 mt-1 mt-lg-0">
|
||||
<a class="align-middle link-primary text-accent" href="/">
|
||||
Frenetic Scribblings
|
||||
</a>
|
||||
</div>
|
||||
<div class="right sm-width-full">
|
||||
<ul class="list-reset mt-lg-1 mb-2 mb-lg-1">
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/now/">
|
||||
Now
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/">
|
||||
Arona Jones
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div>
|
||||
<article class="container mx-auto px-2 mt2 mb4">
|
||||
<header>
|
||||
<h1 class="h0 py-4 mt-3">About</h1>
|
||||
</header>
|
||||
<div class="col-4 sm-width-full border-top-thin">
|
||||
</div>
|
||||
<div class="prose mb-4 py-4">
|
||||
<p>What am I doing <a href="/now">now</a>?</p>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="border-top-thin clearfix mt-2 mt-lg-4">
|
||||
<div class="container mx-auto px-2">
|
||||
<p class="col-8 sm-width-full left py-2 mb-0">This project is maintained by <a class="text-accent" href="https://github.com/FreneticScribbler">FreneticScribbler</a></p>
|
||||
<ul class="list-reset right clearfix sm-width-full py-2 mb-2 mb-lg-0">
|
||||
<li class="inline-block mr-1">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="Frenetic Scribblings">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</li>
|
||||
<li class="inline-block">
|
||||
<a class="github-button" href="https://github.com/FreneticScribbler/" data-icon="octicon-star" data-count-href="FreneticScribbler//stargazers" data-count-api="/repos/FreneticScribbler/#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star FreneticScribbler/ on GitHub">Star</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -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; }
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-09-17T22:02:41+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Frenetic Scribblings</title><subtitle></subtitle><entry><title type="html">Wild Rose</title><link href="http://localhost:4000/poetic/2018/09/21/wildrose.html" rel="alternate" type="text/html" title="Wild Rose" /><published>2018-09-21T00:00:00+01:00</published><updated>2018-09-21T00:00:00+01:00</updated><id>http://localhost:4000/poetic/2018/09/21/wildrose</id><content type="html" xml:base="http://localhost:4000/poetic/2018/09/21/wildrose.html"><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></content><author><name></name></author><summary type="html">Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it.</summary></entry></feed>
|
||||
147
rafts/index.html
147
rafts/index.html
@@ -1,147 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Arona Jones</title>
|
||||
<meta name="description" content="">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/style.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:4000/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Frenetic Scribblings" href="http://localhost:4000/feed.xml">
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<div>
|
||||
|
||||
<header class="header-background">
|
||||
|
||||
<div class="clearfix border-bottom-thick header-border">
|
||||
<ul class="list-reset right py-1 header-text font-smoothing">
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary header-link mr-2" href="/about/">About</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary header-link mr-2" href="/now/">Now</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary header-link mr-2" href="/">Arona Jones</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="container mx-auto px-2 mb-2 clearfix header-text">
|
||||
<h1 class="h0 inline-block col-9 sm-width-full py-4 mt-3 header-title">Frenetic Scribblings</h1>
|
||||
|
||||
<div class="clearfix mb-4 py-1">
|
||||
<div class="col-4 sm-width-full left border-top-thin">
|
||||
<div class="table">
|
||||
<div class="inline-block mt-3 mr-1">
|
||||
<svg height="32" class="header-social-accent" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<circle cx="8" cy="8" r="8"/>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<div class="inline-block mt-3 mr-1">
|
||||
<svg height="32" class="header-social-accent" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<circle cx="8" cy="8" r="8"/>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<div class="inline-block mt-3">
|
||||
<a href="https://github.com/FreneticScribbler/" title="Fork me on GitHub" class="link-social block">
|
||||
<svg height="32" class="octicon octicon-mark-github header-social" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Set site description in config.yml -->
|
||||
<p class="h4 lh-condensed font-smoothing mt-2 py-1"></p>
|
||||
</div>
|
||||
|
||||
<div class="col-4 sm-width-full left border-top-thin mt-3 mt-lg-0 ml-lg-4 table">
|
||||
<div class="inline-block mt-3 mr-1">
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<circle cx="8" cy="8" r="8"/>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<div class="inline-block mt-3">
|
||||
<a href="https://twitter.com/" title="Follow me on twitter" class="link-social block">
|
||||
<svg height="32" class="header-social" version="1.1" width="32" viewBox="0 0 16 16" aria-hidden="true">
|
||||
<path d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M12,6c0,0.1,0,0.2,0,0.3c0,2.7-2.1,5.8-5.8,5.8
|
||||
c-1.2,0-2.2-0.3-3.1-0.9c0.2,0,0.3,0,0.5,0c1,0,1.8-0.3,2.5-0.9c-0.9,0-1.7-0.6-1.9-1.4c0.1,0,0.3,0,0.4,0c0.2,0,0.4,0,0.5-0.1
|
||||
c-0.9-0.2-1.6-1-1.6-2v0C3.7,6.9,4,7,4.3,7.1c-0.5-0.4-0.9-1-0.9-1.7c0-0.4,0.1-0.7,0.3-1c1,1.2,2.5,2.1,4.2,2.1
|
||||
c0-0.2-0.1-0.3-0.1-0.5c0-1.1,0.9-2,2.1-2c0.6,0,1.1,0.2,1.5,0.6c0.5-0.1,0.9-0.3,1.3-0.5c-0.2,0.5-0.5,0.9-0.9,1.1
|
||||
c0.4,0,0.8-0.2,1.2-0.3h0C12.7,5.3,12.4,5.7,12,6z"/>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container mx-auto px-2 py-4">
|
||||
|
||||
<!-- Renders post date, title, and snippet of text. -->
|
||||
<div class="py-2 mb-2 prose">
|
||||
<a class="no-underline h5 bold text-accent" title="/poetic/2018/09/21/wildrose.html" href="/poetic/2018/09/21/wildrose.html">Sep 21, 2018</a>
|
||||
<h2 class="h1 lh-condensed col-9 mt-0">
|
||||
<a class="link-primary" title="/poetic/2018/09/21/wildrose.html" href="/poetic/2018/09/21/wildrose.html">Wild Rose</a>
|
||||
</h2>
|
||||
<p>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...</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="border-top-thin clearfix mt-2 mt-lg-4">
|
||||
<div class="container mx-auto px-2">
|
||||
<p class="col-8 sm-width-full left py-2 mb-0">This project is maintained by <a class="text-accent" href="https://github.com/FreneticScribbler">FreneticScribbler</a></p>
|
||||
<ul class="list-reset right clearfix sm-width-full py-2 mb-2 mb-lg-0">
|
||||
<li class="inline-block mr-1">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="Frenetic Scribblings">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</li>
|
||||
<li class="inline-block">
|
||||
<a class="github-button" href="https://github.com/FreneticScribbler/" data-icon="octicon-star" data-count-href="FreneticScribbler//stargazers" data-count-api="/repos/FreneticScribbler/#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star FreneticScribbler/ on GitHub">Star</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,2 +0,0 @@
|
||||
# Arona Jones
|
||||
## Fabricator-Philosopher | Frenetic Scribbler | Stage Tech
|
||||
@@ -1,103 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Now</title>
|
||||
<meta name="description" content="">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/style.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:4000/now/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Frenetic Scribblings" href="http://localhost:4000/feed.xml">
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header class="border-bottom-thick px-2 clearfix">
|
||||
<div class="left sm-width-full py-1 mt-1 mt-lg-0">
|
||||
<a class="align-middle link-primary text-accent" href="/">
|
||||
Frenetic Scribblings
|
||||
</a>
|
||||
</div>
|
||||
<div class="right sm-width-full">
|
||||
<ul class="list-reset mt-lg-1 mb-2 mb-lg-1">
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/now/">
|
||||
Now
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/">
|
||||
Arona Jones
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div>
|
||||
<article class="container mx-auto px-2 mt2 mb4">
|
||||
<header>
|
||||
<h1 class="h0 py-4 mt-3">Now</h1>
|
||||
</header>
|
||||
<div class="col-4 sm-width-full border-top-thin">
|
||||
</div>
|
||||
<div class="prose mb-4 py-4">
|
||||
<p>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 <a href="https://www.nottinghamtec.co.uk">TEC PA & Lighting</a>. I want to get back into fiction writing and programming soon. And work more on this website.</p>
|
||||
|
||||
<p><a href="https://nownownow.com/about">What’s This?</a></p>
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="border-top-thin clearfix mt-2 mt-lg-4">
|
||||
<div class="container mx-auto px-2">
|
||||
<p class="col-8 sm-width-full left py-2 mb-0">This project is maintained by <a class="text-accent" href="https://github.com/FreneticScribbler">FreneticScribbler</a></p>
|
||||
<ul class="list-reset right clearfix sm-width-full py-2 mb-2 mb-lg-0">
|
||||
<li class="inline-block mr-1">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="Frenetic Scribblings">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</li>
|
||||
<li class="inline-block">
|
||||
<a class="github-button" href="https://github.com/FreneticScribbler/" data-icon="octicon-star" data-count-href="FreneticScribbler//stargazers" data-count-api="/repos/FreneticScribbler/#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star FreneticScribbler/ on GitHub">Star</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,124 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Wild Rose</title>
|
||||
<meta name="description" content="Most roses are tamed, claiming only a veneer of beauty. But some are wild and free. And all the more beautiful for it.">
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:4000/assets/style.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:4000/poetic/2018/09/21/wildrose.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Frenetic Scribblings" href="http://localhost:4000/feed.xml">
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<header class="border-bottom-thick px-2 clearfix">
|
||||
<div class="left sm-width-full py-1 mt-1 mt-lg-0">
|
||||
<a class="align-middle link-primary text-accent" href="/">
|
||||
Frenetic Scribblings
|
||||
</a>
|
||||
</div>
|
||||
<div class="right sm-width-full">
|
||||
<ul class="list-reset mt-lg-1 mb-2 mb-lg-1">
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/about/">
|
||||
About
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/now/">
|
||||
Now
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="inline-block">
|
||||
<a class="align-middle link-primary mr-2 mr-lg-0 ml-lg-2" href="/">
|
||||
Arona Jones
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div>
|
||||
<article class="container px-2 mx-auto mb4" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<h1 class="h0 col-9 sm-width-full py-4 mt-3 inline-block" itemprop="name headline">Wild Rose</h1>
|
||||
<div class="col-4 sm-width-full mt-1 border-top-thin ">
|
||||
<p class="mb-3 py-2 bold h4"><time datetime="2018-09-21T00:00:00+01:00" itemprop="datePublished">Sep 21, 2018</time></p>
|
||||
</div>
|
||||
|
||||
<div class="prose" itemprop="articleBody">
|
||||
<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>
|
||||
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="container mx-auto px-2 py-2 clearfix">
|
||||
<!-- Use if you want to show previous and next for all posts. -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="border-top-thin clearfix mt-2 mt-lg-4">
|
||||
<div class="container mx-auto px-2">
|
||||
<p class="col-8 sm-width-full left py-2 mb-0">This project is maintained by <a class="text-accent" href="https://github.com/FreneticScribbler">FreneticScribbler</a></p>
|
||||
<ul class="list-reset right clearfix sm-width-full py-2 mb-2 mb-lg-0">
|
||||
<li class="inline-block mr-1">
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="Frenetic Scribblings">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
</li>
|
||||
<li class="inline-block">
|
||||
<a class="github-button" href="https://github.com/FreneticScribbler/" data-icon="octicon-star" data-count-href="FreneticScribbler//stargazers" data-count-api="/repos/FreneticScribbler/#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star FreneticScribbler/ on GitHub">Star</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user