实习公司要求使用 Angular,学过 VUE,了解过 React,偏偏是没用过的 Angular,重头啃 安装 node 查看版本,之前都是在 cmd 窗口,今天学了
...
获取图标Unicide值 在 fontawesome上找到需要的图标,记录下Unicode值 配置文件 在主题配置文件_config.butterf
...
在 \themes\butterfly\source\css目录下新建 article_transparent.css文件,添加: 1/* 首页文章栏背
...
在\themes\butterfly\source\js目录下新建funny_title.js文件,添加: 1var OriginTitle = document.title; 2var titleTime; 3document.addEventListener('visibilitychange', function () { 4 if (document.hidden) { 5 $('[rel="icon"]').attr('href', "/funny.ico");
...
雪花 在\themes\butterfly\source\js目录下新建snow.js文件,添加: 1if((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { 2 // 移动端不显示 3 } 4else { 5 (function($){ 6 $.fn.snow = function(options){ 7
...
前言 虽然Hexo部署博客很方便,但是当我们更换电脑时呢,在github中的其实只是在我们本地目录里的.deploy_git里面的内容,显然我
...
参考文章:https://blog.zhheo.com/p/32776e99.html 资源文件 CodePen 配置 在主题配置文件_config.butte
...
在/themes/butterfly/source/js文件夹中新建mouse_move.js文件 1(function () { 2 function t() { 3 i(), a(); 4 } 5 function i() { 6 document.addEventListener("mousemove", o), 7 document.addEventListener("touchmove",
...
参考文章:Hexo页脚养鱼效果 引入必须的jquery文件 https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js 把上述文件保存在\themes\butterfly\source\js并命名为jq
...
在/themes/butterfly/layout/includes/footer.pug文件中添加以下代码 1.framework-info 2 img(src = 'https://static.dy208.cn/o_1dfilp8ruo521thr1hvf18ji17soa.png') 3 span= ' ' 4 a(href='https://beian.miit.gov.cn/')= '
...