diff --git a/BACKLOG.md b/BACKLOG.md deleted file mode 100644 index 69fd475..0000000 --- a/BACKLOG.md +++ /dev/null @@ -1,20 +0,0 @@ -# BACKLOG - -- blog articles - - [ ] recommendation of software (excalidraw etc.) - - [ ] audio formats (flac, wave, etc.) and what you should use what for[^1] - - [ ] reference managing and all related tools (zotero, archivebox/`archive.is`) alongside reference formats and `bibtex` - - [ ] newer image formats (`JpegXL`, `HEIC`) and their features - - [ ] rooting my phone and the stuff I used for that (Pixelflasher[^2], KernelSU vs Magisk vs APatch) - - [ ] how to find other software ([alternativeto](https://alternativeto.net)) - - [ ] RSS feeds and how to read them properly (readers, aggregators and client) - - [ ] my favourite encryption toolset (age/rage, PGP/GPG, LUKS) -- other stuff - - [ ] docker image - - [ ] uploading via sftp + wireguard inside of `justfile` - - [ ] support for other languages (like german) - - [ ] create slides (using `revealjs`) for each article - - [ ] automatically if possible - -[^1]: and some `ffmpeg` commands which are needed -[^2]: and my weird problems with bootloader mode etc. diff --git a/README.md b/README.md deleted file mode 100644 index a6dee6c..0000000 --- a/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# My blog stuff - -This blog is written using the amazingly fast engine [zola](https://www.getzola.org) and the beatifully crafted [duckquill](https://duckquill.daudix.one) theme. - -It can be viewed using my `justfile`. - diff --git a/config.toml b/config.toml index 9455123..c2d7bb8 100644 --- a/config.toml +++ b/config.toml @@ -44,8 +44,6 @@ show_read_time = true show_copy_button = true -source_url = "https://git.grobecker.me/Erik/blog" - [extra.nav] # Whether to show the Atom/RSS feed button in the nav show_feed = true diff --git a/content/_index.md b/content/_index.md index 8d98370..3927279 100644 --- a/content/_index.md +++ b/content/_index.md @@ -82,6 +82,6 @@ jgs~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~^`---'~^~^~ ``` {% end %} - +This blog is written using the wonderful engine [zola](https://www.getzola.org) and the [duckquill](https://duckquill.daudix.one) theme ## asd \ No newline at end of file diff --git a/content/blog/format-comparison/index.md b/content/blog/format-comparison/index.md index da411fe..4af0fb2 100644 --- a/content/blog/format-comparison/index.md +++ b/content/blog/format-comparison/index.md @@ -12,7 +12,6 @@ katex = true - [ ] markdown - [ ] syntax - [ ] programmability - - [ ] [revealjs](https://github.com/hakimel/reveal.js) - [ ] typst - [ ] syntax - [x] math @@ -35,12 +34,7 @@ katex = true [^1]: like plotting, etc. [^2]: many more are supported using pandoc -## Markdown - -### Revealjs - -MD can be used to create beatiful slides using the `reveal.js` library like in -[this example](./revealjs/funny.html) + ## Typst diff --git a/content/blog/format-comparison/revealjs/funny.html b/content/blog/format-comparison/revealjs/funny.html deleted file mode 100644 index 85c618c..0000000 --- a/content/blog/format-comparison/revealjs/funny.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - Reveal JS - CDN Example - Markdown - - - -
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
- - - - - - - - - - - - \ No newline at end of file diff --git a/content/blog/format-comparison/typst/cetz.typ b/content/blog/format-comparison/typst/cetz.typ index 9256380..6d238e6 100644 --- a/content/blog/format-comparison/typst/cetz.typ +++ b/content/blog/format-comparison/typst/cetz.typ @@ -1,40 +1,21 @@ -#set page( - width: auto, - height: auto, - margin: .5cm, -) - #import "@preview/cetz:0.2.2" -// #cetz.canvas({ -// import cetz.draw: * -// import cetz.plot -// plot.plot(size: (10, 4), x-tick-step: 2, y-tick-step: 50, -// { -// plot.add(domain: (-4, 4), -// x => (x, calc.pow(x, 4) ), -// label: $f(x)=x^4$ -// ) -// plot.add(domain: (-5, 6.34), -// x => (x, calc.pow(x, 3)), -// label: $f(x)=x^3$ -// ) -// plot.add(domain: (-10, 10), -// x => (x, calc.pow(x, 2)), -// label: $f(x) = x^2$ -// ) -// }) -// }) - #cetz.canvas({ import cetz.draw: * import cetz.plot - plot.plot( - size: (10, 4), - x-tick-step: 2, - y-tick-step: 2, + plot.plot(size: (10, 4), x-tick-step: 2, y-tick-step: 50, { - plot.bezier - } - ) + plot.add(domain: (-4, 4), + x => (x, calc.pow(x, 4) ), + label: $f(x)=x^4$ + ) + plot.add(domain: (-5, 6.34), + x => (x, calc.pow(x, 3)), + label: $f(x)=x^3$ + ) + plot.add(domain: (-10, 10), + x => (x, calc.pow(x, 2)), + label: $f(x) = x^2$ + ) + }) }) \ No newline at end of file diff --git a/content/blog/software-recommendations/index.md b/content/blog/software-recommendations/index.md deleted file mode 100644 index 6f1c0f5..0000000 --- a/content/blog/software-recommendations/index.md +++ /dev/null @@ -1,18 +0,0 @@ -+++ -title = "Recommondation of Software" -draft = true -+++ - -## TODO - -- [ ] note taking - - [ ] obsidian - - [ ] trilium - - [ ] vscode - - [ ] some extensions - - link to [formats](@/blog/format-comparison/index.md) -- [ ] graphic shit (should have examples) - - [ ] excalidraw - - [ ] gimp - - [ ] reveal.js - - [ ] with an example diff --git a/justfile b/justfile index 9b96541..fa0e549 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,11 @@ # use PowerShell instead of sh: -#set shell := ["powershell.exe", "-c"] +set shell := ["powershell.exe", "-c"] # view the blog as it would be published in a browser view: - zola serve -f + zola serve # view the blog with drafts in a browser view-drafts: - zola serve --drafts -f + zola serve --drafts \ No newline at end of file diff --git a/themes/duckquill b/themes/duckquill index d285360..1ff0537 160000 --- a/themes/duckquill +++ b/themes/duckquill @@ -1 +1 @@ -Subproject commit d2853606f9625423f88082f02a2265636a0087b9 +Subproject commit 1ff05370457d666fe32c62277b811b5e365ab5b1