-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
5 changed files
with
97 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Blog | ||
|
||
博客,仅音译,英文名为Blogger,为Web Log的混成词。 | ||
|
||
其正式名称为网络日记;又音译为部落格或部落阁等,是社会媒体网络的一部分。是使用特定的软件,在网络上出版、发表和张贴个人文章的人,或者是一种通常由个人管理、不定期张贴新的文章的网站 |
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
title: 文章测试2 | ||
date: 2023-09-30 | ||
--- | ||
|
||
你还记得喜欢一个人的感觉吗? | ||
是初次见面的怦然心动, | ||
还是分开之后的念念不忘。 | ||
是再次见面前的小鹿乱撞, | ||
还是见面后的一见如故。 | ||
|
||
有时候一个人孤独久了, | ||
慢慢得就遗忘了喜欢是什么感觉, | ||
就算自己一个人依旧可以生活得很好, | ||
不再需要那些在寒冷中的拥抱, | ||
也不会再等待另一个人给予的温暖, | ||
也懂得了原来人生中最重要的并非只有爱情。 | ||
|
||
或许,你曾经也很努力地去爱过一个人, | ||
可是,自己都那么努力了, | ||
却还是没有获得甜甜的爱情, | ||
反倒把自己弄得一身伤。 | ||
后来随着时间的变化, | ||
我们一天天长大,我们有了更多的想法, | ||
我们不再轻易的去喜欢一个人, | ||
怕被再次拒绝, | ||
于是把自己包裹的如刺猬一般, | ||
也许这样才能更好的保护自己。 | ||
|
||
虽然每个人都是渺小的,无人在意。 | ||
但总有那么些人,是为你而来。 | ||
在这个什么都不确定的世界里, | ||
还是要相信所有的美好终将悄然而至。 | ||
你有多久没有喜欢过一个人了呢? | ||
|
||
誰かを好きになった気持ちをまだ覚えていますか。 | ||
初対面の時のドキドキか | ||
それとも、別れた後の忘れがたさか。 | ||
再会する前のときめきか | ||
それとも、会った時の意気投合か。 | ||
|
||
1人で長くいると | ||
なんとなく好きな感覚を忘れてしまう。 | ||
1人でもちゃんと生きていけるし | ||
寒さの中の抱き合いも | ||
誰かからの温もりもいらなくなる。 | ||
人生で一番大事なのは、恋だけじゃないことを知る。 | ||
|
||
もしかしたら、君も誰かを一生懸命愛したことがあるかもしれない。 | ||
でも、あんなに頑張ったのに | ||
結局何も残らず | ||
傷だらけになった。 | ||
そして時は過ぎ | ||
私たちはどんどん大きくなって、色んな考えがあった。 | ||
簡単に誰かを好きになることをやめた。 | ||
また断れるのが怖いから | ||
自分をハリネズミのように包もうとした。 | ||
その方こそ、自分を守れるように。 | ||
|
||
人は皆あまりにも小さくて他人に気づかれにくいかもしれないけど | ||
それでもきっと誰かが君だけのために駆けつける。 | ||
何もかもが不確かなこの世の中でも | ||
いつか素敵な出会いがやってくることを信じよう | ||
誰かを好きになるのはいつぶりでしたか。 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: 我的博客文章测试 | ||
date: 2023-10-01 | ||
--- | ||
|
||
|
||
我们笑着说再见,却深知再见遥遥无期 |
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
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ theme: | |
|
||
|
||
icon: | ||
repo: fontawesome/brands/github #右上角图标 | ||
repo: fontawesome/brands/git #右上角图标 | ||
edit_uri: edit/main/docs # 编辑按钮跳转的链接 | ||
repo_url: https://github.com/Wcowin/Wcowin.github.io # 右上角点击跳转的链接 | ||
repo_name: Wcowin.github.io # 右上角的名字 | ||
|
@@ -122,7 +122,12 @@ nav: | |
- pip: blog/py/pip.md | ||
- C语言: | ||
- C笔记: blog/C language/c.md | ||
|
||
|
||
- Blogger: | ||
- index: blog/index.md | ||
- wkw: blog/posts/wkw.md | ||
- 我的一些见解: blog/posts/post1.md | ||
|
||
- 开发: | ||
- 如何注册ChatGPT: develop/ChatGPT.md | ||
- Markdown: | ||
|
@@ -235,7 +240,7 @@ copyright: Copyright © 2022~2023 Wcowin/All Rights Reserved. # 左下角的 | |
|
||
|
||
extra: | ||
generator: false #删除页脚显示“使用 MkDocs 材料制造” | ||
generator: true #删除页脚显示“使用 MkDocs 材料制造” | ||
social: | ||
- icon: fontawesome/brands/twitter | ||
link: https://twitter.com/wcowin_ | ||
|
@@ -277,6 +282,11 @@ plugins: | |
# enable_creation_date: true | ||
# - offline | ||
- search | ||
- git-revision-date-localized: | ||
enable_creation_date: true | ||
- blog: | ||
post_date_format: full | ||
post_readtime: true | ||
- tags: | ||
tags_file: tag.md | ||
|
||
|
@@ -347,7 +357,7 @@ extra_css: | |
- ckplayer/css/ckplayer.css | ||
- https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css | ||
# - https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/css/share.min.css | ||
- https://cdn.jsdelivr.net/npm/[email protected]/style.css | ||
- https://cdn.jsdelivr.net/npm/[email protected]/style.css #字体 | ||
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css | ||
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css | ||
# - https://cdn.jsdelivr.net/npm/[email protected]/style.css | ||
|