build the blog with nix

pull/9/head
Brian Picciano 3 years ago
parent d57fd70640
commit bcf9b230be
  1. 4
      .gitignore
  2. 1
      CNAME
  3. 27
      LICENSE.txt
  4. 17
      Makefile
  5. 5
      build.sh
  6. 41
      default.nix
  7. 965
      gemset.nix
  8. 2
      new-post.sh
  9. 0
      src/404.html
  10. 6
      src/_config.yml
  11. 0
      src/_includes/footer.html
  12. 0
      src/_includes/google-analytics.html
  13. 0
      src/_includes/head.html
  14. 0
      src/_includes/header.html
  15. 0
      src/_includes/image.html
  16. 0
      src/_layouts/code.html
  17. 0
      src/_layouts/default.html
  18. 0
      src/_layouts/page.html
  19. 0
      src/_layouts/post.html
  20. 0
      src/_posts/2013-04-09-erlang-tcp-socket-pull-pattern.md
  21. 0
      src/_posts/2013-07-11-goplus.md
  22. 0
      src/_posts/2013-10-08-generations.md
  23. 0
      src/_posts/2013-10-25-namecoind-ssl.md
  24. 0
      src/_posts/2014-01-11-diamond-square.md
  25. 0
      src/_posts/2014-10-29-erlang-pitfalls.md
  26. 0
      src/_posts/2015-03-11-rabbit-hole.md
  27. 0
      src/_posts/2015-07-15-go-http.md
  28. 0
      src/_posts/2015-11-21-happy-trees.md
  29. 0
      src/_posts/2017-09-06-brian-bars.md
  30. 0
      src/_posts/2018-10-25-rethinking-identity.md
  31. 0
      src/_posts/2018-11-12-viz-1.md
  32. 0
      src/_posts/2018-11-12-viz-2.md
  33. 0
      src/_posts/2019-08-02-program-structure-and-composability.md
  34. 0
      src/_posts/2020-04-26-trading-in-the-rain.md
  35. 0
      src/_posts/2020-05-30-denver-protests.md
  36. 0
      src/_posts/2020-07-07-viz-3.md
  37. 0
      src/_posts/2020-11-16-component-oriented-programming.md
  38. 0
      src/_posts/2021-01-01-new-year-new-resolution.md
  39. 0
      src/_posts/2021-01-09-ginger.md
  40. 0
      src/_posts/2021-01-14-the-web.md
  41. 0
      src/assets/component-oriented-design/v1/main.go
  42. 0
      src/assets/component-oriented-design/v1/main.md
  43. 0
      src/assets/component-oriented-design/v1/main_test.go
  44. 0
      src/assets/component-oriented-design/v1/main_test.md
  45. 0
      src/assets/component-oriented-design/v2/main.go
  46. 0
      src/assets/component-oriented-design/v2/main.md
  47. 0
      src/assets/component-oriented-design/v3/main.go
  48. 0
      src/assets/component-oriented-design/v3/main.md
  49. 0
      src/assets/friendly.css
  50. 0
      src/assets/main.css
  51. 0
      src/assets/main.js
  52. 0
      src/assets/normalize.css
  53. 0
      src/assets/qrcode.min.js
  54. 0
      src/assets/skeleton.css
  55. 0
      src/assets/trading-in-the-rain/CW.js
  56. 0
      src/assets/trading-in-the-rain/Distributor.js
  57. 0
      src/assets/trading-in-the-rain/MIDI.js/LICENSE.txt
  58. 0
      src/assets/trading-in-the-rain/MIDI.js/inc/shim/Base64.js
  59. 0
      src/assets/trading-in-the-rain/MIDI.js/inc/shim/Base64binary.js
  60. 0
      src/assets/trading-in-the-rain/MIDI.js/inc/shim/WebAudioAPI.js
  61. 0
      src/assets/trading-in-the-rain/MIDI.js/inc/shim/WebMIDIAPI.js
  62. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/audioDetect.js
  63. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/gm.js
  64. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/loader.js
  65. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/player.js
  66. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/plugin.audiotag.js
  67. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/plugin.webaudio.js
  68. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/plugin.webmidi.js
  69. 0
      src/assets/trading-in-the-rain/MIDI.js/js/midi/synesthesia.js
  70. 0
      src/assets/trading-in-the-rain/MIDI.js/js/util/dom_request_script.js
  71. 0
      src/assets/trading-in-the-rain/MIDI.js/js/util/dom_request_xhr.js
  72. 0
      src/assets/trading-in-the-rain/MusicBox.js
  73. 0
      src/assets/trading-in-the-rain/RainCanvas.js
  74. 0
      src/assets/trading-in-the-rain/SeriesComposer.js
  75. 0
      src/assets/trading-in-the-rain/key.gpg
  76. 0
      src/assets/trading-in-the-rain/main.js
  77. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3.js
  78. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A0.mp3
  79. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A1.mp3
  80. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A2.mp3
  81. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A3.mp3
  82. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A4.mp3
  83. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A5.mp3
  84. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A6.mp3
  85. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/A7.mp3
  86. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab1.mp3
  87. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab2.mp3
  88. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab3.mp3
  89. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab4.mp3
  90. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab5.mp3
  91. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab6.mp3
  92. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/Ab7.mp3
  93. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B0.mp3
  94. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B1.mp3
  95. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B2.mp3
  96. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B3.mp3
  97. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B4.mp3
  98. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B5.mp3
  99. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B6.mp3
  100. 0
      src/assets/trading-in-the-rain/soundfont/acoustic_grand_piano-mp3/B7.mp3
  101. Some files were not shown because too many files have changed in this diff Show More

4
.gitignore vendored

@ -1,6 +1,6 @@
.bundle
.sass-cache
Gemfile.lock
_site
*.gem
.jekyll-metadata
result
_site

@ -1 +0,0 @@
blog.mediocregopher.com

@ -1,21 +1,14 @@
The MIT License (MIT)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (c) 2016-present Parker Moore and the minima contributors
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

@ -1,12 +1,11 @@
serve:
docker run -it --rm \
-v $$(pwd):/srv/jekyll \
-p 4000:4000 \
jekyll/jekyll \
jekyll serve -w -I -D -H 0.0.0.0
nix-shell -A serve
update:
docker run -it --rm \
-v $$(pwd):/srv/jekyll \
jekyll/jekyll \
bundle update
nix-shell -p bundler --run 'bundler update'
lock:
nix-shell -p bundler -p bundix --run 'bundler lock; bundler package --no-install --path vendor; bundix; rm -rf .bundle vendor'
build:
nix-build -A build

@ -0,0 +1,5 @@
source $stdenv/setup
set -e
mkdir -p "$out"
$jekyll_env/bin/jekyll build -s "$src" -d "$out"

@ -0,0 +1,41 @@
{
pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/cd63096d6d887d689543a0b97743d28995bc9bc3.tar.gz") {},
system ? builtins.currentSystem,
}:
let
jekyll_env = pkgs.bundlerEnv {
name = "jekyll_env";
ruby = pkgs.ruby;
gemdir = ./.;
};
in
{
build = derivation {
system = system;
name = "mediocre-blog";
builder = "${pkgs.bash}/bin/bash";
args = [ ./build.sh ];
src = ./src;
stdenv = pkgs.stdenv;
inherit jekyll_env;
};
serve = pkgs.stdenv.mkDerivation rec {
name = "jekyll_env";
# glibcLocales is required so to fill in LC_ALL and other locale
# related environment vars. Without those jekyll's scss compiler
# fails.
#
# TODO probably get rid of the scss compiler.
buildInputs = [ jekyll_env pkgs.glibcLocales ];
shellHook = ''
exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0
'';
};
}

@ -0,0 +1,965 @@
{
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1axidc4mikgi4yxs0ynw2c54jyrs5lxprxmzv6m3aayi9rg6rk5j";
type = "gem";
};
version = "6.0.3.4";
};
addressable = {
dependencies = ["public_suffix"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
type = "gem";
};
version = "2.7.0";
};
coffee-script = {
dependencies = ["coffee-script-source" "execjs"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2";
type = "gem";
};
version = "2.4.1";
};
coffee-script-source = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xfshhlz808f8639wc88wgls1mww35sid8rd55vn0a4yqajf4vh9";
type = "gem";
};
version = "1.11.1";
};
colorator = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72";
type = "gem";
};
version = "1.1.0";
};
commonmarker = {
dependencies = ["ruby-enum"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pmjm87p0hxnknp33cxyvkgbr1swfp9gcznssmalm9z8kwyancb9";
type = "gem";
};
version = "0.17.13";
};
concurrent-ruby = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1vnxrbhi7cq3p4y2v9iwd10v1c7l15is4var14hwnb2jip4fyjzz";
type = "gem";
};
version = "1.1.7";
};
dnsruby = {
dependencies = ["simpleidn"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0q7k7wn8flcdr0kzgknq40cjddd0zn3g3n4gwwwdz0kq30pinzxx";
type = "gem";
};
version = "1.61.5";
};
em-websocket = {
dependencies = ["eventmachine" "http_parser.rb"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1mg1mx735a0k1l8y14ps2mxdwhi5r01ikydf34b0sp60v66nvbkb";
type = "gem";
};
version = "0.5.2";
};
ethon = {
dependencies = ["ffi"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0gggrgkcq839mamx7a8jbnp2h7x2ykfn34ixwskwb0lzx2ak17g9";
type = "gem";
};
version = "0.12.0";
};
eventmachine = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r";
type = "gem";
};
version = "1.2.7";
};
execjs = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yz55sf2nd3l666ms6xr18sm2aggcvmb8qr3v53lr4rir32y1yp1";
type = "gem";
};
version = "2.7.0";
};
faraday = {
dependencies = ["multipart-post" "ruby2_keywords"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "16dapwi5pivrl25r4lkr1mxjrzkznj4wlcb08fzkmxnj4g5c6y35";
type = "gem";
};
version = "1.1.0";
};
ffi = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "12lpwaw82bb0rm9f52v1498bpba8aj2l2q359mkwbxsswhpga5af";
type = "gem";
};
version = "1.13.1";
};
forwardable-extended = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v";
type = "gem";
};
version = "2.6.0";
};
gemoji = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
type = "gem";
};
version = "3.0.1";
};
github-pages = {
dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"];
groups = ["jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "08jdjxs0x3x54vy5c98nplpa23c290z0pai3gbx3h3m197wqbsra";
type = "gem";
};
version = "209";
};
github-pages-health-check = {
dependencies = ["addressable" "dnsruby" "octokit" "public_suffix" "typhoeus"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "07k88nxkfqa44vklm320p3jfxkvzmn1cfnydajlzdhgc21i70ybh";
type = "gem";
};
version = "1.16.1";
};
html-pipeline = {
dependencies = ["activesupport" "nokogiri"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "080sn9z1a64gv04p318jz10y6lv6qd3avip08rrcmq9k4ihai0f1";
type = "gem";
};
version = "2.14.0";
};
"http_parser.rb" = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15nidriy0v5yqfjsgsra51wmknxci2n2grliz78sf9pga3n0l7gi";
type = "gem";
};
version = "0.6.0";
};
i18n = {
dependencies = ["concurrent-ruby"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "038qvz7kd3cfxk8bvagqhakx68pfbnmghpdkx7573wbf0maqp9a3";
type = "gem";
};
version = "0.9.5";
};
jekyll = {
dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ci1v1mpad36191vzbm1050dxccwv6ky4yhdyvskmqxa6cf6v21j";
type = "gem";
};
version = "3.9.0";
};
jekyll-avatar = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "03bys2pl60vq92skfhlfqr2j68zhfjc86jffpg32f94wzjk8n0wk";
type = "gem";
};
version = "0.7.0";
};
jekyll-coffeescript = {
dependencies = ["coffee-script" "coffee-script-source"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06qf4j9f6ysjb4bq6gsdaiz2ksmhc5yb484v458ra3s6ybccqvvy";
type = "gem";
};
version = "1.1.1";
};
jekyll-commonmark = {
dependencies = ["commonmarker" "jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15kr36k56l4fh8yp7qswn9m91v7sa5kr2vq9w40li16z4n4akk57";
type = "gem";
};
version = "1.3.1";
};
jekyll-commonmark-ghpages = {
dependencies = ["commonmarker" "jekyll-commonmark" "rouge"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1bhpk7iiz2p0hha650zxqq7rlbfj92m9qxxxasarrswszl4pcvp7";
type = "gem";
};
version = "0.1.6";
};
jekyll-default-layout = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "009zpd0mkmhkfp3s8yvh5mriqhil0ihv3gi2vw63flr3jz48y4kx";
type = "gem";
};
version = "0.1.4";
};
jekyll-feed = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zxqkrnix0xiw98531h5ga6h69jhzlx2jh9qhvcl67p8nq3sgza9";
type = "gem";
};
version = "0.15.1";
};
jekyll-gist = {
dependencies = ["octokit"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9";
type = "gem";
};
version = "1.5.0";
};
jekyll-github-metadata = {
dependencies = ["jekyll" "octokit"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r4m7r4qyd3pqkp5xlyp3zzy47i18kjgwq995nrspysgkmc4qmw1";
type = "gem";
};
version = "2.13.0";
};
jekyll-mentions = {
dependencies = ["html-pipeline" "jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r";
type = "gem";
};
version = "1.6.0";
};
jekyll-optional-front-matter = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06vnxcmgkxm5nvrpv89qq0afjlxmadv63nh4ryglcwhlf4fhdp7c";
type = "gem";
};
version = "0.3.2";
};
jekyll-paginate = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8";
type = "gem";
};
version = "1.1.0";
};
jekyll-readme-index = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0chybr1zgnrmc7zf6psszcqnlrcy2jar8h77kci51lxj8vgc8k6p";
type = "gem";
};
version = "0.3.0";
};
jekyll-redirect-from = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6";
type = "gem";
};
version = "0.16.0";
};
jekyll-relative-links = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0vfx90ajxyj24lz406k3pqknlbzy8nqs7wpz0in4ps9rggsh24yi";
type = "gem";
};
version = "0.6.1";
};
jekyll-remote-theme = {
dependencies = ["addressable" "jekyll" "jekyll-sass-converter" "rubyzip"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0zgvdpy9gv87wkwkh11zf6b26izjjski0d2lzhjbrixdgnqb3l6h";
type = "gem";
};
version = "0.4.2";
};
jekyll-sass-converter = {
dependencies = ["sass"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "008ikh5fk0n6ri54mylcl8jn0mq8p2nfyfqif2q3pp0lwilkcxsk";
type = "gem";
};
version = "1.5.2";
};
jekyll-seo-tag = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1p9fl2r4ni10lbx143zp41caldjs4hg27az5wg42sbwzb7s6z66m";
type = "gem";
};
version = "2.6.1";
};
jekyll-sitemap = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d";
type = "gem";
};
version = "1.4.0";
};
jekyll-swiss = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "18w893f2snpbvgl80jnmq3xxsl5yi5a5qm11iy3gx0d8viasi6f2";
type = "gem";
};
version = "1.0.0";
};
jekyll-theme-architect = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0v4y0lqg1x7b94zw922qp6f3fixni9l4b9d1yavr1nswf8jmpcya";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-cayman = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1wdbvmnabzlqpq8hj7k5h9bwv96k05rx8z45f1mkqrbmy0x9gxmf";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-dinky = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0dxs6c13fas8wbcigvs8d70p7601g627i3mpchcpapwj8cfd631v";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-hacker = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x0qrypnpxg92wjf8r57xp306057liigz2a6p511m940p5qlc0x6";
type = "gem";
};
version = "0.1.2";
};
jekyll-theme-leap-day = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1pw1qbrq2f8gyzrmwxdlsqhkzpk5cdv594aia7f6wwdxm6sjvhp2";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-merlot = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1iiaqxyfgrrsgrsbvmzfwz8m4jwx73cxvy9zw81ir5pxpbhf0rwl";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-midnight = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jbna13cjfqd3i1m4vp8izznkxn1w1ih54zdyz004g32fwpcqbpp";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-minimal = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "078rlgpc902f5kslxj2zc85y53ywngbx81zhwvz1p0nbil4f4k1s";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-modernist = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0a7gg944c1d730ss0fx9qvxwfabwsyd3xgyfwr18cx22zx9mbbvm";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-primer = {
dependencies = ["jekyll" "jekyll-github-metadata" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0c7p3393mr3znjpvz3plbrws9jdwcz3872v9f027p7hqffhhmh9k";
type = "gem";
};
version = "0.5.4";
};
jekyll-theme-slate = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "026p01a5jr42gar6d1kwrr39jd40h91ilvkn8969hydv7yd0ld67";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-tactile = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1904cbjrv7mqkrzhwlip18krr6jk8fkzrxkyq139b20rbkp1qx5y";
type = "gem";
};
version = "0.1.1";
};
jekyll-theme-time-machine = {
dependencies = ["jekyll" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "010gzncy2vav0rdga78x4ls0dda400lxy186knsl72yk8pa807n0";
type = "gem";
};
version = "0.1.1";
};
jekyll-titles-from-headings = {
dependencies = ["jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "10c4sa3gwyidmkcs8h6223lmqpw3h09mn7w8hxfppsk1wda6fdkp";
type = "gem";
};
version = "0.5.3";
};
jekyll-watch = {
dependencies = ["listen"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w";
type = "gem";
};
version = "2.2.1";
};
jemoji = {
dependencies = ["gemoji" "html-pipeline" "jekyll"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "09sxbnrqz5vf6rxmh6lzism31gz2g3hw86ymg37r1ccknclv3cp9";
type = "gem";
};
version = "0.12.0";
};
kramdown = {
dependencies = ["rexml"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1vmw752c26ny2jwl0npn0gbyqwgz4hdmlpxnsld9qi9xhk5b1qh7";
type = "gem";
};
version = "2.3.0";
};
kramdown-parser-gfm = {
dependencies = ["kramdown"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
type = "gem";
};
version = "1.1.0";
};
liquid = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0zhg5ha8zy8zw9qr3fl4wgk4r5940n4128xm2pn4shpbzdbsj5by";
type = "gem";
};
version = "4.0.3";
};
listen = {
dependencies = ["rb-fsevent" "rb-inotify"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0028p1fss6pvw4mlpjqdmxfzsm8ww79irsadbibrr7f23qfn8ykr";
type = "gem";
};
version = "3.3.1";
};
mercenary = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a";
type = "gem";
};
version = "0.3.6";
};
mini_portile2 = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
type = "gem";
};
version = "2.4.0";
};
minima = {
dependencies = ["jekyll" "jekyll-feed" "jekyll-seo-tag"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj";
type = "gem";
};
version = "2.5.1";
};
minitest = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "170y2cvx51gm3cm3nhdf7j36sxnkh6vv8ls36p90ric7w8w16h4v";
type = "gem";
};
version = "5.14.2";
};
multipart-post = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zgw9zlwh2a6i1yvhhc4a84ry1hv824d6g2iw2chs3k5aylpmpfj";
type = "gem";
};
version = "2.1.1";
};
nokogiri = {
dependencies = ["mini_portile2"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xmf60nj5kg9vaj5bysy308687sgmkasgx06vbbnf94p52ih7si2";
type = "gem";
};
version = "1.10.10";
};
octokit = {
dependencies = ["faraday" "sawyer"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1dz8na8fk445yqrwpkl31fimnap7p4xf9m9qm9i7cpvaxxgk2n24";
type = "gem";
};
version = "4.19.0";
};
pathutil = {
dependencies = ["forwardable-extended"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4";
type = "gem";
};
version = "0.16.2";
};
public_suffix = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g9ds2ffzljl6jjmkjffwxc1z6lh5nkqqmhhkxjk71q5ggv0rkpm";
type = "gem";
};
version = "3.1.1";
};
rb-fsevent = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1k9bsj7ni0g2fd7scyyy1sk9dy2pg9akniahab0iznvjmhn54h87";
type = "gem";
};
version = "0.10.4";
};
rb-inotify = {
dependencies = ["ffi"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
type = "gem";
};
version = "0.10.1";
};
rexml = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1mkvkcw9fhpaizrhca0pdgjcrbns48rlz4g6lavl5gjjq3rk2sq3";
type = "gem";
};
version = "3.2.4";
};
rouge = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0z4sp0227dljiqcg7cki53qww31f22nl7msvnnqrgpwijgg9y80v";
type = "gem";
};
version = "3.23.0";
};
ruby-enum = {
dependencies = ["i18n"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0d3dyx2z41zd6va9dwn3q8caf710vzdaf57xspc0y17aqmnprwnw";
type = "gem";
};
version = "0.8.0";
};
ruby2_keywords = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "17pcc0wgvh3ikrkr7bm3nx0qhyiqwidd13ij0fa50k7gsbnr2p0l";
type = "gem";
};
version = "0.0.2";
};
rubyzip = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0590m2pr9i209pp5z4mx0nb1961ishdiqb28995hw1nln1d1b5ji";
type = "gem";
};
version = "2.3.0";
};
safe_yaml = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56";
type = "gem";
};
version = "1.0.5";
};
sass = {
dependencies = ["sass-listen"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
type = "gem";
};
version = "3.7.4";
};
sass-listen = {
dependencies = ["rb-fsevent" "rb-inotify"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
type = "gem";
};
version = "4.0.0";
};
sawyer = {
dependencies = ["addressable" "faraday"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz";
type = "gem";
};
version = "0.8.2";
};
simpleidn = {
dependencies = ["unf"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0b9v0xs4ksd68zckamv6rbrrqllpa9am0p29bycq9fxvlkqd7w2w";
type = "gem";
};
version = "0.1.1";
};
terminal-table = {
dependencies = ["unicode-display_width"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1512cngw35hsmhvw4c05rscihc59mnj09m249sm9p3pik831ydqk";
type = "gem";
};
version = "1.8.0";
};
thread_safe = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
type = "gem";
};
version = "0.3.6";
};
typhoeus = {
dependencies = ["ethon"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1m22yrkmbj81rzhlny81j427qdvz57yk5wbcf3km0nf3bl6qiygz";
type = "gem";
};
version = "1.4.0";
};
tzinfo = {
dependencies = ["thread_safe"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0skr6ih9cr3pwp8l84f0z7fy3q9kiq8hw0sg3zqw0hpbbyj05743";
type = "gem";
};
version = "1.2.8";
};
unf = {
dependencies = ["unf_ext"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
type = "gem";
};
version = "0.1.4";
};
unf_ext = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0wc47r23h063l8ysws8sy24gzh74mks81cak3lkzlrw4qkqb3sg4";
type = "gem";
};
version = "0.0.7.7";
};
unicode-display_width = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06i3id27s60141x6fdnjn5rar1cywdwy64ilc59cz937303q3mna";
type = "gem";
};
version = "1.7.0";
};
zeitwerk = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "12n0hiawqayzchi0yga5n19hi63b2snd49fv3n23n2i4pp05jzrp";
type = "gem";
};
version = "2.4.1";
};
}

@ -48,7 +48,7 @@ if $(echo "$description" | grep -q '[^.$!?]$'); then
exit 1
fi
postFileName=_posts/$td-$clean_title.md
postFileName=src/_posts/$td-$clean_title.md
echo "Creating $postFileName"
postContent=$(cat <<EOF
---

@ -11,6 +11,12 @@ github_username: mediocregopher
rss: rss
highlighter: rouge
defaults:
- scope:
path: "_posts"
values:
layout: "post"
plugins:
- jekyll-feed
- jekyll-seo-tag

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

Loading…
Cancel
Save