pull/10/head
Brian Picciano 3 years ago
parent 345faf3e89
commit 8248024277
  1. 3
      Makefile
  2. 14
      default.nix
  3. 18
      src/_posts/2021-02-25-married.md
  4. BIN
      src/img/wedding/1.jpg
  5. BIN
      src/img/wedding/1000px/1.jpg
  6. BIN
      src/img/wedding/1000px/2.jpg
  7. BIN
      src/img/wedding/1000px/3.jpg
  8. BIN
      src/img/wedding/1500px/1.jpg
  9. BIN
      src/img/wedding/1500px/2.jpg
  10. BIN
      src/img/wedding/1500px/3.jpg
  11. BIN
      src/img/wedding/2.jpg
  12. BIN
      src/img/wedding/2000px/1.jpg
  13. BIN
      src/img/wedding/2000px/2.jpg
  14. BIN
      src/img/wedding/2000px/3.jpg
  15. BIN
      src/img/wedding/2500px/1.jpg
  16. BIN
      src/img/wedding/2500px/2.jpg
  17. BIN
      src/img/wedding/2500px/3.jpg
  18. BIN
      src/img/wedding/3.jpg
  19. BIN
      src/img/wedding/3000px/1.jpg
  20. BIN
      src/img/wedding/3000px/2.jpg
  21. BIN
      src/img/wedding/3000px/3.jpg
  22. BIN
      src/img/wedding/500px/1.jpg
  23. BIN
      src/img/wedding/500px/2.jpg
  24. BIN
      src/img/wedding/500px/3.jpg

@ -11,6 +11,9 @@ clean:
serve:
nix-shell -A serve
shell:
nix-shell -A shell
lock:
nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor'

@ -9,10 +9,13 @@
ruby = pkgs.ruby;
gemdir = ./.;
};
shell_inputs = [ jekyll_env pkgs.imagemagick pkgs.exiftool ];
in
{
build = derivation {
inherit jekyll_env system;
name = "mediocre-blog";
builder = "${pkgs.bash}/bin/bash";
args = [ ./build.sh ];
@ -22,14 +25,15 @@
};
serve = pkgs.stdenv.mkDerivation {
name = "mediocre-blog-shell";
buildInputs = [ jekyll_env ];
name = "mediocre-blog-shell-serve";
buildInputs = shell_inputs;
shellHook = ''
exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0
'';
};
env = jekyll_env;
shell = pkgs.stdenv.mkDerivation {
name = "mediocre-blog-shell";
buildInputs = shell_inputs;
};
}

@ -0,0 +1,18 @@
---
title: >-
Married!
description: >-
We did it!
---
Just us, an aspen grove, and a photographer to witness. Between weather and
foot-traffic on the trail everything went as well as we hoped it would; it was a
wonderful day.
{% include image.html dir="wedding" file="1.jpg" width=4005 %}
{% include image.html dir="wedding" file="2.jpg" width=4004 %}
{% include image.html dir="wedding" file="3.jpg" width=4005 %}
More pictures coming soon to a website near you!

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Loading…
Cancel
Save