weblog.sh icon indicating copy to clipboard operation
weblog.sh copied to clipboard

Blog from the Command Line

Results 11 weblog.sh issues
Sort by recently updated
recently updated
newest added

would be nice to have a tool to migrate existing wordpress installation to weblog.sh blog.

``` # host -t a weblog.sh. Host weblog.sh not found: 2(SERVFAIL) ```

Not sure if this is correct, but the instructions on the home page were not fully understood. Below is an attempt to create an account. torsocks ssh [username]@weblog.sh key $(cat...

Probably not a priority, but commenting would be a useful feature. Or would that make it less minimal? ;-)

Any mechanism to delete an account, may be? Thanks.

Allow users to set a domain through the bash client, and point a CNAME to an endpoint so that their blog is served under their configured domain.

low priority
component: server endpoint

high priority
component: server endpoint

Without unit tests, it's very difficult for anyone else to contribute: we have no way of knowing if our change just broke core functionality. Even a hacked together shell script...

Maybe with the file modtime or a second arg to the `publish` command? Loving this btw. Been looking for an easy way to publish my TILs (https://github.com/marksteve/til).

[Here](https://github.com/hmngwy/weblog.sh/blob/master/lib/ssh/exec.js#L239) it looks like you are using SHA to hash passwords. It is my understanding SHA is _not_ a suitable algorithm for securing passwords. - [Source 1](http://codahale.com/how-to-safely-store-a-password/) - [Source 2](https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet)...