pp
and all the things you can do using the shell and UNIX-type programs.
But yes, his mkws.sh is great 🤘 It's minimal but powerful because of
pp
and all the things you can do using the shell and UNIX-type programs.
4.0.9
is identical to 4.0.8
. It's a bug.
4.0.9
is identical to 4.0.8
. It's a bug.
sh
file via https://man.openbsd.org/shar. I'll have to explore this.
sh
file via https://man.openbsd.org/shar. I'll have to explore this.
all
is a broad scope. My idea was to distribute a full tree to and from which you can add/extract stuff to your preference. Read this also https://twtxt.net/conv/hvygjbq. There are also other static site generators who deliver a single static executable, hugo
, zola
, `saait`.
> but it’d be cool to have just one file static linked executable that does it all.
Maybe yes, maybe no. It would complicate some stuff, like customization, you would have to add config files,
all
is a broad scope. My idea was to distribute a full tree to and from which you can add/extract stuff to your preference. Read this also https://twtxt.net/conv/hvygjbq. There are also other static site generators who deliver a single static executable, hugo
, zola
, `saait`.
all
is a broad scope. My idea was to distribute a full tree to and from which you can add/extract stuff to your preference. Read this also https://twtxt.net/conv/hvygjbq. There are also other static site generators who deliver a single static executable, hugo
, zola
, `saait`.
all
is a broad scope. My idea was to distributed a full tree to and from which you can add/extract stuff to your preference. Read this also https://twtxt.net/conv/hvygjbq. There are also other static site generators who deliver a single static executable, hugo
, zola
, `saait`.
pp
and lmt
I guess?
pp
and lmt
I guess?
mkws
script for customization. pp
, lmt
and mkws
could be combined in a single shell file via shar
but that would give a complicated main mkws
script I guess or combine them all in a single static binary but that would mean being unable to customize the mkws
script. Anyway, give it a spin and let me know how it works.
mkws
script for customization. pp
, lmt
and mkws
could be combined in a single shell file via shar
but that would give a complicated main mkws
script I guess or combine them all in a single static binary but that would mean being unable to customize the mkws
script. Anyway, give it a spin and let me know how it works.
./bin/d
script for development:\n\n\n#!/bin/sh\n\nexport DEV=1\n\nhttps &\n\nfind . -type f -name 'mkws' -o -name '*.upp*' | entr ./bin/mkws https://mkws.sh\n
\n\nhttps
is https://clbin.com/tIIMk, entr
is http://eradman.com/entrproject/.
./bin/d
script for development:
#!/bin/sh
export DEV=1
https &
find . -type f -name 'mkws' -o -name '*.upp*' | entr ./bin/mkws https://mkws.sh
https
is https://clbin.com/tIIMk, entr
is http://eradman.com/entrproject/.
./bin/d
script for development:\n\n\n#!/bin/sh\n\nexport DEV=1\n\nhttps &\n\nfind . -type f -name 'mkws' -o -name '*.upp*' | entr ./bin/mkws https://mkws.sh\n
\n\nhttps
is https://clbin.com/tIIMk, entr
is http://eradman.com/entrproject/.
./share/l.upphtml
file is https://clbin.com/phoub, where l.js
is https://livejs.com/. This gives me a live reload env.
./share/l.upphtml
file is https://clbin.com/phoub, where l.js
is https://livejs.com/. This gives me a live reload env.
Markdown
capabilities to the main binary, or add a web server, or add live reload to the main binary. I kept it as simple as possible, I don't believe I really have to combine everything in a single executable, a tree is not bad.
Markdown
capabilities to the main binary, or add a web server, or add live reaload to the main binary. I kept it as simple as possible, I don't believe I really have to combine everything in a single executable, a tree is not bad.
Markdown
capabilities to the main binary, or add a web server, or add live reload to the main binary. I kept it as simple as possible, I don't believe I really have to combine everything in a single executable, a tree is not bad.
tools
, plugins
or extensions
section to the website. Also, you can check out some stuff from here also https://adi.tilde.institute/, linters
and cl
, cbl
and fl
which are CLI log "analytics" tools: unique, visits, referers etc. Might rewrite them in C not sure, but awk
fits the bill pretty well. Some tinkering required for now.
tools
, plugins
or extensions
section to the website. Also, you can check out some stuff from here also https://adi.tilde.institute/, linters
and cl
, cbl
and fl
which are CLI log "analytics" tools: unique, visits, referers etc. Might rewrite them in C not sure, but awk
fits the bill pretty well. Some tinkering required for now.
sh
is a good fit as a templating language, it was built for massaging text, that's what templating languages mostly do.
sh
is a good fit as a templating language, it was built for massaging text, that's what templating languages mostly do.