update "about" networks
This commit is contained in:
parent
59a438689f
commit
d31ef3882d
11 changed files with 302 additions and 24 deletions
5
justfile
5
justfile
|
@ -5,6 +5,9 @@ root := `pwd`
|
|||
build:
|
||||
tup build
|
||||
|
||||
clean:
|
||||
git clean -dxf build
|
||||
|
||||
# Generate dependency graph as PNG file
|
||||
graph:
|
||||
tup graph . | dot -Tpng > graph.png
|
||||
|
@ -19,4 +22,4 @@ deploy: build
|
|||
build/* fabs@ffreling.com:ffreling.com/
|
||||
|
||||
preview: build
|
||||
python -m webbrowser -t "file://{{root}}/build/index.html"
|
||||
python3 -m webbrowser -t "file://{{root}}/build/index.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue