This commit is contained in:
BIN
assets/images/website_icon.png
Normal file
BIN
assets/images/website_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 611 KiB |
@ -1,7 +1,36 @@
|
||||
---
|
||||
date: '2025-05-28T20:32:04+08:00'
|
||||
draft: false
|
||||
title: '自我介绍'
|
||||
title: '自言自语'
|
||||
---
|
||||
|
||||
鄙人[姓名],[籍贯]人氏也。幼承庭训,长习诗书,虽无仲尼之智,然慕颜回之德。性嗜学,尤好[某领域,如经史、诗词等],每有会意,便欣然忘食。
|
||||
我本是山野之人,
|
||||
不问红尘事,不识功名味。
|
||||
偶尔走出深林,踏入人群,
|
||||
像一阵风,吹过热闹的街市,又悄然离去。
|
||||
|
||||
我在书堆中起舞,
|
||||
半卷残书也能让我醉倒其中。
|
||||
可我知道,
|
||||
哪怕坐在井底仰望天空,
|
||||
也总有人以为那就是全部的世界。
|
||||
一片叶,足以遮住双眼;
|
||||
一句话,足以蒙蔽心灵。
|
||||
|
||||
我煮一壶新茶,
|
||||
用刚燃起的火,试这初春的味道。
|
||||
琴声悠悠,诗行缓缓,
|
||||
字里行间,都是我自己与世界的对话。
|
||||
|
||||
我不求世事圆满,
|
||||
也不奢望梦有多远。
|
||||
我只是站在佛门之外,
|
||||
轻轻问一句:
|
||||
什么是觉悟?
|
||||
什么是道?
|
||||
|
||||
或许,
|
||||
真正的“悟”,
|
||||
不是逃离人间,
|
||||
而是在人世间,
|
||||
看清自己。
|
||||
@ -1,5 +1,13 @@
|
||||
---
|
||||
date: '2025-05-27T21:03:50+08:00'
|
||||
draft: true
|
||||
title: 'First'
|
||||
draft: false
|
||||
title: '建站记'
|
||||
---
|
||||
|
||||
癸卯年冬,余购域名、赁服务器,始建博客。或问其故,答曰:「欲存思想于一隅耳。」
|
||||
|
||||
初,择技术栈,踌躇难决。或荐WordPress,言其便;或劝手写代码,称其洁。余思之再三,终选HUGO框架,以其简而有力也。
|
||||
|
||||
部署之日,遇谬误无数。终端报红,汗涔涔下;忽而解决,则拊掌大笑。历三昼夜,终见「Hello World」跃于屏上,快哉!
|
||||
|
||||
嗟乎!今人著述,多托于社交媒体,然平台无常,倏忽湮灭。昔人刻石于山,今余编码于云,其志一也。
|
||||
26
hugo.yaml
26
hugo.yaml
@ -12,7 +12,7 @@ menu:
|
||||
url: "/posts/"
|
||||
weight: 2
|
||||
- name: "关于"
|
||||
url: "about"
|
||||
url: "/about/"
|
||||
weight: 3
|
||||
|
||||
params:
|
||||
@ -24,26 +24,24 @@ params:
|
||||
ShowReadingTime: true
|
||||
profileMode:
|
||||
enabled: true
|
||||
title: 深夜适合思考
|
||||
imageUrl: "#"
|
||||
title: " "
|
||||
subtitle: 在川渝的街头巷尾,有一种朴素又迷人的食物,它没有山珍海味的贵气,也没有异国料理的新奇,却总能在寒冷的冬日里,或是疲惫的午后,悄悄地温暖一个人的胃,也安抚一颗心。
|
||||
imageUrl: "/images/website_icon.png"
|
||||
imageTitle: icon
|
||||
# imageWidth: 120
|
||||
# imageHeight: 120
|
||||
imageWidth: 300
|
||||
imageHeight: 300
|
||||
buttons:
|
||||
- name: 文章
|
||||
url: posts
|
||||
- name: 关于
|
||||
url: about
|
||||
homeInfoParams: # 当profileMode.enabled为false时生效
|
||||
Title: "PaperMod's Demo"
|
||||
Content: >
|
||||
👋 Welcome to demo page of Hugo's theme PaperMod!
|
||||
|
||||
- **PaperMod** is designed to be clean and simple but fast and responsive theme with useful feature-set that enhances UX.
|
||||
|
||||
- Feel free to show your support by giving us a star 🌟 on GitHub and sharing with your friends and social media .
|
||||
|
||||
- PaperMod is based on theme [Paper](https://github.com/nanxiaobei/hugo-paper/tree/4330c8b12aa48bfdecbcad6ad66145f679a430b3).
|
||||
Title: Hi there!
|
||||
Content: 👋 Welcome to my blog!
|
||||
ShowShareButtons: true
|
||||
ShowBreadCrumbs: false # 是否显示面包屑
|
||||
ShowPostNavLinks: true # 是否显示文章前后的链接(上一篇、下一篇,位于文章底部)
|
||||
ShowCodeCopyButtons: true # 是否显示代码复制按钮
|
||||
socialIcons:
|
||||
|
||||
pagination:
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
Reference in New Issue
Block a user