aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-08-14 10:02:21 +0100
committerAkshay <[email protected]>2023-08-14 10:02:21 +0100
commitdb3b0795d0ba859d22389535fa136829d495902b (patch)
treeff1a6fd364c1678e2a96ad2be03b7b2bd4919656
parent05928127a3e3a6ca49ed83d40955375048a10c3e (diff)
cgit >>>>
-rw-r--r--docs/index.html2
-rw-r--r--docs/posts/index.html2
-rwxr-xr-xgenerate.sh2
-rw-r--r--readme.md15
-rw-r--r--readme.txt15
5 files changed, 18 insertions, 18 deletions
diff --git a/docs/index.html b/docs/index.html
index 174bf73..3cb29b1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -109,7 +109,7 @@
109 </table> 109 </table>
110 <div class="separator"></div> 110 <div class="separator"></div>
111 <div class="footer"> 111 <div class="footer">
112 <a href="https://github.com/nerdypepper">Code</a> · 112 <a href="https://git.peppe.rs">Code</a> ·
113 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · 113 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> ·
114 <a href="mailto:[email protected]">Mail</a> 114 <a href="mailto:[email protected]">Mail</a>
115 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 115 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 9fcc773..2a7c1a3 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -485,7 +485,7 @@
485 </table> 485 </table>
486 <div class="separator"></div> 486 <div class="separator"></div>
487 <div class="footer"> 487 <div class="footer">
488 <a href="https://github.com/nerdypepper">Code</a> · 488 <a href="https://git.peppe.rs">Code</a> ·
489 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · 489 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> ·
490 <a href="mailto:[email protected]">Mail</a> 490 <a href="mailto:[email protected]">Mail</a>
491 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 491 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
diff --git a/generate.sh b/generate.sh
index 47de319..d72dc29 100755
--- a/generate.sh
+++ b/generate.sh
@@ -241,7 +241,7 @@ cat << EOF | tee -a ./docs/posts/index.html ./docs/index.html > /dev/null
241 </table> 241 </table>
242 <div class="separator"></div> 242 <div class="separator"></div>
243 <div class="footer"> 243 <div class="footer">
244 <a href="https://github.com/nerdypepper">Code</a> · 244 <a href="https://git.peppe.rs">Code</a> ·
245 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · 245 <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> ·
246 <a href="mailto:[email protected]">Mail</a> 246 <a href="mailto:[email protected]">Mail</a>
247 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> 247 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
diff --git a/readme.md b/readme.md
deleted file mode 100644
index d52455a..0000000
--- a/readme.md
+++ /dev/null
@@ -1,15 +0,0 @@
1### peppe.rs
2
3my technical blog, put together with:
4 - bash: string and file manipulation
5 - [esh](https://github.com/jirutka/esh): html templating
6 - [pandoc](https://pandoc.org/): markdown to html conversion
7 - sed: case conversions
8 - [eva](https://github.com/nerdypepper/eva): floating point calculations
9
10### build
11
12 ```shell
13 # on nixos
14 $ ./generate.sh
15 ```
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..3f6df4b
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,15 @@
1peppe.rs
2--------
3
4static site, put together with bash, esh [0], pandoc [1],
5eva [2].
6
7build with:
8
9 ./recover.sh
10 ./generate.sh
11
12[0]: https://github.com/jirutka/esh
13[1]: https://pandoc.org
14[2]: https://git.peppe.rs/cli/eva/about
15