theme-particlex / hexo-theme-particlex

A concise Hexo theme, based on Particle.
MIT License
410 stars 56 forks source link

关于icon_links的使用 #8

Closed NewbieZhiGuo closed 2 years ago

NewbieZhiGuo commented 2 years ago

icon_links里面的 name 和 theme 怎么填鸭。。。

argvchs commented 2 years ago

https://fontawesome.com/search 找图标(只能选 soild 和 brands 两种格式) 例如: image name 就是 0,theme 就是 soild

CyberAI-XDU commented 1 year ago

你好,请问一下具体格式可以发一下吗,还是有点迷糊

qllokirin commented 1 year ago

你好,请问一下具体格式可以发一下吗,还是有点迷糊

icon_links:
    # []
    # Example:
    # <name>:
    #    name: <icon-name>
    #    theme: <icon-theme>
    #    link: <link-url>
    github:
        name: github
        theme: brands
        link: https://github.com/xxxxxx
    bilibili:
        name: bilibili
        theme: brands
        link: https://space.bilibili.com/xxxxxx
CyberAI-XDU commented 1 year ago

你好,请问一下具体格式可以发一下吗,还是有点迷糊

icon_links:
    # []
    # Example:
    # <name>:
    #    name: <icon-name>
    #    theme: <icon-theme>
    #    link: <link-url>
    github:
        name: github
        theme: brands
        link: https://github.com/xxxxxx
    bilibili:
        name: bilibili
        theme: brands
        link: https://space.bilibili.com/xxxxxx

好滴,谢谢啦