I have created custome taxonomy called “series”. I have some question and hope someone can help me.
p/s: I just move from wp to hugo in 3 days.
When i go to this link : http://localhost:1313/series/ and i got something like this
So, how can i set thumbail for series, or for tag ? (not for post).
When i click into some series . i got list all post of series. But default, it sort by date but i want to show order post in series .
In post content , i set some params like this :
type: post
date: 2019-03-27T08:32:12+00:00
image: /images/Jenkins-2.0-5.jpg
categories:
- Devops Resources
tags:
- jenkins
series:
- Jenkins cho người mới bắt đầu
series.position: 6
Thank so much!