Thread cb720170

Yes, we give you access to this data.

For example, the stats for my personal blog:

https://my.remarkbox.com/ns/russell.ballestrini.net/stats.json

At some point I might setup an easy JavaScript snippet that may be embedded in the summary pages.

Jeremiah — Aug 11, 2018 04:52 pm

For a Hugo site, this could be pulled at build time using getJson right? But it would have to pattern match the URL with the post URL and then pull the relevant value. To happen on pageload, you’d have to make it a javascript snippet right?

russell — Aug 11, 2018 06:05 pm

It could be pulled at build time. This might make sense if you build the Hugo site often enough, like daily, otherwise the counts will drift and appear stale.

I can alter the stats.json schema to provide additional fields if needed in your implementation. I don’t use Hugo myself so if you want to work on this I’ll help for sure!