diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 53b77fe..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM ruby:2.7 - -RUN gem install bundler:2.0.2 && \ - bundle config --global frozen 1 - -COPY Gemfile Gemfile.lock ./ -RUN bundle install diff --git a/Gemfile b/Gemfile deleted file mode 100644 index ef60acc..0000000 --- a/Gemfile +++ /dev/null @@ -1,11 +0,0 @@ -source 'https://rubygems.org' -gem 'jekyll-sitemap', group: :jekyll_plugins -gem 'jekyll-seo-tag', group: :jekyll_plugins -gem "jekyll-gravatar", "~> 0.1.0", group: :jekyll_plugins -gem "jekyll-assets", "~> 3.0.12", group: :jekyll_plugins -gem "kramdown-parser-gfm" -gem 'sprockets-es6' -gem 'sprockets', "~> 3.7" - -gem "bootstrap", ">= 4.3.1" -gem "font-awesome-sass", "~> 5.13" diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 29577f9..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,182 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - actionpack (5.2.8.1) - actionview (= 5.2.8.1) - activesupport (= 5.2.8.1) - rack (~> 2.0, >= 2.0.8) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.8.1) - activesupport (= 5.2.8.1) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.2.8.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) - autoprefixer-rails (10.4.13.0) - execjs (~> 2) - babel-source (5.8.35) - babel-transpiler (0.7.0) - babel-source (>= 4.0, < 6) - execjs (~> 2.0) - bootstrap (5.2.3) - autoprefixer-rails (>= 9.1.0) - popper_js (>= 2.11.6, < 3) - sassc-rails (>= 2.0.0) - builder (3.2.4) - colorator (1.1.0) - concurrent-ruby (1.2.2) - crass (1.0.6) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - erubi (1.12.0) - eventmachine (1.2.7) - execjs (2.8.1) - extras (0.3.0) - forwardable-extended (~> 2.5) - fastimage (2.2.0) - ffi (1.15.5) - font-awesome-sass (5.15.1) - sassc (>= 1.11) - forwardable-extended (2.6.0) - http_parser.rb (0.8.0) - i18n (1.12.0) - concurrent-ruby (~> 1.0) - jekyll (3.9.3) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (>= 0.7, < 2) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (>= 1.17, < 3) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-assets (3.0.12) - activesupport (~> 5.0) - execjs (~> 2.7) - extras (~> 0.2) - fastimage (~> 2.0, >= 1.8) - jekyll (>= 3.5, < 4.0) - jekyll-sanity (~> 1.2) - liquid-tag-parser (~> 1.0) - nokogiri (~> 1.8) - pathutil (~> 0.16) - sprockets (>= 3.3, < 4.1.beta) - jekyll-gravatar (0.1.0) - jekyll-sanity (1.6.0) - jekyll (>= 3.1, < 5.0) - pathutil (~> 0.16) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.4) - liquid-tag-parser (1.9.0) - extras (~> 0.3) - liquid (>= 3.0, < 5.0) - listen (3.8.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mercenary (0.3.6) - method_source (1.0.0) - mini_portile2 (2.8.1) - minitest (5.18.0) - nokogiri (1.14.2) - mini_portile2 (~> 2.8.0) - racc (~> 1.4) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - popper_js (2.11.6) - public_suffix (5.0.1) - racc (1.6.2) - rack (2.2.6.4) - rack-test (2.1.0) - rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) - nokogiri (>= 1.6) - rails-html-sanitizer (1.5.0) - loofah (~> 2.19, >= 2.19.1) - railties (5.2.8.1) - actionpack (= 5.2.8.1) - activesupport (= 5.2.8.1) - method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) - rake (13.0.6) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (3.30.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) - sassc (2.4.0) - ffi (~> 1.9) - sassc-rails (2.1.2) - railties (>= 4.0.0) - sassc (>= 2.0) - sprockets (> 3.0) - sprockets-rails - tilt - sprockets (3.7.2) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-es6 (0.9.2) - babel-source (>= 5.8.11) - babel-transpiler - sprockets (>= 3.0.0) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - sprockets (>= 3.0.0) - thor (1.2.1) - thread_safe (0.3.6) - tilt (2.1.0) - tzinfo (1.2.11) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - bootstrap (>= 4.3.1) - font-awesome-sass (~> 5.13) - jekyll-assets (~> 3.0.12) - jekyll-gravatar (~> 0.1.0) - jekyll-seo-tag - jekyll-sitemap - kramdown-parser-gfm - sprockets (~> 3.7) - sprockets-es6 - -BUNDLED WITH - 2.0.2 diff --git a/_assets/css/responsive_sizes.scss b/_assets/css/responsive_sizes.scss deleted file mode 100644 index c4d47c6..0000000 --- a/_assets/css/responsive_sizes.scss +++ /dev/null @@ -1,18 +0,0 @@ -@use "sass:map"; - -@each $prop, $abbrev in (width: w, height: h) { - @each $bpname,$bpsize in $grid-breakpoints { - @media (min-width: $bpsize) { - $props: map-get($utilities, $prop); - $propValues: map-get($props, 'values'); - @each $size, $length in $propValues { - .#{$abbrev}-#{$bpname}-#{$size} { - #{$prop}: $length; - } - .m#{$abbrev}-#{$bpname}-#{$size} { - max-#{$prop}: $length; - } - } - } - } -} diff --git a/_assets/css/style.scss b/_assets/css/style.scss deleted file mode 100644 index 5bb11fa..0000000 --- a/_assets/css/style.scss +++ /dev/null @@ -1,166 +0,0 @@ -$navbar-padding-x: 1rem; - -@import 'bootstrap'; -@import 'font-awesome-sprockets'; -@import 'font-awesome'; -@import 'responsive_sizes'; - -.rounded-large { - border-radius: 1rem; -} - -.primary-container { - padding: 0; - - & > .row { - margin: 0; - } -} - -.bd-sideboard { - aside { - padding: $table-cell-padding-x-sm; - } - - header { - h2 { - font-size: 1.7rem; - } - } -} - -.bg-dark { - p, header { - color: $light; - } -} - -.bg-white { - p, header { - color: $black; - } -} - -dl { - & > dt + dd, & > dd + dd { - padding-left: 1em; - margin-bottom: 0; - font-style: italic; - } - - & > dt + dt, & > dd + dt { - margin-top: 1em; - } -} - -@media print { - .noprint { display: none; } - .site-header, .site-sidebar, .site-footer { display: none; } - .hentry { margin-bottom: 0; } - p, dl, ul, ol { margin-bottom: 1em; } -} - -@media screen { - .printonly { display: none; } -} - -p, dl, ul, ol { - &:last-child { margin-bottom: 0; } -} - -.hide { display: none; } - -%resume { - section.entry-content { - border-top: 1px solid rgba(0, 0, 0, 0.1); - padding-top: 1em; - } -} - -#page-web { - @extend %resume; - - #workhistory { - ul .tech { - &::before { content: "("; } - &::after { content: ")"; } - } - } - - @media print { - .site-title, .entry-title { display:none; } - - h2 { - font-size: 20px; - margin-bottom: 0.25em; - } - - .entry-content { - a { - &:link::after, &:visited:after { - content:" [" attr(href) "] "; - color: gray; - } - } - - #workhistory { - ul .tech { - display: block; - &::before { content: ""; } - &::after { content: ""; } - } - } - - #summary { - li { - float: left; - margin-right: 0.5em; - list-style-type: none; - width: 30%; - - &:nth-child(3n + 1) { - clear: both; - } - } - - p:nth-child(3) { - margin-bottom:0; - } - - ul { - margin-top:0; - list-style-type: none; - } - - &::after { - content: " "; - clear: both; - display: block; - } - - & + section { - margin-top: 1em; - //clear:both; - } - } - - ul { - p { margin-bottom: .5em; } - } - } - } -} - -#page-theater { - @extend %resume; - - figure.headshot { - max-height: 12rem; - } -} - -ul.skills { - display: grid; - grid-gap: .25rem; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); -} diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 430b434..0000000 --- a/_config.yml +++ /dev/null @@ -1,94 +0,0 @@ -# -# This file contains configuration flags to customize your site -# - -# Name of your site (displayed in the header) -name: "Dan Jones" - -# Short bio or description (displayed in the header) -description: "Web developer, actor, all around good guy" - -timezone: America/Chicago - -# URL of your avatar or profile pic (you could use your GitHub profile pic) -avatar: https://avatars3.githubusercontent.com/u/254662 - -# -# Flags below are optional -# - -author: - name: Dan Jones - from: Texas, USA - dribbble: - email: wizzard351@yahoo.com - facebook: danjones - flickr: goodevilgenius - github: goodevilgenius - instagram: goodevilgenius - linkedin: danjones000 - pinterest: - rss: https://pile.goodevilgenius.org/feed.xml # just type anything here for a working RSS icon - twitter: goodevilgenius - stackoverflow: users/367461/dan-jones # your stackoverflow profile, e.g. "users/50476/bart-kiers" - youtube: # channel/ or user/ - googleplus: +DanJones000 # anything in your profile username that comes after plus.google.com/ - -# Enter your Disqus shortname (not your username) to enable commenting on posts -# You can find your shortname on the Settings page of your Disqus account -disqus: - -# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking -google_analytics: - -# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) -# Used for Sitemap.xml and your RSS feed -url: https://danielrayjones.com - -# If you're hosting your site at a Project repository on GitHub pages -# (http://yourusername.github.io/repository-name) -# and NOT your User repository (http://yourusername.github.io) -# then add in the baseurl here, like this: "/repository-name" -baseurl: "" - -collections: - links: - output: false - -permalink: /:year/:month/:title/ - -# Jekyll 3 now only supports Kramdown for Markdown -kramdown: - # Use GitHub flavored markdown, including triple backtick fenced code blocks - input: GFM - syntax_highlighter: rouge - syntax_highlighter_opts: - # Use existing pygments syntax highlighting css - css_class: 'highlight' - -sass: - style: :expanded # You might prefer to minify using :compressed - -assets: - compression: false - -# Use the following plug-ins -plugins: - - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem - - jekyll-seo-tag - - jekyll-assets - - jekyll-gravatar - - bootstrap - - font-awesome-sass - -# Exclude these files from your production _site -exclude: - - Gemfile - - Gemfile.lock - - LICENSE - - README.md - - CNAME - - Makefile - - .c9 - -include: [.circleci, CNAME] diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 192a4fd..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - {% seo %} - {% asset style.scss %} - - - - -
- - -
-
- - - -
- -
-
- {% if page.title %} -
-

{{ page.title }}

-
- {% endif %} - {{ content }} -
-
- -
- -
- - - - {% asset application.js %} - - diff --git a/_links/00-codeberg.md b/_links/00-codeberg.md deleted file mode 100644 index 1b3d799..0000000 --- a/_links/00-codeberg.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Codeberg -link: https://codeberg.org/danjones000 ---- diff --git a/_links/01-gitlab.md b/_links/01-gitlab.md deleted file mode 100644 index ecd379e..0000000 --- a/_links/01-gitlab.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: GitLab -link: https://gitlab.com/danjones000 ---- diff --git a/_links/03-github.md b/_links/03-github.md deleted file mode 100644 index 5955e3e..0000000 --- a/_links/03-github.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: GitHub -link: https://github.com/goodevilgenius ---- diff --git a/_links/05-gists.md b/_links/05-gists.md deleted file mode 100644 index 5866c25..0000000 --- a/_links/05-gists.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: GitHub Gists -link: https://gist.github.com/goodevilgenius ---- diff --git a/_links/07-so-dev-story.md b/_links/07-so-dev-story.md deleted file mode 100644 index c2cc394..0000000 --- a/_links/07-so-dev-story.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Stack Overflow Developer Story -link: https://stackoverflow.com/story/danjones000 ---- diff --git a/_links/10-blog.md b/_links/10-blog.md deleted file mode 100644 index 92c4290..0000000 --- a/_links/10-blog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Dan's Musings (blog) -link: https://goodevilgenius.org -display: true ----