Skip to content

How to get a preview of the index page? #3

@eldur

Description

@eldur

I tried to get the sample page working ...

$ 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 ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions