Skip to content

Instantly share code, notes, and snippets.

@adriaandotcom
Last active December 1, 2018 13:06
Show Gist options
  • Save adriaandotcom/37b4e4128b6b1ffeab675debc272de5a to your computer and use it in GitHub Desktop.
Save adriaandotcom/37b4e4128b6b1ffeab675debc272de5a to your computer and use it in GitHub Desktop.
Hugo API
{
"hostname": "codewithhugo.com",
"timezone": "UTC",
"visits": [
{
"utc_date": "2018-11-28",
"count": 2
},
{
"utc_date": "2018-11-29",
"count": 3
},
{
"utc_date": "2018-11-30",
"count": 1
},
{
"utc_date": "2018-12-01",
"count": 3
},
{
"utc_date": "2018-12-02",
"count": 4
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment