添加: 文章-2分钟规则

This commit is contained in:
xugaoyi 2020-11-09 11:12:24 +08:00
parent 2a5e4a02d5
commit 9eb68c2b53
2 changed files with 36 additions and 3 deletions

View File

@ -19,7 +19,7 @@ module.exports = [
]
},
{
text: '页面',
text: '页面',
link: '/ui/',
items: [
{text: 'HTML', link: '/pages/8309a5b876fc95e3/'},
@ -37,12 +37,13 @@ module.exports = [
]
},
{
text: '更多',
text: '更多',
link: '/more/',
items: [
{text: '学习', link: '/pages/f2a556/'},
{text: '面试', link: '/pages/aea6571b7a8bae86/'},
{text: '心情杂货', link: '/pages/2d615df9a36a98ed/'},
{ text: '心情杂货', link: '/pages/2d615df9a36a98ed/' },
{ text: '实用技巧', link: '/pages/baaa02/' },
{text: '友情链接', link: '/friends/'},
]
},

View File

@ -0,0 +1,32 @@
---
title: 2分钟规则
date: 2020-11-09 11:05:29
permalink: /pages/baaa02/
categories:
- 更多
- 实用技巧
tags:
- 实用技巧
- 文摘
---
每当你发现很难开始执行某项任务时可以试试将其缩减成2分钟的版本。
- 看一本书 → 看一页书
- 写一篇文章 → 写一句话
- 跑10公里 → 穿上跑鞋
- 做100次俯卧撑 → 做1次俯卧撑
- 多吃蔬菜水果 → 吃一个水果
- 编写一个程序 → 编写一个函数 → 编写一行代码
<!-- more -->
这样做的目的是使上手变得超级容易,让你先上手再说。一旦开始做了(这可能是最艰难的一步),你就会开始有动力,可能会继续做下去。
- 阅读一页 → 阅读10页 → 读完第一章
- 写一个句子 → 写文章的开头 → 写出正文
- 穿上跑鞋 → 步行5分钟 → 跑步5分钟
一旦开始,继续做下去就会容易得多。有时,你甚至会发现,自己在不知不觉间已经完成了任务。
> 本文摘录自 <https://hoanhan.co/2-minute-rule>