Xplorist
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • Win10上安装NodeJS相关环境

    Win10上安装NodeJS相关环境reference-site-list NodeJs官网 Yarn官网:安装方法 Hexo官网 steps 安装NodeJS 安装Yarn 1npm install -g yarn 安装Hexo ...
     2021-11-14  
    • NodeJS 
    • > Windows 
     
    • NodeJS 
    • | Windows 
    阅读全文 
  • Git初始化设置

    Git初始化设置reference-site-list steps12345git config --global user.email "xplorist@163.com"git config --global user...
     2021-11-14  
    • Git 
     
    • Git 
    阅读全文 
  • WordPress上传图片

    WordPress上传图片steps 将文件放进keep项目的/keep/source/images文件夹下,提交keep项目源码到服务器,成功后就会有图片在 https://xplorist.tech/images/x...
     2021-11-12  
    • WordPress 
     
    • WordPress 
    阅读全文 
  • Git使用main分支

    Git使用main分支reference-site-list Debian11上安装GitLab steps123456789101112131415161718192021# 先将keep项目下原来的.git目录剪切到其他文件夹如keep-g...
     2021-11-10  
    • Git 
     
    • Git 
    阅读全文 
  • Debian11上安装GitLab

    Debian11上安装GitLabreference-site-list GitLab 官网: Debian安装 Official Linux package ubuntu linux下载的deb包存放在哪? GitLab 官网: 如何重置root...
     2021-11-10  
    • Debian 
    • > GitLab 
     
    • Debian 
    • | GitLab 
    阅读全文 
  • Debian11上安装MySQL

    Debian11上安装MySQLreference-site-list 如何在Debian 10 Linux上安装MySQL MySQL8 远程访问权限不正确 steps1234567891011121314151617181920212223...
     2021-11-09  
    • Debian 
    • > MySQL 
     
    • Debian 
    • | MySQL 
    阅读全文 
  • Debian11上安装PHP

    Debian11上安装PHPreference-site-list 如何在Debian 10 Linux上安装PHP Linux改动php.ini后如何重启php-fpm PHP官网:使用 PHP-FPM 为 Nginx 1.4.x HTTP 服务...
     2021-11-09  
    • Debian 
    • > PHP 
     
    • Debian 
    • | PHP 
    阅读全文 
  • Debian11上安装Matomo

    Debian11上安装Matomoreference-site-list Matomo官网 Matomo官方安装说明 Matomo官网 How do I install Matomo for WordPress? DBIP官网:IP geoloca...
     2021-11-09  
    • Debian 
    • > Matomo 
     
    • Debian 
    • | Matomo 
    阅读全文 
  • Debian11上安装Nginx并配置HTTPS

    Debian11上安装Nginx并配置HTTPSreference-site-list 如何在Debian 10 Linux上安装Nginx GitHub acme 使用 acme.sh 给 Nginx 安装 Let’ s Encrypt 提供的免...
     2021-11-09  
    • Debian 
    • > Nginx 
     
    • Debian 
    • | Nginx 
    阅读全文 
  • Debian11上安装WordPress

    Debian11上安装WordPressreference-site-list WordPress官网 安装下载说明 WordPress官网 How to install WordPress 解决安装WordPress主题及插件需要输入FTP问题 ...
     2021-11-09  
    • Debian 
    • > WordPress 
     
    • Debian 
    • | WordPress 
    阅读全文 
上一页 下一页
© 2020 - 2025    Xplorist
访问人数   总访问量 
由 Hexo 驱动 | 主题   Keep v3.4.8
蜀ICP备20002343号-1
$tools-item-width = 2.2rem $tools-item-font-size = 1.1rem $tools-item-border-radius = 0.1rem .side-tools-container { position relative .tools-item { width $tools-item-width height $tools-item-width margin-bottom 0.2rem color var(--default-text-color) font-size $tools-item-font-size background var(--background-color) border-right none border-radius $tools-item-border-radius box-shadow 0.1rem 0.1rem 0.2rem var(--shadow-color) cursor pointer i { color var(--default-text-color) } &:hover { color var(--background-color) background var(--primary-color) box-shadow 0.2rem 0.2rem 0.4rem var(--shadow-color) i { color var(--background-color) } } +keep-tablet() { width $tools-item-width * 0.9 height $tools-item-width * 0.9 margin-bottom 0.2rem font-size $tools-item-font-size * 0.9 } &.rss { a { width 100% height 100% border-radius $tools-item-border-radius &:hover { color var(--background-color) background var(--primary-color) box-shadow 0.2rem 0.2rem 0.4rem var(--shadow-color) } } } } .side-tools-list { transform translateX(100%) opacity 0 transition-t("transform, opacity", "0, 0", "0.2, 0.2", "linear, linear") .tool-expand-width { +keep-tablet() { display none } } &.show { transform translateX(0) opacity 1 } } .exposed-tools-list { if (hexo-config('style.scroll.percent.enable') == true) { .tool-scroll-to-top { display none &.show { display flex } &:hover { .percent { display none } .arrow-up { display flex } } .arrow-up { display none } .percent { display flex font-size 1rem } } } } }