Sign in
go
/
website
/
06562a2885c91e4dae9e04d8bb9a796d02ee4527
/
.
/
_content
/
blog
/
survey2016
/
README
blob: 3301008bcc5b4f87d262c940f83fe168fac957ca [
file
] [
log
] [
blame
]
To
update html files
with
new
SVGs
:
go run mkhtml
.
go
*.
html
To
edit html files without needing to jump over all the inserted
SVGs
:
go run mkhtml
.
go
-
strip
*.
html
# remove SVGs
edit files
go run mkhtml
.
go
*.
html
# put SVGs back