《当前安装Hexo相关插件》 【B站up主】:https://space.bilibili.com/158405457 【B站视频地址】:https://www.bilibili.com/video/av848310338 【当前主题Fluid】123npm install --save hexo-theme-fluid或cnpm install --save hexo-theme-fluid 【开启统计访问】 themes 2999-09-29 《Hexo相关插件》
《网站翻译的使用流程》 前言 废话不多说,先看效果.体验地址:传送门 1 准备工作 小牛翻译云平台帐号(https://niutrans.com/documents/contents/beginning_guide?id=1)个人博客网站(https://nanfangzhe.gitee.io/) 2 安装流程、使用过程 官方安装教程地址:https://niutrans.com/documents/contents 2021-12-03 《Hexo相关插件》
《主题相对路径显示图片问题》 一、Typora的配置图片根目录,更方便写博客。1 根目录设置打开Typora软件,找到格式——》点击图像——》点击设置根目录——》找到你的主题fluid目录下的source目录 2 测试,小猫咪(cat.png)在markdown文档中,输入 123例子: 结果展示: 真实引用的小猫咪: 二、Fluid主题下,hexo启动后, 2021-11-02 《Hexo相关插件》
《Git执行操作》 拉取远程仓库1、拉取远程主仓库:git clone 你的仓库地址 1git clone https://gitee.com/nanfangzhe/adui_tranlate.git 2、拉取远程仓库分支 git clone -b 分支名称 仓库地址 1git clone -b develop_lin-ui https://gitee.com/nanfangzhe/adui_tranlate.git 2021-10-15 《Git》
《vue初级学习篇(一)》 操作vue的npm相关指令 1、卸载 npm uninstall -g @vue/cli 2、安装vue-cli脚手架2.x版本 npm install –global vue-cli 3、查看版本 vue –version 4、创建vue项目 vue init webpack 项目名 vue init webpack demo 一、安装1、安装node,请到安装教程篇查看。 2、安装vue、v 2021-10-14 《vue》