"Pin"-effect for pages or just posts?

I don’t see why you can’t use posts to create a static website. You can disable comment for posts and pages the same way. The only difference is that post have author name and date but you can simple remove them by using the code I already provided on your other thread.

.pinbin-date, .pinbin-meta {
    display: none;
}