Afternoon all, I'm Chris and I started the Coding Concepts Series, writing about programming topics which I find interesting.
As Dev.to now offici...
For further actions, you may consider blocking this person and/or reporting abuse
If like me you were wondering how to create one, you need to add the
series: [series name]
to the front-matter par of your postRef: dev.to/p/editor_guide
Release: dev.to/ben/changelog-create-series...
Thanks to both you and Chris for this tip. One of the things I love about Dev.to so far vs Medium (for example) is the increase in the ratio of informative / verbose.
It seems here people just get to the helpful bits and itβs awesome. Makes me want to engage more.
Thanks again guys!
Cheers Antony, Completely forgot about showing that. You mind if I add that into the body of the post?
Feel free to!
I just discovered it today and it's incredibly useful! One question tho, how do you arrange the series order in thr table? Mine seems to swap the first and second series..
I have the same question. How do I order the postings of the series?
Did anyone ever figure this out? Very annoying to have Part 5 show up before Part 5!
Haha, I Would have thought it was date posted, I'll check the repo and get back to you on that asap
It's possible I created them out of order. I definitely published them in order though,so my bet is it goes by create date.
Sorry for taking so long to get back to this. Ok, so I've found it.
in app\views\articles_collection.html.erb
ln 10:
<% @collection.articles.published.order("published_at ASC").each_with_index do |article, i| %>
Thanks Chris.
It's also worth noting that the circle icons won't appear until you have more than one post configured in a series.
I'd like to say that UX is not the best, the gray circles dont make enough sign that it's something you should use. So I suppose just putting the link with cards to the bottom of the page will work better from perspective of views, rather those native feature.
It seems like the design isn't fully implemented yet, a data-preload-image tag is used for each circle, however this doesn't look it does anything at the moment.
The great thing since going open source, is we as a community will be able to help drive this, so feel free to check out the repo, and if you can/want add a P.R or add some comments!
If you're a bit lost like me, just know that Jekyll front matter is added to your post in the below way. Add this before the body content of your post and it will show the series. You might need to refresh a couple of times sometimes.