This commit is contained in:
Brian Picciano 2021-02-26 13:56:52 -07:00
parent 345faf3e89
commit 8248024277
24 changed files with 30 additions and 5 deletions

View File

@ -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'

View File

@ -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;
};
}

View File

@ -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!

BIN
src/img/wedding/1.jpg Normal file

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

BIN
src/img/wedding/2.jpg Normal file

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

BIN
src/img/wedding/3.jpg Normal file

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

BIN
src/img/wedding/500px/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

BIN
src/img/wedding/500px/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

BIN
src/img/wedding/500px/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB