Last active
December 1, 2018 13:06
-
-
Save adriaandotcom/37b4e4128b6b1ffeab675debc272de5a to your computer and use it in GitHub Desktop.
Hugo API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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