Maktub_Wiki Maktub_Wiki
主站 (opens new window)
  • 服务搭建
  • 网络服务
  • 开源框架
  • 操作系统
  • iOS/MacOS
  • 算法导论(Python)
  • Leetcode
  • 线性代数
主站 (opens new window)
  • 服务搭建
  • 网络服务
  • 开源框架
  • 操作系统
  • iOS/MacOS
  • 算法导论(Python)
  • Leetcode
  • 线性代数
  • Node.js

    • 脚本
  • Git

    • Github Actions
  • Caddy

    • 基础配置
    • abort应用
    • Caddy加速Docker
    • Caddy加速OpenAi api
  • V2ray

    • 入口分流
  • Realm

    • 多端口转发
  • Docker

    • 配置
  • NextCloud
  • Hexo
  • vuepress-theme-vdoing
    • 插件
      • google analytics GA版本
    • 配置
      • 修改标题栏排序
      • 修改标题栏字体
  • 开源框架
Maktub_小明
2023-09-04
目录

vuepress-theme-vdoing

# 插件

# google analytics GA版本

  1. 安装
yarn add -D vuepress-plugin-google-analytics-4
  1. 配置
['google-analytics-4',
    {
        'gtag': 'G-XXXXXXX'
    }
]

# 配置

# 修改标题栏排序

导航标题栏为左边,搜索为右边,编辑docs/.vuepress/styles/index.styl

.navbar .links {
  justify-content: space-between;
  left: 280px !important;
  //right: unset !important;
  //margin-right: -20px;
  // right: 20 !important;
  flex-direction: row-reverse;
}

.search-box{
  margin-left: 20px;
  margin-right: unset !important;
  right: 20 ;
  //order: 2;
}
.search-box .suggestions{
  left: unset !important;
  right: 0 !important;
}

.dropdown-wrapper .nav-dropdown {
  right: unset !important;
  left: 0 !important;
}

# 修改标题栏字体

导航下拉列表,子目录字体大小和缩进,编辑docs/.vuepress/styles/index.styl

.dropdown-wrapper .dropdown-title {
  font-size: 1.0rem !important;

}

.navbar .links{
  font-size: 1.0rem !important;
}

.dropdown-item a{
  font-weight: unset !important;
}
.dropdown-subitem-wrapper .dropdown-subitem{
  font-size: 0.85em !important;
  padding-left: 3.8px;
  font-weight: 350;
}

.dropdown-wrapper .nav-dropdown .dropdown-item{
  font-weight: 600;
}
上次更新: 2025/03/22, 03:52:10
Hexo

← Hexo

Theme by Vdoing | Copyright © 2021-2025 Maktub_小明 | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式