mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
Matej Focko
a868efaee6
* 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>
17 lines
No EOL
114 B
Text
17 lines
No EOL
114 B
Text
graph {
|
|
a -- c
|
|
a -- e
|
|
|
|
c -- i
|
|
c -- b
|
|
|
|
e -- j
|
|
|
|
i -- d
|
|
|
|
b -- h
|
|
|
|
d -- h
|
|
|
|
h -- j
|
|
} |