LouisBarranqueiro / hexo-theme-tranquilpeak

:lipstick: A gorgeous responsive theme for Hexo blog framework
https://louisbarranqueiro.github.io/hexo-theme-tranquilpeak/
GNU General Public License v3.0
1.85k stars 484 forks source link

How to set multiple tags in a post #178

Closed hugochan closed 8 years ago

hugochan commented 8 years ago

Hi Louis,

Could you tell me how to set multiple tags in a post?

Thanks, Yu

LouisBarranqueiro commented 8 years ago

I recommend you to look into source-blog-posts branch to see example of post and how to use some tags.

For multiple tags :

tags :
- tag_1
- tag_2
- tag_n
hugochan commented 8 years ago

Thanks!

LouisBarranqueiro commented 8 years ago

you're welcome :)

ghost commented 5 years ago

@LouisBarranqueiro

Hi, any way to group tags separately in the tagcloud?

For example in a blogpost I have:

- tags: 
   - hello
   - hola
   - ciao
   - red
   - blue
   - white

And then from this generate two tagclouds with one having:

and the second separate tagcloud having:

Possible?

Next step would be then to allow showing blogposts with 2 tags combined, for example "ciao + blue".