You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd sample
$ monkeyman server
$ curl "http://localhost:4567/"&&echo
Not found
$ curl "http://localhost:4567/index.html"&&echo
Not found
$ curl "http://localhost:4567/index.scaml"&&echo
Not found
but
$ curl -s "http://localhost:4567/organizing-your-posts.html" \
| html2text | head -n3 &&echo****** Organizing your posts ******
As I said before, a blog typically doesn't exist of a single post.
Can you give me a hint ;-)
The text was updated successfully, but these errors were encountered:
eldur
added a commit
to eldur/monkeyman
that referenced
this issue
Jan 3, 2014
I tried to get the sample page working ...
but
Can you give me a hint ;-)
The text was updated successfully, but these errors were encountered: