I do not follow,i lives is always all you wantAurora
快速开始
  • 问题及必读

    • Aurora主题问题解决
  • 所有配置

    • 所有配置
  • 主题样式配置

    • /style/code-style.md
    • 自定义图标
    • /style/live2d.md
    • 更改图标以及覆盖主题样式
    • 注册组件
  • 静态文件

    • /base/public.md
  • 插件使用

    • /base/plugin.md
  • docs目录结构

    • /base/docs.md
  • cmd管理员权限

    • /base/admin.md
  • npm常见命令

    • /base/command.md
  • node安装教程

    • /node.md
  • bug

    • Aurora主题bug记录和优化
  • 更新日志

    • 1.0.0 (2021-11-27)
  • 运行常见错误

    • /issue/common.md
  • home

    • 部署
  • 其他配置

    • 评论
    • 页面配置
  • webpack和vite切换

    • /base/vite-webpack.md
  • 时间轴

    • vuepress-plugin-archive
  • 浪漫气泡

    • vuepress-plugin-bubble
  • 说说

    • Vuepress-plugin-coze
  • 音乐播放器

    • vuepress-plugin-player
  • 看板娘

    • /style/live2d.md
  • 我?

    • Me
  • 说说

    • 说说1
    • 说说2
  • 相册

    • photo
  • 标签

    • tag
  • 时间轴

    • archive
友情链接
案例
Aurora

 
 
  • 程
  • 程
  • 程
  • 程
  • 程
  • 程
  • 程
  • 程
  • 圆角
    10
    透明度
    1
      总字数0
      时长0
      评论数
      总阅读数

    生成海报3 

    # 社交

    image-20211011151211549

    image-20211011151225054

    组件位置

    docs/.vuepress/theme/lib/client/components/child/side/HomeSidebarSocialItem.vue

    其中,手机端至多显示7个(首页),侧边栏等不受影响,PC端首页至多只能显示19个,如果超过,则不会显示,侧边栏不受影响

    # 配置

    module.exports = {
    
        themeConfig: {
            socials: [
                {
                    //社交链接
                    aHref: "tencent://message/?uin=2291308094",
                    // imgSrc: "https://ooszy.cco.vin/img/ico/qq.svg", 从v1.3.2开始久移除次配置,以前版本用于社交ico图标配置
    
                    //true为在首页显示,反之
                    isHome: true,
    
                    //是否显示此社交信息,如果为false,尽管isHome=true,sidebar=true,也不会显示
                    show: true,
    
                    //是否在侧边栏显示
                    sidebar: true,
    
                    //使用阿里图标 使用的是阿里图标库,我也挑选部分图标,请进入http://ico.cco.vin/theme查看
                    symbol: '#icon-qq',
    
                    //鼠标移入此图标时,显示的图片,适用于微信等通过二维码添加好友
                    // showImgSrc: "https://ooszy.cco.vin/img/blog-public/wechat.jpg",
                },
                {
                    aHref: "javascript:;",
                    //imgSrc: /assets/img/ico/wechat.svg,
                    showImgSrc: "https://ooszy.cco.vin/img/blog-public/wechat.jpg",
                    isHome: true,
                    show: true,
                    symbol: '#icon-weixin',
                    sidebar: true
                },
                {
                    aHref: "https://github.com/qsyyke/",
                    isHome: true,
                    show: true,
                    sidebar: true,
                    symbol: '#icon-github-fill'
                },
                {
                    aHref: "https://stackoverflow.com/",
                    isHome: true,
                    show: true,
                    symbol: '#icon-stackoverflow',
                    sidebar: true
                },
                {
                    aHref: "https://space.bilibili.com/483962286",
                    isHome: true,
                    show: true,
                    sidebar: true,
                    symbol: '#icon-bilibili-1'
                },
                {
                    aHref: "https://music.163.com/#/user/home?id=1411050784",
                    isHome: true,
                    show: true,
                    symbol: '#icon-wangyiyunyinle',
                    sidebar: true
                },
                {
                    aHref: "mailto:2291308094@qq.com",
                    isHome: true,
                    show: true,
                    sidebar: true,
                    symbol: '#icon-email'
                }
            ],
    
        }
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72

    TIP

    配置项解释,请查看

    # 修改图标

    社交图标全部使用的是阿里图标库,我选了一些最常用的图标,你可以自己挑选

    地址为iconfont Demo (cco.vin)

    
    module.exports = {
    
        themeConfig: {
            socials: [
                {
                    aHref: "javascript:;",
                    showImgSrc: "https://ooszy.cco.vin/img/blog-public/wechat.jpg",
                    isHome: true,
                    show: true,
                    symbol: '#icon-weixin',
                    sidebar: true
                },
            ]
    
        }
    }
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    image-20211011155752690

    image-20211011155915438

    # 评论配置

    评论配置

  • 奶茶
    $ 18
    全味奶茶
    ¥ 11
    初尘
    主题太棒了
    ¥ 7

    推荐阅读

    点击评论
    喜欢动漫,Coding目前是一名大三学生,CS专业,坐标西南边陲
    文章
    41
    标签
    31
    类别
    3
    Github
    文章目录
    最新文章
    公告
  • 该博客主题为Aurora,vuepress-theme-Aurora
  • 主题交流群: 681602026,欢迎各位大佬进群交流
  • 标签
    类别
    demo类别
    plugin
    Copyright © by qsyyke All Rights Reserved.

    滇公网安备 53060202000142号

    theme Aurora by qsyyke
    小破站已运行357天4小时27分25秒
    Your browser does not support this audio format.