diff --git a/README.md b/README.md index 7317baf..b377ba8 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,6 @@ https://arnaucube.com/blog - Install [blogo](https://github.com/arnaucube/blogo) - Edit the files from `/blogo-input` - Execute `blogo` to generate the html files + - Alternatively, execute `blogo -d` to serve the files at `http://127.0.0.1:8080/blog/` More details: https://github.com/arnaucube/blogo diff --git a/blogo-input/blogo.json b/blogo-input/blogo.json index 6ee1fc7..6cf5f63 100755 --- a/blogo-input/blogo.json +++ b/blogo-input/blogo.json @@ -8,10 +8,20 @@ "metadescr": "arnaucube blog", "metaimg": "img/logoArnauCube.png", "posts": [ + { + "thumb": "powersoftau_thumb.md", + "md": "powersoftau.md", + "metadescr": "In the following notes we go over the ideas behind the Powers of Tau ceremony, how participants contribute and how the contributions are verified (logic & code). We focus on the Ethereum's upcoming KZG-Ceremony." + }, + { + "thumb": "ringsig_thumb.md", + "md": "ringsig.md", + "metadescr": "Notes on ring signatures" + }, { "thumb": "shamir-secret-sharing_thumb.md", "md": "shamir-secret-sharing.md", - "metadescr": "" + "metadescr": "Overview of Langrange Polynomial interpolation and Shamir's secret sharing." }, { "thumb": "kzg-batch-proof_thumb.md", @@ -51,6 +61,7 @@ "css", "img", "vendor", - "js" + "js", + "notes.html" ] } diff --git a/blogo-input/css/style.css b/blogo-input/css/style.css index ac70688..bce731c 100644 --- a/blogo-input/css/style.css +++ b/blogo-input/css/style.css @@ -12,10 +12,16 @@ body { background-color: #111; } -.dark-theme img, .dark-theme video, .dark-theme iframe, .dark-theme .onoffswitch-label, .dark-theme code { +/* .dark-theme img, .dark-theme video, .dark-theme iframe, .dark-theme .onoffswitch-label, .dark-theme code { */ +.dark-theme img, .dark-theme video, .dark-theme iframe, .dark-theme .onoffswitch-label { filter: invert(100%) hue-rotate(180deg); } +pre { + background-color: #fafafa; + padding: 10px; +} + a { text-decoration:none!important; } diff --git a/blogo-input/img/posts/powersoftau/kzg-ceremony-screenshot.png b/blogo-input/img/posts/powersoftau/kzg-ceremony-screenshot.png new file mode 100644 index 0000000..bc4d941 Binary files /dev/null and b/blogo-input/img/posts/powersoftau/kzg-ceremony-screenshot.png differ diff --git a/blogo-input/img/posts/ring-sig/box-closed.png b/blogo-input/img/posts/ring-sig/box-closed.png new file mode 100644 index 0000000..e8ea93f Binary files /dev/null and b/blogo-input/img/posts/ring-sig/box-closed.png differ diff --git a/blogo-input/img/posts/ring-sig/step00.png b/blogo-input/img/posts/ring-sig/step00.png new file mode 100644 index 0000000..5c3f944 Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step00.png differ diff --git a/blogo-input/img/posts/ring-sig/step01.png b/blogo-input/img/posts/ring-sig/step01.png new file mode 100644 index 0000000..b757423 Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step01.png differ diff --git a/blogo-input/img/posts/ring-sig/step02.png b/blogo-input/img/posts/ring-sig/step02.png new file mode 100644 index 0000000..f724f1a Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step02.png differ diff --git a/blogo-input/img/posts/ring-sig/step03.png b/blogo-input/img/posts/ring-sig/step03.png new file mode 100644 index 0000000..07bb27b Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step03.png differ diff --git a/blogo-input/img/posts/ring-sig/step04.png b/blogo-input/img/posts/ring-sig/step04.png new file mode 100644 index 0000000..79a29ed Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step04.png differ diff --git a/blogo-input/img/posts/ring-sig/step05.png b/blogo-input/img/posts/ring-sig/step05.png new file mode 100644 index 0000000..003414c Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step05.png differ diff --git a/blogo-input/img/posts/ring-sig/step06.png b/blogo-input/img/posts/ring-sig/step06.png new file mode 100644 index 0000000..596d337 Binary files /dev/null and b/blogo-input/img/posts/ring-sig/step06.png differ diff --git a/blogo-input/index.html b/blogo-input/index.html index 3bf593f..7dd1875 100644 --- a/blogo-input/index.html +++ b/blogo-input/index.html @@ -19,6 +19,8 @@ + + @@ -26,7 +28,8 @@ - + + @@ -39,7 +42,11 @@