htmljekylljekyll-extensions

Is that real show count view pages with use Jekyll?


Interesting question for me. can I set a counter on each page and then on the Blog page to see how many times I've looked through the pages?


Solution

  • No, Jekyll typically does not allow you to do such a thing. Jekyll has no database in which it can keep score of the amount of hits, and the Ruby code is only executed during build. You need to load a third party application (micro service) through javascript to do this.