From ee71be14a05d0d7da38352f8ff5c19798f96d4eb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Apr 2023 13:22:48 -0300 Subject: v2: Generate collections index.html pages and their "by-category" equivalents --- .../en/pastebins/raku-tuple-type-annotation.md | 2 + v2/src/content/en/pastebins/sicp-exercise-3-19.md | 2 + .../content/en/tils/lisp-three-way-conditional.md | 2 + v2/src/content/favicon.svg | 62 ---------------------- v2/src/content/img/alt/atom.en.txt | 1 + v2/src/content/img/alt/atom.pt.txt | 1 + v2/src/content/img/alt/envelope.en.txt | 1 + v2/src/content/img/alt/envelope.pt.txt | 1 + v2/src/content/img/alt/favicon.en.txt | 1 + v2/src/content/img/alt/favicon.pt.txt | 1 + v2/src/content/img/alt/link.en.txt | 1 + v2/src/content/img/alt/link.pt.txt | 1 + v2/src/content/img/alt/linkto.en.txt | 1 + v2/src/content/img/alt/linkto.pt.txt | 2 + v2/src/content/img/alt/lock.en.txt | 1 + v2/src/content/img/alt/lock.pt.txt | 1 + v2/src/content/img/atom.svg | 5 ++ v2/src/content/img/favicon.svg | 62 ++++++++++++++++++++++ v2/src/content/img/linkto.svg | 7 +++ .../content/pt/pastebins/exercicios-sicp-e-19.md | 2 + v2/src/content/security.txt | 1 - 21 files changed, 95 insertions(+), 63 deletions(-) delete mode 100644 v2/src/content/favicon.svg create mode 100644 v2/src/content/img/alt/atom.en.txt create mode 100644 v2/src/content/img/alt/atom.pt.txt create mode 100644 v2/src/content/img/alt/envelope.en.txt create mode 100644 v2/src/content/img/alt/envelope.pt.txt create mode 100644 v2/src/content/img/alt/favicon.en.txt create mode 100644 v2/src/content/img/alt/favicon.pt.txt create mode 100644 v2/src/content/img/alt/link.en.txt create mode 100644 v2/src/content/img/alt/link.pt.txt create mode 100644 v2/src/content/img/alt/linkto.en.txt create mode 100644 v2/src/content/img/alt/linkto.pt.txt create mode 100644 v2/src/content/img/alt/lock.en.txt create mode 100644 v2/src/content/img/alt/lock.pt.txt create mode 100644 v2/src/content/img/atom.svg create mode 100644 v2/src/content/img/favicon.svg create mode 100644 v2/src/content/img/linkto.svg delete mode 120000 v2/src/content/security.txt (limited to 'v2/src/content') diff --git a/v2/src/content/en/pastebins/raku-tuple-type-annotation.md b/v2/src/content/en/pastebins/raku-tuple-type-annotation.md index 5877470..6c13b39 100644 --- a/v2/src/content/en/pastebins/raku-tuple-type-annotation.md +++ b/v2/src/content/en/pastebins/raku-tuple-type-annotation.md @@ -4,6 +4,8 @@ title: Raku tuple type annotation date: 2019-12-29 +categories: raku programming-languages + --- ```perl diff --git a/v2/src/content/en/pastebins/sicp-exercise-3-19.md b/v2/src/content/en/pastebins/sicp-exercise-3-19.md index 3188dce..32f7aa9 100644 --- a/v2/src/content/en/pastebins/sicp-exercise-3-19.md +++ b/v2/src/content/en/pastebins/sicp-exercise-3-19.md @@ -4,6 +4,8 @@ title: SICP exercise 3.19 date: 2021-09-02 +categories: lisp programming-languages + --- Some content here, before: diff --git a/v2/src/content/en/tils/lisp-three-way-conditional.md b/v2/src/content/en/tils/lisp-three-way-conditional.md index cd7a034..20fbd09 100644 --- a/v2/src/content/en/tils/lisp-three-way-conditional.md +++ b/v2/src/content/en/tils/lisp-three-way-conditional.md @@ -6,6 +6,8 @@ date: 2021-04-24 3 update: 2021-08-14 +categories: lisp scheme common-lisp + --- A useful macro from Paul Graham's [On Lisp][on-lisp] book: diff --git a/v2/src/content/favicon.svg b/v2/src/content/favicon.svg deleted file mode 100644 index ce566b2..0000000 --- a/v2/src/content/favicon.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/v2/src/content/img/alt/atom.en.txt b/v2/src/content/img/alt/atom.en.txt new file mode 100644 index 0000000..33bc955 --- /dev/null +++ b/v2/src/content/img/alt/atom.en.txt @@ -0,0 +1 @@ +three yellow lines representing an Atom feed diff --git a/v2/src/content/img/alt/atom.pt.txt b/v2/src/content/img/alt/atom.pt.txt new file mode 100644 index 0000000..33bc955 --- /dev/null +++ b/v2/src/content/img/alt/atom.pt.txt @@ -0,0 +1 @@ +three yellow lines representing an Atom feed diff --git a/v2/src/content/img/alt/envelope.en.txt b/v2/src/content/img/alt/envelope.en.txt new file mode 100644 index 0000000..8b72080 --- /dev/null +++ b/v2/src/content/img/alt/envelope.en.txt @@ -0,0 +1 @@ +an envelope icon representing an email address diff --git a/v2/src/content/img/alt/envelope.pt.txt b/v2/src/content/img/alt/envelope.pt.txt new file mode 100644 index 0000000..8b72080 --- /dev/null +++ b/v2/src/content/img/alt/envelope.pt.txt @@ -0,0 +1 @@ +an envelope icon representing an email address diff --git a/v2/src/content/img/alt/favicon.en.txt b/v2/src/content/img/alt/favicon.en.txt new file mode 100644 index 0000000..add8557 --- /dev/null +++ b/v2/src/content/img/alt/favicon.en.txt @@ -0,0 +1 @@ +a crude hand doing a thumbs up diff --git a/v2/src/content/img/alt/favicon.pt.txt b/v2/src/content/img/alt/favicon.pt.txt new file mode 100644 index 0000000..add8557 --- /dev/null +++ b/v2/src/content/img/alt/favicon.pt.txt @@ -0,0 +1 @@ +a crude hand doing a thumbs up diff --git a/v2/src/content/img/alt/link.en.txt b/v2/src/content/img/alt/link.en.txt new file mode 100644 index 0000000..bbf036f --- /dev/null +++ b/v2/src/content/img/alt/link.en.txt @@ -0,0 +1 @@ +two chain rings, representing an anchor to this header diff --git a/v2/src/content/img/alt/link.pt.txt b/v2/src/content/img/alt/link.pt.txt new file mode 100644 index 0000000..bbf036f --- /dev/null +++ b/v2/src/content/img/alt/link.pt.txt @@ -0,0 +1 @@ +two chain rings, representing an anchor to this header diff --git a/v2/src/content/img/alt/linkto.en.txt b/v2/src/content/img/alt/linkto.en.txt new file mode 100644 index 0000000..a192899 --- /dev/null +++ b/v2/src/content/img/alt/linkto.en.txt @@ -0,0 +1 @@ +a drawing of a box with an arrow going outwards, representing an internal link diff --git a/v2/src/content/img/alt/linkto.pt.txt b/v2/src/content/img/alt/linkto.pt.txt new file mode 100644 index 0000000..df3bbf7 --- /dev/null +++ b/v2/src/content/img/alt/linkto.pt.txt @@ -0,0 +1,2 @@ +a drawing of a box with an arrow going outwards, representing an internal +link diff --git a/v2/src/content/img/alt/lock.en.txt b/v2/src/content/img/alt/lock.en.txt new file mode 100644 index 0000000..b809247 --- /dev/null +++ b/v2/src/content/img/alt/lock.en.txt @@ -0,0 +1 @@ +a lock icon representing a GPG public key diff --git a/v2/src/content/img/alt/lock.pt.txt b/v2/src/content/img/alt/lock.pt.txt new file mode 100644 index 0000000..b809247 --- /dev/null +++ b/v2/src/content/img/alt/lock.pt.txt @@ -0,0 +1 @@ +a lock icon representing a GPG public key diff --git a/v2/src/content/img/atom.svg b/v2/src/content/img/atom.svg new file mode 100644 index 0000000..37bace2 --- /dev/null +++ b/v2/src/content/img/atom.svg @@ -0,0 +1,5 @@ + + + + diff --git a/v2/src/content/img/favicon.svg b/v2/src/content/img/favicon.svg new file mode 100644 index 0000000..ce566b2 --- /dev/null +++ b/v2/src/content/img/favicon.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/v2/src/content/img/linkto.svg b/v2/src/content/img/linkto.svg new file mode 100644 index 0000000..d4d9fe1 --- /dev/null +++ b/v2/src/content/img/linkto.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/v2/src/content/pt/pastebins/exercicios-sicp-e-19.md b/v2/src/content/pt/pastebins/exercicios-sicp-e-19.md index d4db88d..89dacfd 100644 --- a/v2/src/content/pt/pastebins/exercicios-sicp-e-19.md +++ b/v2/src/content/pt/pastebins/exercicios-sicp-e-19.md @@ -4,6 +4,8 @@ title: SICP exercise 3.19 date: 2021-09-02 +categories: lisp programming-languages + --- Some content here, before: diff --git a/v2/src/content/security.txt b/v2/src/content/security.txt deleted file mode 120000 index abdf74b..0000000 --- a/v2/src/content/security.txt +++ /dev/null @@ -1 +0,0 @@ -.well-known/security.txt \ No newline at end of file -- cgit v1.2.3