wedding
3
Makefile
@ -11,6 +11,9 @@ clean:
|
|||||||
serve:
|
serve:
|
||||||
nix-shell -A serve
|
nix-shell -A serve
|
||||||
|
|
||||||
|
shell:
|
||||||
|
nix-shell -A shell
|
||||||
|
|
||||||
lock:
|
lock:
|
||||||
nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor'
|
nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor'
|
||||||
|
|
||||||
|
14
default.nix
@ -9,10 +9,13 @@
|
|||||||
ruby = pkgs.ruby;
|
ruby = pkgs.ruby;
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
shell_inputs = [ jekyll_env pkgs.imagemagick pkgs.exiftool ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
build = derivation {
|
build = derivation {
|
||||||
inherit jekyll_env system;
|
inherit jekyll_env system;
|
||||||
|
|
||||||
name = "mediocre-blog";
|
name = "mediocre-blog";
|
||||||
builder = "${pkgs.bash}/bin/bash";
|
builder = "${pkgs.bash}/bin/bash";
|
||||||
args = [ ./build.sh ];
|
args = [ ./build.sh ];
|
||||||
@ -22,14 +25,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serve = pkgs.stdenv.mkDerivation {
|
serve = pkgs.stdenv.mkDerivation {
|
||||||
name = "mediocre-blog-shell";
|
name = "mediocre-blog-shell-serve";
|
||||||
buildInputs = [ jekyll_env ];
|
buildInputs = shell_inputs;
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
exec ${jekyll_env}/bin/jekyll serve -s ./src -d ./_site -w -I -D -H 0.0.0.0
|
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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
18
src/_posts/2021-02-25-married.md
Normal 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
After Width: | Height: | Size: 10 MiB |
BIN
src/img/wedding/1000px/1.jpg
Normal file
After Width: | Height: | Size: 1001 KiB |
BIN
src/img/wedding/1000px/2.jpg
Normal file
After Width: | Height: | Size: 996 KiB |
BIN
src/img/wedding/1000px/3.jpg
Normal file
After Width: | Height: | Size: 818 KiB |
BIN
src/img/wedding/1500px/1.jpg
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
src/img/wedding/1500px/2.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
src/img/wedding/1500px/3.jpg
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
src/img/wedding/2.jpg
Normal file
After Width: | Height: | Size: 13 MiB |
BIN
src/img/wedding/2000px/1.jpg
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
src/img/wedding/2000px/2.jpg
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
src/img/wedding/2000px/3.jpg
Normal file
After Width: | Height: | Size: 3.3 MiB |
BIN
src/img/wedding/2500px/1.jpg
Normal file
After Width: | Height: | Size: 5.4 MiB |
BIN
src/img/wedding/2500px/2.jpg
Normal file
After Width: | Height: | Size: 6.2 MiB |
BIN
src/img/wedding/2500px/3.jpg
Normal file
After Width: | Height: | Size: 5.2 MiB |
BIN
src/img/wedding/3.jpg
Normal file
After Width: | Height: | Size: 9.9 MiB |
BIN
src/img/wedding/3000px/1.jpg
Normal file
After Width: | Height: | Size: 7.6 MiB |
BIN
src/img/wedding/3000px/2.jpg
Normal file
After Width: | Height: | Size: 8.9 MiB |
BIN
src/img/wedding/3000px/3.jpg
Normal file
After Width: | Height: | Size: 7.2 MiB |
BIN
src/img/wedding/500px/1.jpg
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
src/img/wedding/500px/2.jpg
Normal file
After Width: | Height: | Size: 298 KiB |
BIN
src/img/wedding/500px/3.jpg
Normal file
After Width: | Height: | Size: 219 KiB |