-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
www.weimu.me | ||
weimu.me | ||
www.weimu.xyz | ||
weimu.xyz | ||
root: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,65 @@ | ||
# 自己的个人博客 | ||
|
||
访问地址(http://www.weimu.me) | ||
访问地址(http://www.weimu.xyz) | ||
|
||
## 博客的内容 | ||
* 偶尔灵光一现的想法 <br> | ||
* 一些CSS的特效 <br> | ||
* 一些游戏 <br> | ||
* 后续会抽时间写一些学习笔记,心得等等 <br> | ||
|
||
## 域名可能处于审核期 | ||
www.weimu.xyz | ||
|
||
## 目录直达 | ||
* 一个的chrome插件,含源码(生成QRcode, 无需联网)[地址](https://github.com/Vivomo/blog/tree/gh-pages/chrome_plugins/qr_code) | ||
如果chrome提示"请停用...", 见[解决方案](https://github.com/Vivomo/blog/tree/gh-pages/chrome_plugins) | ||
|
||
### 技术博客目录 | ||
* [基础——重中之重之JS中的数值](http://www.weimu.me/2017/07/16/number-of-js.html) | ||
* [基础——重中之重之JS的变量的声明](http://www.weimu.me/2017/05/30/variable-declaration-of-js.html) | ||
* [基础——重中之重之JS中的数值](http://www.weimu.xyz/2017/07/16/number-of-js.html) | ||
* [基础——重中之重之JS的变量的声明](http://www.weimu.xyz/2017/05/30/variable-declaration-of-js.html) | ||
|
||
### JS | ||
* TreeUtils 一个处理数组树的工具方法[地址](https://github.com/Vivomo/blog/blob/gh-pages/js/utils/TreeUtils.js) | ||
* [url -> searchMap]((https://github.com/Vivomo/blog/tree/gh-pages/draft/url-to-search-map.md)) | ||
|
||
### CSS | ||
* [CSS工具箱](http://www.weimu.me/2015/08/14/css-util.html) | ||
* [不规则球](http://www.weimu.me/2016/04/23/ball.html) | ||
* [随机长方形动画](http://www.weimu.me/2016/04/18/random-cuboid.html) | ||
* [纯CSS实现太阳系](http://www.weimu.me/2016/05/25/solar-system.html) | ||
* [太极](http://www.weimu.me/2017/05/07/TaiChi.html) | ||
* [太阳系](http://www.weimu.me/2016/05/25/solar-system.html) | ||
* [CSS工具箱](http://www.weimu.xyz/2015/08/14/css-util.html) | ||
* [不规则球](http://www.weimu.xyz/2016/04/23/ball.html) | ||
* [随机长方形动画](http://www.weimu.xyz/2016/04/18/random-cuboid.html) | ||
* [纯CSS实现太阳系](http://www.weimu.xyz/2016/05/25/solar-system.html) | ||
* [太极](http://www.weimu.xyz/2017/05/07/TaiChi.html) | ||
* [太阳系](http://www.weimu.xyz/2016/05/25/solar-system.html) | ||
|
||
### 前端体验优化 | ||
* [页面滚动条出现时不抖动实践与相关问题](http://www.weimu.me/2019/07/31/css-remove-scroll-shake.html) | ||
* [页面滚动条出现时不抖动实践与相关问题](http://www.weimu.xyz/2019/07/31/css-remove-scroll-shake.html) | ||
|
||
### 游戏 | ||
* [贪吃蛇自动寻路](http://www.weimu.me/2020/02/18/snake-auto.html) | ||
* [俄罗斯方块](http://www.weimu.me/app/tetris/tetris.html) | ||
* [射击测试](http://www.weimu.me/2018/07/08/shoot-test.html) | ||
* [魔方](http://www.weimu.me/2017/12/12/cube.html) | ||
* [贪吃蛇](http://www.weimu.me/2017/03/13/snake.html) | ||
* [五子棋](http://www.weimu.me/2016/04/04/Gobang.html) | ||
* [汉诺塔](http://www.weimu.me/2015/12/10/hanoi.html) | ||
* [贪吃蛇自动寻路](http://www.weimu.xyz/2020/02/18/snake-auto.html) | ||
* [俄罗斯方块](http://www.weimu.xyz/app/tetris/tetris.html) | ||
* [射击测试](http://www.weimu.xyz/2018/07/08/shoot-test.html) | ||
* [魔方](http://www.weimu.xyz/2017/12/12/cube.html) | ||
* [贪吃蛇](http://www.weimu.xyz/2017/03/13/snake.html) | ||
* [五子棋](http://www.weimu.xyz/2016/04/04/Gobang.html) | ||
* [汉诺塔](http://www.weimu.xyz/2015/12/10/hanoi.html) | ||
|
||
### 学习笔记 | ||
* [SCSS学习笔记](http://www.weimu.me/2018/01/30/scss.html) | ||
* [SCSS学习笔记](http://www.weimu.xyz/2018/01/30/scss.html) | ||
* [一堆零散的经验](https://github.com/Vivomo/blog/tree/gh-pages/draft) | ||
|
||
### 算法 | ||
* [八皇后递归回溯动画](http://www.weimu.me/2018/06/15/eight-queens.html) | ||
* [暴力破解推理题](http://www.weimu.me/2018/04/01/answerEnum.js.html) | ||
* [3D排序](http://www.weimu.me/2017/04/12/sort-3d.html) | ||
* [八皇后递归回溯动画](http://www.weimu.xyz/2018/06/15/eight-queens.html) | ||
* [暴力破解推理题](http://www.weimu.xyz/2018/04/01/answerEnum.js.html) | ||
* [3D排序](http://www.weimu.xyz/2017/04/12/sort-3d.html) | ||
* [TreeUtils](https://github.com/Vivomo/blog/blob/gh-pages/js/utils/TreeUtils.js) | ||
* [LeetCode](https://github.com/Vivomo/blog/tree/gh-pages/nodejs/LeetCode) | ||
|
||
### 工具 | ||
* [二维码转换](http://www.weimu.me/2017/12/05/to-qr-code.html) | ||
* [图片处理](http://www.weimu.me/2017/08/17/image-opt.html) | ||
* [一键搜索](http://www.weimu.me/2016/03/31/search.html) | ||
* [查找QQ群共存的人](http://www.weimu.me/2016/03/12/find-qq.html) | ||
* [画板](http://www.weimu.me/app/drawingBoard/drawingBoard.html) | ||
* [二维码转换](http://www.weimu.xyz/2017/12/05/to-qr-code.html) | ||
* [图片处理](http://www.weimu.xyz/2017/08/17/image-opt.html) | ||
* [一键搜索](http://www.weimu.xyz/2016/03/31/search.html) | ||
* [查找QQ群共存的人](http://www.weimu.xyz/2016/03/12/find-qq.html) | ||
* [画板](http://www.weimu.xyz/app/drawingBoard/drawingBoard.html) | ||
|
||
### 组件 | ||
* [数字输入框](http://www.weimu.me/test/numeric-input.html) | ||
* [数字输入框](http://www.weimu.xyz/test/numeric-input.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
baseurl: / | ||
cname: http://www.weimu.me/ | ||
# cname: http://www.weimu.xyz/ | ||
exclude: ["build", "scss", "eg_build", "chrome_plugins", "doc", "SPA", "README.md"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters