v1.3.3
This commit is contained in:
parent
1452e3850a
commit
f91c286dfa
|
|
@ -59,7 +59,7 @@ npm run dev # or yarn dev
|
|||
如果你觉得这个项目对你有帮助,可以给作者打赏一杯咖啡☕ ,前往 [赞赏](https://xugaoyi.github.io/vuepress-theme-vdoing-doc/pages/1b12ed/) 。
|
||||
|
||||
## 致谢
|
||||
感谢为这个项目贡献过代码的朋友们 → [PR](https://github.com/xugaoyi/vuepress-theme-vdoing/pulls?q=is%3Apr+is%3Aclosed)
|
||||
感谢为这个项目贡献过代码的朋友们 → [Contributors](https://github.com/xugaoyi/vuepress-theme-vdoing/graphs/contributors)
|
||||
|
||||
## 许可证
|
||||
[MIT](https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE)
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ module.exports = {
|
|||
lineNumbers: true // 代码行号
|
||||
},
|
||||
|
||||
theme: 'vdoing', // 使用依赖包主题
|
||||
// theme: require.resolve('../../theme-vdoing'), // 使用本地主题
|
||||
// theme: 'vdoing', // 使用依赖包主题
|
||||
theme: require.resolve('../../theme-vdoing'), // 使用本地主题
|
||||
|
||||
themeConfig: { // 主题配置
|
||||
nav,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: 拥抱生活,拥抱快乐
|
||||
date: 2020-06-26 20:40:38
|
||||
permalink: /pages/cd8bde/
|
||||
sidebar: auto
|
||||
categories:
|
||||
- 随笔
|
||||
tags:
|
||||
- 鸡汤
|
||||
---
|
||||
|
||||
生活在后现代的今天,很多人都有一种虚无感,认为人生没有意义。但是,人生不可能没有意义,因为当你认为没有意义的时候,一定有一个与之相对应的概念叫有意义。
|
||||
|
||||
<!-- more -->
|
||||
|
||||
当你怀疑人生没有意义时,难道怀疑本身不值得怀疑吗?
|
||||
|
||||
不要任由你内心的虚无感蔓延,我们需要去拥抱真实的生活。
|
||||
|
||||
所有真实的快乐,都离不开艰辛的努力,无论是金榜题名的快乐,还是事业成功的喜悦,甚至包括洞房花烛的激动。所有真实的快乐,都需要长久的铺垫与努力,没有辛勤的汗水,快乐也就不再真实。
|
||||
|
||||
如果快乐触手可及,这种廉价的快乐也就不值得珍惜,随时都可能抛弃。因此,对于年轻人而言,一个重要的功课就是学会去节制欲望。
|
||||
|
||||
所有通过捷径所带来的快乐,都是廉价的,以至于所有追求都变得毫无意义,人生就了无生趣。我们需要在每天真实的努力中去拥抱生活,追寻真实的快乐。
|
||||
|
||||
::: center
|
||||

|
||||
:::
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
"vuepress-plugin-one-click-copy": "^1.0.2",
|
||||
"vuepress-plugin-thirdparty-search": "^1.0.2",
|
||||
"vuepress-plugin-zooming": "^1.1.7",
|
||||
"vuepress-theme-vdoing": "^1.3.2",
|
||||
"vuepress-theme-vdoing": "^1.3.3",
|
||||
"yamljs": "^0.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -116,6 +116,14 @@ module.exports = (options, ctx) => {
|
|||
'/en/': 'DETAILS'
|
||||
}
|
||||
}],
|
||||
|
||||
// 内容居中容器
|
||||
['container', {
|
||||
type: 'center',
|
||||
before: info => `<div align="center" style="text-align: center;">`,
|
||||
after: () => '</div>'
|
||||
}],
|
||||
|
||||
// 卡片列表
|
||||
[
|
||||
'container',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vuepress-theme-vdoing",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
|
||||
"author": {
|
||||
"name": "gaoyi(Evan) Xu"
|
||||
|
|
|
|||
Loading…
Reference in New Issue