添加首页文章列表

This commit is contained in:
xugaoyi 2020-04-27 19:46:25 +08:00
parent e188ce2b19
commit 48f54f9502
195 changed files with 462 additions and 491 deletions

View File

@ -1,11 +1,10 @@
--- ---
pageComponent: pageComponent:
name: Catalogue # 组件名Catalogue => 目录页组件 name: Catalogue
data: data:
key: 01.前端 # key要设置为指定文件夹的名称(有序号的要带序号) key: 01.前端
imgUrl: /img/web.png imgUrl: /img/web.png
description: JavaScript、ES6、Vue框架等前端技术 description: JavaScript、ES6、Vue框架等前端技术
title: 前端 title: 前端
date: 2020-03-11 21:50:53 date: 2020-03-11 21:50:53
permalink: /web permalink: /web

View File

@ -1,11 +1,10 @@
--- ---
pageComponent: pageComponent:
name: Catalogue name: Catalogue
data: data:
key: 02.页面 key: 02.页面
imgUrl: /img/ui.png imgUrl: /img/ui.png
description: html(5)/css(3),前端页面相关技术 description: html(5)/css(3),前端页面相关技术
title: 页面 title: 页面
date: 2020-03-11 21:50:54 date: 2020-03-11 21:50:54
permalink: /ui permalink: /ui
@ -13,4 +12,4 @@ sidebar: false
article: false article: false
comment: false comment: false
editLink: false editLink: false
--- ---

View File

@ -1,11 +1,10 @@
--- ---
pageComponent: pageComponent:
name: Catalogue name: Catalogue
data: data:
key: 03.技术 key: 03.技术
imgUrl: /img/other.png imgUrl: /img/other.png
description: 技术文档、教程、技巧、总结等文章 description: 技术文档、教程、技巧、总结等文章
title: 技术 title: 技术
date: 2020-03-11 21:50:55 date: 2020-03-11 21:50:55
permalink: /technology permalink: /technology
@ -13,4 +12,4 @@ sidebar: false
article: false article: false
comment: false comment: false
editLink: false editLink: false
--- ---

View File

@ -1,11 +1,10 @@
--- ---
pageComponent: pageComponent:
name: Catalogue name: Catalogue
data: data:
key: 04.更多 key: 04.更多
imgUrl: /img/more.png imgUrl: /img/more.png
description: 学习、面试、在线工具等更多文章和页面 description: 学习、面试、在线工具等更多文章和页面
title: 更多 title: 更多
date: 2020-03-11 21:50:56 date: 2020-03-11 21:50:56
permalink: /more permalink: /more
@ -13,4 +12,4 @@ sidebar: false
article: false article: false
comment: false comment: false
editLink: false editLink: false
--- ---

View File

@ -2,11 +2,11 @@
title: new命令原理 title: new命令原理
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/8143cc480faf9a11 permalink: /pages/8143cc480faf9a11
tags:
- js
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags:
-
--- ---
# new命令原理 # new命令原理

View File

@ -2,11 +2,11 @@
title: ES5面向对象 title: ES5面向对象
date: 2020-02-22 10:35:43 date: 2020-02-22 10:35:43
permalink: /pages/b1af5cb8996363c5 permalink: /pages/b1af5cb8996363c5
tags:
- js
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags:
-
--- ---
# ES5面向对象 # ES5面向对象

View File

@ -3,8 +3,8 @@ title: ES6面向对象
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/1f4123be6f45abcd permalink: /pages/1f4123be6f45abcd
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 多种数组去重性能对比
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/e808fba1fa8fbab2 permalink: /pages/e808fba1fa8fbab2
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 比typeof运算符更准确的类型判断
date: 2020-04-13 15:56:54 date: 2020-04-13 15:56:54
permalink: /pages/fd4a16d56b83c1bc permalink: /pages/fd4a16d56b83c1bc
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: JS随机打乱数组
date: 2020-02-08 17:42:03 date: 2020-02-08 17:42:03
permalink: /pages/40b4db2d38ba85f2 permalink: /pages/40b4db2d38ba85f2
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 判断是否为移动端浏览器
date: 2020-01-04 15:25:11 date: 2020-01-04 15:25:11
permalink: /pages/40f623be692cf8bc permalink: /pages/40f623be692cf8bc
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 将一维数组按指定长度转为二维数组
date: 2020-02-23 13:49:31 date: 2020-02-23 13:49:31
permalink: /pages/f1acb712033ac8da permalink: /pages/f1acb712033ac8da
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 防抖与节流函数
date: 2020-02-29 15:07:47 date: 2020-02-29 15:07:47
permalink: /pages/0f6a0ac99b62ede5 permalink: /pages/0f6a0ac99b62ede5
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: JS获取和修改url参数
date: 2020-03-05 12:45:37 date: 2020-03-05 12:45:37
permalink: /pages/7a91be2d502346ce permalink: /pages/7a91be2d502346ce
categories: categories:
- JavaScript文章
- 前端 - 前端
- JavaScript文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: Vue项目开发前的一些准备工作
date: 2020-02-21 14:40:19 date: 2020-02-21 14:40:19
permalink: /pages/802a1ca6f7b71c59 permalink: /pages/802a1ca6f7b71c59
categories: categories:
- Vue文章
- 前端 - 前端
- Vue文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: Vue CLi3 修改webpack配置
date: 2020-02-22 15:00:36 date: 2020-02-22 15:00:36
permalink: /pages/5d463fbdb172d43b permalink: /pages/5d463fbdb172d43b
categories: categories:
- Vue文章
- 前端 - 前端
- Vue文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: Vue中的scoped和scoped穿透
date: 2020-02-23 10:54:23 date: 2020-02-23 10:54:23
permalink: /pages/c80d2751cf1f4268 permalink: /pages/c80d2751cf1f4268
categories: categories:
- Vue文章
- 前端 - 前端
- Vue文章
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: Vue项目使用mock数据的几种方式
date: 2020-02-26 14:06:58 date: 2020-02-26 14:06:58
permalink: /pages/bd1af2f75fd361fc permalink: /pages/bd1af2f75fd361fc
categories: categories:
- Vue文章
- 前端 - 前端
- Vue文章
tags: tags:
- -
--- ---

View File

@ -4,16 +4,11 @@ pageComponent:
data: data:
key: 《JavaScript教程》笔记 key: 《JavaScript教程》笔记
imgUrl: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200112120340.png imgUrl: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200112120340.png
description: 本章内容为博主在原教程基础上添加学习笔记,教程版权归原作者所有。来源:<a href=\\\\https://wangdoc.com/javascript/\\\\ target=\\\\_blank\\\\>JavaScript教程</a> description: 本章内容为博主在原教程基础上添加学习笔记,教程版权归原作者所有。来源:<a href=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\https://wangdoc.com/javascript/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ target=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_blank\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\>JavaScript教程</a>
title: 《JavaScript教程》笔记 title: 《JavaScript教程》笔记
date: 2020-01-12 11:51:53 date: 2020-01-12 11:51:53
permalink: /note/javascript permalink: /note/javascript
article: false article: false
comment: false comment: false
editLink: false editLink: false
categories:
- 学习笔记
- 前端
tags:
-
--- ---

View File

@ -4,16 +4,11 @@ pageComponent:
data: data:
key: 《ES6 教程》笔记 key: 《ES6 教程》笔记
imgUrl: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200112160453.png imgUrl: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200112160453.png
description: 本章内容为博主在原教程基础上添加学习笔记,教程版权归原作者所有。来源:<a href=\\\\https://es6.ruanyifeng.com/\\\\ target=\\\\_blank\\\\>ES6教程</a> description: 本章内容为博主在原教程基础上添加学习笔记,教程版权归原作者所有。来源:<a href=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\https://es6.ruanyifeng.com/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ target=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_blank\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\>ES6教程</a>
title: 《ES6 教程》笔记 title: 《ES6 教程》笔记
date: 2020-01-12 15:49:22 date: 2020-01-12 15:49:22
permalink: /note/es6 permalink: /note/es6
article: false article: false
comment: false comment: false
editLink: false editLink: false
categories:
- 学习笔记
- 前端
tags:
-
--- ---

View File

@ -11,9 +11,4 @@ permalink: /note/vue
article: false article: false
comment: false comment: false
editLink: false editLink: false
categories:
- 学习笔记
- 前端
tags:
-
--- ---

View File

@ -11,9 +11,4 @@ permalink: /note/typescript-axios
article: false article: false
comment: false comment: false
editLink: false editLink: false
categories:
- 学习笔记
- 前端
tags:
-
--- ---

View File

@ -3,8 +3,8 @@ title: 小程序笔记
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /note/wx-miniprogram permalink: /note/wx-miniprogram
categories: categories:
- 学习笔记
- 前端 - 前端
- 学习笔记
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 常用meta整理
date: 2020-02-21 12:20:10 date: 2020-02-21 12:20:10
permalink: /pages/8309a5b876fc95e3 permalink: /pages/8309a5b876fc95e3
categories: categories:
- HTML
- 页面 - 页面
- HTML
tags: tags:
- -
--- ---

View File

@ -5,8 +5,8 @@ permalink: /pages/0a83b083bdf257cb
author: author:
name: 阮一峰 name: 阮一峰
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: flex布局案例-基础
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/ea6db1530c42ad51 permalink: /pages/ea6db1530c42ad51
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: flex布局案例-骰子
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/eff61bc8b4f4695d permalink: /pages/eff61bc8b4f4695d
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: flex布局案例-圣杯布局
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/df9e7c7214fa5046 permalink: /pages/df9e7c7214fa5046
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: flex布局案例-网格布局
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/85b5a3fe218a34b7 permalink: /pages/85b5a3fe218a34b7
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: flex布局案例-输入框布局
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/05cc577fb51c7998 permalink: /pages/05cc577fb51c7998
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: CSS3之transition过渡
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/02d7f59d98d87409 permalink: /pages/02d7f59d98d87409
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: CSS3之animation动画
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/c2c0432138f6e042 permalink: /pages/c2c0432138f6e042
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 「布局技巧」图片未加载前自动撑开元素高度
date: 2020-02-22 16:37:10 date: 2020-02-22 16:37:10
permalink: /pages/3d52574260725aea permalink: /pages/3d52574260725aea
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 文字在一行或两行时超出显示省略号
date: 2020-02-23 15:07:08 date: 2020-02-23 15:07:08
permalink: /pages/42b66999cc27dc25 permalink: /pages/42b66999cc27dc25
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 从box-sizing属性入手了解盒子模型
date: 2020-02-27 17:08:48 date: 2020-02-27 17:08:48
permalink: /pages/20a978023139589d permalink: /pages/20a978023139589d
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 水平垂直居中的几种方式-案例
date: 2020-03-13 16:13:43 date: 2020-03-13 16:13:43
permalink: /pages/cb7cb251adba4bf7 permalink: /pages/cb7cb251adba4bf7
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -2,18 +2,23 @@
title: 如何根据系统主题自动响应CSS深色模式 title: 如何根据系统主题自动响应CSS深色模式
date: 2020-03-31 14:06:26 date: 2020-03-31 14:06:26
permalink: /pages/5dde351274f1e39d permalink: /pages/5dde351274f1e39d
sticky: 1
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- - css
--- ---
# 如何根据系统主题自动响应CSS深色模式 # 如何根据系统主题自动响应CSS深色模式
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200427163531.jpg" width="500">
</p>
很多人喜欢选择APP或网站中的深色模式也许他们更喜欢这样的外观或者他们想让自己的眼睛免受疲劳。这篇文章将告诉你如何在网站中实现一个自动的CSS深色模式根据访客的系统主题来自动响应。 很多人喜欢选择APP或网站中的深色模式也许他们更喜欢这样的外观或者他们想让自己的眼睛免受疲劳。这篇文章将告诉你如何在网站中实现一个自动的CSS深色模式根据访客的系统主题来自动响应。
<!-- more -->
## CSS 深色模式 (Dark Mode) ## CSS 深色模式 (Dark Mode)

View File

@ -3,8 +3,8 @@ title: 「css技巧」使用hover和attr()定制悬浮提示
date: 2020-04-18 12:14:09 date: 2020-04-18 12:14:09
permalink: /pages/941581927b4a38f8 permalink: /pages/941581927b4a38f8
categories: categories:
- CSS
- 页面 - 页面
- CSS
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 混入(Mixins)
date: 2020-02-23 15:47:03 date: 2020-02-23 15:47:03
permalink: /pages/9f15c1a281d8bedb permalink: /pages/9f15c1a281d8bedb
categories: categories:
- stylus
- 页面 - 页面
- stylus
tags: tags:
- -
--- ---

View File

@ -2,11 +2,11 @@
title: Git使用手册 title: Git使用手册
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/9a7ee40fc232253e permalink: /pages/9a7ee40fc232253e
tags:
- 技术文档
categories: categories:
- 技术文档
- 技术 - 技术
- 技术文档
tags:
-
--- ---

View File

@ -2,11 +2,11 @@
title: Markdown使用教程 title: Markdown使用教程
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/ad247c4332211551 permalink: /pages/ad247c4332211551
tags:
- 技术文档
categories: categories:
- 技术文档
- 技术 - 技术
- 技术文档
tags:
-
--- ---
# Markdown使用教程 # Markdown使用教程

View File

@ -2,11 +2,11 @@
title: npm常用命令 title: npm常用命令
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/61f2f95fd7da14fd permalink: /pages/61f2f95fd7da14fd
tags:
- 技术文档
categories: categories:
- 技术文档
- 技术 - 技术
- 技术文档
tags:
-
--- ---
# npm常用命令 # npm常用命令

View File

@ -5,11 +5,11 @@ author:
title: npm packageJson属性详解 title: npm packageJson属性详解
date: 2020-04-08 17:16:38 date: 2020-04-08 17:16:38
permalink: /pages/dec4f3f00e71a312 permalink: /pages/dec4f3f00e71a312
tags:
- 技术文档
categories: categories:
- 技术文档
- 技术 - 技术
- 技术文档
tags:
-
--- ---

View File

@ -2,11 +2,11 @@
title: yaml语言教程 title: yaml语言教程
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/4e8444e2d534d14f permalink: /pages/4e8444e2d534d14f
tags:
- 技术文档
categories: categories:
- 技术文档
- 技术 - 技术
- 技术文档
tags:
-
--- ---
# yaml语言教程 # yaml语言教程

View File

@ -2,11 +2,11 @@
title: GitHub高级搜索技巧 title: GitHub高级搜索技巧
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/4c778760be26d8b3 permalink: /pages/4c778760be26d8b3
tags:
- GitHub技巧
categories: categories:
- GitHub技巧
- 技术 - 技术
- GitHub技巧
tags:
-
--- ---
# GitHub高级搜索技巧 # GitHub高级搜索技巧

View File

@ -2,11 +2,11 @@
title: GitHub Actions 实现自动部署静态博客 title: GitHub Actions 实现自动部署静态博客
date: 2019-12-27 11:44:41 date: 2019-12-27 11:44:41
permalink: /pages/6b9d359ec5aa5019 permalink: /pages/6b9d359ec5aa5019
tags:
- GitHub技巧
categories: categories:
- GitHub技巧
- 技术 - 技术
- GitHub技巧
tags:
-
--- ---
# GitHub Actions 实现自动部署静态博客 # GitHub Actions 实现自动部署静态博客

View File

@ -2,22 +2,24 @@
title: GitHub Actions 定时运行代码:每天定时百度链接推送 title: GitHub Actions 定时运行代码:每天定时百度链接推送
date: 2019-12-30 21:23:00 date: 2019-12-30 21:23:00
permalink: /pages/f44d2f9ad04ab8d3 permalink: /pages/f44d2f9ad04ab8d3
tags: sticky: 2
- GitHub技巧
categories: categories:
- GitHub技巧
- 技术 - 技术
- GitHub技巧
tags:
- GitHub
- 博客
--- ---
# GitHub Actions 定时运行代码:每天定时百度链接推送 # GitHub Actions 定时运行代码:每天定时百度链接推送
## 前言
博客上线已经有些日子了,却发现百度迟迟没有收录我的博客页面,在百度推送工具当中除了有自动推送的代码嵌入网站之外,还有一个实时的主动推送更高效。 博客上线已经有些日子了,却发现百度迟迟没有收录我的博客页面,在百度推送工具当中除了有自动推送的代码嵌入网站之外,还有一个实时的主动推送更高效。
于是我想到了用GitHub Actions的定时运行代码功能来每天自动运行命令生成所有博客链接并进行一次性推送给百度。 最近刚好了解到GitHub Actions的定时运行代码功能可以用它来每天自动运行命令生成所有博客链接并进行一次性推送给百度。
GitHub Actions 是一个 CI/CD持续集成/持续部署)工具,但也可用作代码运行环境。**功能非常强大,能够玩出许多花样。** GitHub Actions 是一个 CI/CD持续集成/持续部署)工具,但也可用作代码运行环境。**功能非常强大,能够玩出许多花样。**
<!-- more -->
## 百度主动链接推送 ## 百度主动链接推送
链接主动推送在百度站长中有介绍,如图。 链接主动推送在百度站长中有介绍,如图。

View File

@ -2,11 +2,11 @@
title: GitHub加速下载项目的方法 title: GitHub加速下载项目的方法
date: 2020-03-09 10:28:09 date: 2020-03-09 10:28:09
permalink: /pages/95331c6a9613faf8 permalink: /pages/95331c6a9613faf8
tags:
- GitHub技巧
categories: categories:
- GitHub技巧
- 技术 - 技术
- GitHub技巧
tags:
-
--- ---
# GitHub加速下载项目的方法 # GitHub加速下载项目的方法

View File

@ -3,8 +3,8 @@ title: nodejs递归读取所有文件
date: 2019-12-26 15:57:32 date: 2019-12-26 15:57:32
permalink: /pages/117708e0af7f0bd9 permalink: /pages/117708e0af7f0bd9
categories: categories:
- Nodejs
- 技术 - 技术
- Nodejs
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 解决百度无法收录搭建在GitHub上的个人博客的问题
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/41f87d890d0a02af permalink: /pages/41f87d890d0a02af
categories: categories:
- 博客搭建
- 技术 - 技术
- 博客搭建
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 使用Gitalk实现静态博客无后台评论系统
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/1da0bf9a988eafe5 permalink: /pages/1da0bf9a988eafe5
categories: categories:
- 博客搭建
- 技术 - 技术
- 博客搭建
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: GitHub + jsDelivr + TinyPNG+ PicGo 打造稳定快速、高效免费图
date: 2020-01-03 12:55:43 date: 2020-01-03 12:55:43
permalink: /pages/a5f73af5185fdf0a permalink: /pages/a5f73af5185fdf0a
categories: categories:
- 博客搭建
- 技术 - 技术
- 博客搭建
tags: tags:
- -
--- ---

View File

@ -3,11 +3,6 @@ title: vdoing主题效果图
date: 2020-04-08 11:27:22 date: 2020-04-08 11:27:22
permalink: /pages/d557b9a89a215d2e permalink: /pages/d557b9a89a215d2e
article: false article: false
categories:
- 博客搭建
- 技术
tags:
-
--- ---
# vdoing主题效果图 # vdoing主题效果图

View File

@ -3,8 +3,8 @@ title: 提高学习效率的策略
date: 2020-01-04 11:54:14 date: 2020-01-04 11:54:14
permalink: /pages/a8692ab3bdcb4588 permalink: /pages/a8692ab3bdcb4588
categories: categories:
- 学习
- 更多 - 更多
- 学习
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 提高记忆的技巧
date: 2020-01-03 14:34:48 date: 2020-01-03 14:34:48
permalink: /pages/996822b2a2ca6e3b permalink: /pages/996822b2a2ca6e3b
categories: categories:
- 学习
- 更多 - 更多
- 学习
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 自律小建议
date: 2020-01-03 14:35:18 date: 2020-01-03 14:35:18
permalink: /pages/c3f302a03c8daf79 permalink: /pages/c3f302a03c8daf79
categories: categories:
- 学习
- 更多 - 更多
- 学习
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 处理问题的思路
date: 2020-01-03 14:36:02 date: 2020-01-03 14:36:02
permalink: /pages/9ba2b8fb13de1957 permalink: /pages/9ba2b8fb13de1957
categories: categories:
- 学习
- 更多 - 更多
- 学习
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 面试问题集锦
date: 2019-12-25 14:27:01 date: 2019-12-25 14:27:01
permalink: /pages/aea6571b7a8bae86 permalink: /pages/aea6571b7a8bae86
categories: categories:
- 面试
- 更多 - 更多
- 面试
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 英语基础
date: 2020-01-13 11:55:53 date: 2020-01-13 11:55:53
permalink: /pages/6f9525eecdd51d5a permalink: /pages/6f9525eecdd51d5a
categories: categories:
- 英语
- 更多 - 更多
- 英语
tags: tags:
- -
--- ---

View File

@ -3,8 +3,8 @@ title: 一个完美主义者的自我救赎
date: 2020-01-16 15:15:27 date: 2020-01-16 15:15:27
permalink: /pages/2d615df9a36a98ed permalink: /pages/2d615df9a36a98ed
categories: categories:
- 心情杂货
- 更多 - 更多
- 心情杂货
tags: tags:
- -
--- ---

View File

@ -97,7 +97,7 @@ article: false
### 其他 ### 其他
* [Linux命令手册](https://ipcmen.com/) * [Linux命令手册](https://ipcmen.com/)
* [代码图片生成器](https://carbon.now.sh/)
## 设计 ## 设计

View File

@ -1,9 +1,6 @@
--- ---
pageComponent: pageComponent:
name: Timeline # 组件名Timeline => 时间轴组件 name: Timeline
# data:
# slogan: '只争朝夕,不负韶华!( •̀ ω •́ )✧'
title: 时间轴 title: 时间轴
date: 2019-12-31 13:49:34 date: 2019-12-31 13:49:34
permalink: /timeline permalink: /timeline

View File

@ -1,9 +0,0 @@
---
title: test
date: "2020-04-25 11:31:59"
permalink: /pages/ea1541
categories:
- 博文
tags:
-
---

View File

@ -1,11 +0,0 @@
---
title: 文章3
date: 2020-04-24 17:40:49
permalink: /pages/10ebc6089ea9528e
categories:
- 博文
tags:
-
---
# 文章三

View File

@ -1,18 +0,0 @@
---
title: 碎片化文章2
date: 2020-04-24 16:38:46
permalink: /pages/07bbd5305912cb58
categories:
- 博文
tags:
-
sticky: 1
---
# 碎片化文章2
## 碎片化文章2
### 碎片化文章2
## 碎片化文章2

View File

@ -1,14 +1,15 @@
--- ---
title: 我是碎片化文章 title: 碎片化文章测试
date: 2020-04-24 14:30:27 date: 2020-04-24 14:30:27
permalink: /pages/b5a6bdd22a6dc9e1
categories: categories:
- 博文 - 博文
tags: tags:
- - 碎片化
- test
permalink: /pages/2868d3
--- ---
# 我是碎片化文章 # 碎片化文章测试
::: tip ::: tip
碎片化的文章写在`_posts`文件夹 碎片化的文章写在`_posts`文件夹

View File

@ -4,9 +4,10 @@ date: 2020-01-12 15:45:35
permalink: /pages/f344d070a1031ef7 permalink: /pages/f344d070a1031ef7
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
> 说明:本章内容为博主在原教程基础上添加自己的学习笔记,来源<http://es6.ruanyifeng.com/>,教程版权归原作者所有。 > 说明:本章内容为博主在原教程基础上添加自己的学习笔记,来源<http://es6.ruanyifeng.com/>,教程版权归原作者所有。

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/c1edd70a6b7c7872 permalink: /pages/c1edd70a6b7c7872
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# let 和 const 命令 # let 和 const 命令

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/b1ab10a62f7564da permalink: /pages/b1ab10a62f7564da
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 变量的解构赋值 # 变量的解构赋值

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/ca89eca8adeba5f4 permalink: /pages/ca89eca8adeba5f4
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 字符串的扩展 # 字符串的扩展

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/a650b4a0ebfc9350 permalink: /pages/a650b4a0ebfc9350
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 字符串的新增方法 # 字符串的新增方法

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/0473261a6ab0ee8c permalink: /pages/0473261a6ab0ee8c
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 正则的扩展 # 正则的扩展

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/5dfea9a0f2d1a392 permalink: /pages/5dfea9a0f2d1a392
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 数值的扩展 # 数值的扩展

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/8ed309d668b20264 permalink: /pages/8ed309d668b20264
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 函数的扩展 # 函数的扩展

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/e34009d60d8bc4b2 permalink: /pages/e34009d60d8bc4b2
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 数组的扩展 # 数组的扩展

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/b5e3e0a0ff6e9c25 permalink: /pages/b5e3e0a0ff6e9c25
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 对象的扩展 # 对象的扩展

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/e85e68947502cf90 permalink: /pages/e85e68947502cf90
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 对象的新增方法 # 对象的新增方法

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/02c86eb2792f3262 permalink: /pages/02c86eb2792f3262
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Symbol # Symbol

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/0c21dae358fca16b permalink: /pages/0c21dae358fca16b
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Set 和 Map 数据结构 # Set 和 Map 数据结构

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/f56ec2ab97d60483 permalink: /pages/f56ec2ab97d60483
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Proxy # Proxy

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/74de3e45e4491e95 permalink: /pages/74de3e45e4491e95
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Reflect # Reflect

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/2810ae8985e9bd52 permalink: /pages/2810ae8985e9bd52
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Promise 对象 # Promise 对象

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/48df907ad3570f3d permalink: /pages/48df907ad3570f3d
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Iterator 和 for...of 循环 # Iterator 和 for...of 循环

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/718b48ed9ce0adce permalink: /pages/718b48ed9ce0adce
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Generator 函数的语法 # Generator 函数的语法

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/75af7031eb66847b permalink: /pages/75af7031eb66847b
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Generator 函数的异步应用 # Generator 函数的异步应用

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/3777253e65bac487 permalink: /pages/3777253e65bac487
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# async 函数 # async 函数

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/e831e1593c82bbe0 permalink: /pages/e831e1593c82bbe0
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Class 的基本语法 # Class 的基本语法

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/83f8c3a0cd87dd83 permalink: /pages/83f8c3a0cd87dd83
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Class 的继承 # Class 的继承

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/efe2fb04eb8ac5fb permalink: /pages/efe2fb04eb8ac5fb
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Module 的语法 # Module 的语法

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/a79ca2e64ceae213 permalink: /pages/a79ca2e64ceae213
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Module 的加载实现 # Module 的加载实现

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/984bf549204bb266 permalink: /pages/984bf549204bb266
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 编程风格 # 编程风格

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/32c35f7651d6e58e permalink: /pages/32c35f7651d6e58e
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 读懂 ECMAScript 规格 # 读懂 ECMAScript 规格

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/16121351be68691b permalink: /pages/16121351be68691b
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 异步遍历器 # 异步遍历器

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:29
permalink: /pages/a2ba314746bfdbdd permalink: /pages/a2ba314746bfdbdd
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# ArrayBuffer # ArrayBuffer

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:30
permalink: /pages/7188882b8d65af1b permalink: /pages/7188882b8d65af1b
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 最新提案 # 最新提案

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:30
permalink: /pages/e97bc1e5626b082c permalink: /pages/e97bc1e5626b082c
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 装饰器 # 装饰器

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:30
permalink: /pages/1cf50330655efc69 permalink: /pages/1cf50330655efc69
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 函数式编程 # 函数式编程

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:30
permalink: /pages/6a8e2dc558da1b39 permalink: /pages/6a8e2dc558da1b39
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# Mixin # Mixin

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:30
permalink: /pages/8e8f80f69b775a56 permalink: /pages/8e8f80f69b775a56
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# SIMD # SIMD

View File

@ -4,9 +4,10 @@ date: 2020-02-09 16:00:30
permalink: /pages/ea6f3b870f6dab69 permalink: /pages/ea6f3b870f6dab69
author: 阮一峰 author: 阮一峰
categories: categories:
- docs
- 《ES6 教程》笔记 - 《ES6 教程》笔记
tags: tags:
- null -
--- ---
# 参考链接 # 参考链接

Some files were not shown because too many files have changed in this diff Show More