Portfolio API + GitHub Pages = 🔥
So I accidentally figured out that we can return JSON response instead of the standard HTML when we acc...
For further actions, you may consider blocking this person and/or reporting abuse
Great idea! I was thinking of using it in my Jekyll blog, so like recent posts on jekyll, I can statically generate this json using liquid. A cool use case can be using the api to display most recent post on my portfolio page.
The idea looks cool
How would we implement it though?
Use liquid syntax to create index.json
Use a js function to get last post details from api and insert the string value inside a fixed dom structure.
I could do a POC as I get free, it might clarify things.
dev.to/thewhitewulfy/blog-api-on-g...
See this on how to implement what I said that day :-)
this is super nice, nice post 👍
This is super cool!
Quick note though, near the top of the post you say:
"I really liked the business card concept by Tierney Cyren"
but beneath it you link to:
Setting up a `npx username` card!
Conlin Durbin ・ Dec 26 '18 ・ 3 min read
Thinking this is just a typo and you might've meant to give the shoutout to Conlin Durbin.
Again, this is an awesome post. 👍
Thanks 😙
Well it's not a typo, I was not able to find any post from Tierney Cyren
But No doubt shout out to Conlin Durbin too 😋
Haha, totally my bad! I see Tierney's tweet embedded in Conlin's post now. 🙃
This is a neat idea, nice work! Might take a stab at something similar, thanks for the idea.
Happy to help 🤗
funny
I know it is an old post, but I had the possibility to look at it just now.
Really nice idea! Thumbs up!
Thanks :)
Great! 👍🏼