Compare commits
No commits in common. "ba5408499dfafceb1188a5a75e51c5c56fb0b0cb" and "1e645458dd4506c5ae4d39f3373ae56b5315f3d2" have entirely different histories.
ba5408499d
...
1e645458dd
|
@ -1,6 +1,6 @@
|
||||||
{ sealImagesPath = "images"
|
{ sealImagesPath = "images"
|
||||||
, postsOutputPath = "posts"
|
, postsOutputPath = "posts"
|
||||||
, startDate = 2023-07-01
|
, startDate = 2022-04-20
|
||||||
, seed = +137
|
, seed = +137
|
||||||
, adjectives1 =
|
, adjectives1 =
|
||||||
[ "absorbing"
|
[ "absorbing"
|
||||||
|
|
|
@ -35,8 +35,11 @@
|
||||||
|
|
||||||
packages.default = pkgs.stdenv.mkDerivation {
|
packages.default = pkgs.stdenv.mkDerivation {
|
||||||
name = "site";
|
name = "site";
|
||||||
src = ./.; # using self here caused a bunch of problems!
|
src = ./.;
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
echo $(pwd)
|
||||||
|
echo $(ls)
|
||||||
${ghc'}/bin/ghc \
|
${ghc'}/bin/ghc \
|
||||||
-O2 \
|
-O2 \
|
||||||
-static \
|
-static \
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 84
|
||||||
|
---
|
||||||
|
|
||||||
|
Gaze upon this lovable, hefty seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal41.jpg"
|
||||||
|
alt="A picture of a lovable, hefty seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 85
|
||||||
|
---
|
||||||
|
|
||||||
|
Witness! this charming, round seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal58.jpg"
|
||||||
|
alt="A picture of a charming, round seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 86
|
||||||
|
---
|
||||||
|
|
||||||
|
Look at this appealing, hefty seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal60.jpg"
|
||||||
|
alt="A picture of a appealing, hefty seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 87
|
||||||
|
---
|
||||||
|
|
||||||
|
Lookie here at this magnetizing, full-figured seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal45.jpg"
|
||||||
|
alt="A picture of a magnetizing, full-figured seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 88
|
||||||
|
---
|
||||||
|
|
||||||
|
Witness! this lovely, tubby seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal6.jpg"
|
||||||
|
alt="A picture of a lovely, tubby seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 89
|
||||||
|
---
|
||||||
|
|
||||||
|
Look upon and tremble at this irresistible, husky seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal75.jpg"
|
||||||
|
alt="A picture of a irresistible, husky seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 90
|
||||||
|
---
|
||||||
|
|
||||||
|
Witness! this engaging, butterball seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal34.jpg"
|
||||||
|
alt="A picture of a engaging, butterball seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 91
|
||||||
|
---
|
||||||
|
|
||||||
|
Lookie here at this tempting, ample seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal34.jpg"
|
||||||
|
alt="A picture of a tempting, ample seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 92
|
||||||
|
---
|
||||||
|
|
||||||
|
Lookie here at this desirable, ample seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal56.jpg"
|
||||||
|
alt="A picture of a desirable, ample seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 93
|
||||||
|
---
|
||||||
|
|
||||||
|
Look at this sweet, pudgy seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal60.jpg"
|
||||||
|
alt="A picture of a sweet, pudgy seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 94
|
||||||
|
---
|
||||||
|
|
||||||
|
Gaze upon this cute, buxom seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal47.jpg"
|
||||||
|
alt="A picture of a cute, buxom seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 95
|
||||||
|
---
|
||||||
|
|
||||||
|
Look at this infatuating, stout seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal73.jpg"
|
||||||
|
alt="A picture of a infatuating, stout seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 96
|
||||||
|
---
|
||||||
|
|
||||||
|
Lookie here at this enthralling, portly seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal41.jpg"
|
||||||
|
alt="A picture of a enthralling, portly seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 97
|
||||||
|
---
|
||||||
|
|
||||||
|
Gaze upon this heavenly, stout seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal63.jpg"
|
||||||
|
alt="A picture of a heavenly, stout seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Seal Post Number 98
|
||||||
|
---
|
||||||
|
|
||||||
|
Look at this winning, round seal!
|
||||||
|
<img
|
||||||
|
src="/images/seal7.jpg"
|
||||||
|
alt="A picture of a winning, round seal! <3"
|
||||||
|
width="400"
|
||||||
|
/>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue