aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml4
-rw-r--r--_layouts/pastebins-listing.html10
l---------_pastebins1
-rw-r--r--_pastebins/failure-on-guix-tex-live-importer.md (renamed from pastebins/failure-on-guix-tex-live-importer.md)0
-rw-r--r--_pastebins/inconsistent-hash-of-buildgomodule.md (renamed from pastebins/inconsistent-hash-of-buildgomodule.md)0
-rw-r--r--_pastebins/nix-exps.md (renamed from pastebins/nix-exps.md)0
-rw-r--r--_pastebins/nix-show-derivation.md (renamed from pastebins/nix-show-derivation.md)0
-rw-r--r--_pastebins/raku-tuple-type-annotation.md (renamed from pastebins/raku-tuple-type-annotation.md)0
-rw-r--r--pastebins.md2
9 files changed, 14 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index a5385ff..99f3401 100644
--- a/_config.yml
+++ b/_config.yml
@@ -28,5 +28,7 @@ exclude:
- spelling/
- scripts/
+
collections:
- - pastebins
+ pastebins:
+ output: true
diff --git a/_layouts/pastebins-listing.html b/_layouts/pastebins-listing.html
new file mode 100644
index 0000000..6b7830c
--- /dev/null
+++ b/_layouts/pastebins-listing.html
@@ -0,0 +1,10 @@
+---
+layout: default
+---
+<ul>
+ {%- for pastebin in site.pastebins -%}
+ <li>
+ <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {{ pastebin.date | date: "%b %-d, %Y" }}
+ </li>
+ {%- endfor -%}
+</ul>
diff --git a/_pastebins b/_pastebins
deleted file mode 120000
index e0bcac8..0000000
--- a/_pastebins
+++ /dev/null
@@ -1 +0,0 @@
-pastebins \ No newline at end of file
diff --git a/pastebins/failure-on-guix-tex-live-importer.md b/_pastebins/failure-on-guix-tex-live-importer.md
index 5280c38..5280c38 100644
--- a/pastebins/failure-on-guix-tex-live-importer.md
+++ b/_pastebins/failure-on-guix-tex-live-importer.md
diff --git a/pastebins/inconsistent-hash-of-buildgomodule.md b/_pastebins/inconsistent-hash-of-buildgomodule.md
index 87663c5..87663c5 100644
--- a/pastebins/inconsistent-hash-of-buildgomodule.md
+++ b/_pastebins/inconsistent-hash-of-buildgomodule.md
diff --git a/pastebins/nix-exps.md b/_pastebins/nix-exps.md
index d2ad658..d2ad658 100644
--- a/pastebins/nix-exps.md
+++ b/_pastebins/nix-exps.md
diff --git a/pastebins/nix-show-derivation.md b/_pastebins/nix-show-derivation.md
index d60d443..d60d443 100644
--- a/pastebins/nix-show-derivation.md
+++ b/_pastebins/nix-show-derivation.md
diff --git a/pastebins/raku-tuple-type-annotation.md b/_pastebins/raku-tuple-type-annotation.md
index cdd387e..cdd387e 100644
--- a/pastebins/raku-tuple-type-annotation.md
+++ b/_pastebins/raku-tuple-type-annotation.md
diff --git a/pastebins.md b/pastebins.md
index a1789a1..e2d95c6 100644
--- a/pastebins.md
+++ b/pastebins.md
@@ -1,3 +1,3 @@
---
-layout: pastebins
+layout: pastebins-listing
---