Designer News
Where the design community meets.
Sr Creative Technologist @ Colle McVoy Joined almost 10 years ago
TIL <meta name="theme-color"content="#72B6EC">
I second Mission Workshop. They are a bit pricey, but worth every penny!
Try adding the following CSS:
h1.tlt::after { content: ''; position: absolute; left: 0; right: 0; bottom: -12px; height: 21px; background: #9f0ae5; }
Dr. Steve Brule gets it.
Hypem + Soundcloud
+1 for Unix
It could function much like the Hacker News button. If the story has not been posted to DN, "Submit" button is shown, otherwise latest vote count is displayed.
They actually do have an API. Scroll down to the "Stories" section. You'll see each story response returns a vote_count
.
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
You could use the Nuxt.js framework for Vue, which comes baked in with SSR. Also you can run
nuxt generate
and it will generate a static site.