1
0
Fork 0
mirror of https://github.com/mfocko/blog.git synced 2025-05-06 03:12:59 +02:00

chore: switch to ‹tar› and have consistent paths

* Switch the archiving from the ‹zip› to ‹tar.gz› and ‹tar.bz2›
* Adjust the static files to have consistent paths

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-08-18 12:19:47 +02:00
parent 84b080e343
commit a868efaee6
Signed by: mfocko
GPG key ID: 7C47D46246790496
81 changed files with 35 additions and 33 deletions

View file

@ -0,0 +1,17 @@
graph {
a -- c
a -- e
c -- i
c -- b
e -- j
i -- d
b -- h
d -- h
h -- j
}

View file

@ -0,0 +1,18 @@
graph {
a -- c
a -- e
c -- i
c -- b
e -- j
e -- h
i -- d
b -- h
d -- h
h -- j
}

View file

@ -0,0 +1,13 @@
digraph {
a -> c
a -> e
c -> b
c -> i
e -> j
b -> h
i -> d
}

View file

@ -0,0 +1,12 @@
digraph {
a -> c
a -> e
c -> b
c -> i
e -> h
e -> j
i -> d
}