初始化提交
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
content/**/*.png filter=lfs diff=lfs merge=lfs -text
|
||||
content/**/*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
content/**/*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
static/images/**/*.png filter=lfs diff=lfs merge=lfs -text
|
||||
static/images/**/*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
static/images/**/*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Hugo build output
|
||||
/public/
|
||||
/resources/_gen/
|
||||
|
||||
# Hugo lock file
|
||||
.hugo_build.lock
|
||||
|
||||
# Hugo statistics
|
||||
hugo_stats.json
|
||||
|
||||
# JavaScript config
|
||||
assets/jsconfig.json
|
||||
|
||||
# Temporary files
|
||||
/tmp/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor directories
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "themes/hugo-theme-dream"]
|
||||
path = themes/hugo-theme-dream
|
||||
url = https://github.com/lanyuanxiaoyao/hugo-theme-dream.git
|
||||
10
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 已忽略包含查询文件的默认文件夹
|
||||
/queries/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
8
.idea/blog.iml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
4
.idea/misc.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GBrowserService">{}</component>
|
||||
</project>
|
||||
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/blog.iml" filepath="$PROJECT_DIR$/.idea/blog.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
7
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/themes/hugo-theme-dream" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
3
content/about/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
headless: true
|
||||
---
|
||||
4
content/about/me.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 关于
|
||||
date: 2026-01-12T15:31:58+08:00
|
||||
---
|
||||
BIN
content/posts/2026-01-01/IMG_20251231_192154.jpg
LFS
Normal file
33
content/posts/2026-01-01/index.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: 东北!东北!
|
||||
date: 2026-01-12T15:28:04+08:00
|
||||
author: lanyuanxiaoyao
|
||||
avatar: /heads/coolapk_emotion_6_weixiao.png
|
||||
cover: /images/2026-01-01.jpg
|
||||
covercaption: 哈尔滨火车站
|
||||
# images:
|
||||
# - /img/cover.jpg
|
||||
categories:
|
||||
- 旅行
|
||||
tags:
|
||||
- 旅行
|
||||
- 哈尔滨
|
||||
- 沈阳
|
||||
nolastmod: true
|
||||
---
|
||||
|
||||
在南方长大的我,似乎生活里满是东北的味道。
|
||||
|
||||
小时候我对东北的全部印象,都来自于春晚的节目,赵本山、大花袄、包饺子、下大雪、玉米棒,构成了小时候的我对东北的全部印象。
|
||||
|
||||
长大之后,接触了一些北方的朋友,幽默、爽朗、大方,又构成了我印象里东北的另外一部份景象。
|
||||
|
||||
再到后来,东北的文学、电影、谐星聊天会。
|
||||
|
||||
但无论如何,东北是我从未踏足的一片土地,我像隔雾赏花,总有一种抓不住的模糊感。
|
||||
|
||||
2026年的元旦,我终于踏上了前往东北的旅途。
|
||||
|
||||

|
||||
|
||||
送
|
||||
0
content/search/_index.md
Normal file
30
hugo.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
baseURL = "http://localhost"
|
||||
languageCode = "zh-cn"
|
||||
defaultContentLanguage = "zh"
|
||||
hasCJKLanguage = true
|
||||
title = "兰缘小妖的秘密花园"
|
||||
theme = "hugo-theme-dream"
|
||||
|
||||
[params]
|
||||
# zenMode = true
|
||||
|
||||
avatar = "avatar.jpeg"
|
||||
author = "lanyuanxiaoyao"
|
||||
description = "记录生活"
|
||||
headerTitle = "兰缘小妖的秘密花园"
|
||||
footerBottomText = "一点点生活的痕迹"
|
||||
motto = "马上出发"
|
||||
|
||||
email = "lanyuanxiaoyao@gmail.com"
|
||||
|
||||
siteStartYear = 2025
|
||||
|
||||
stickyNav = true
|
||||
showTableOfContents = true
|
||||
showSummaryCoverInPost = true
|
||||
noDefaultSummaryCover = true
|
||||
imageZoomableInPost = true
|
||||
hideShareTools = true
|
||||
|
||||
reorderShares = []
|
||||
reorderNavItems = ["search", "posts", "categories", "tags"]
|
||||
BIN
static/avatar.jpeg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/heads/coolapk_emotion_100_qqdoge.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_1010.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
static/heads/coolapk_emotion_1011.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_1012.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_1013.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_1014.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_1015.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
static/heads/coolapk_emotion_1016.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_1017.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_1018.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_1019.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_1020.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_102_fadai.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_104.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_105.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_106.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
static/heads/coolapk_emotion_107.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_108.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/heads/coolapk_emotion_109.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/heads/coolapk_emotion_10_aoman.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_11_yiwen.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
static/heads/coolapk_emotion_12_wuyu.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
static/heads/coolapk_emotion_13_huaixiao.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_14_bishi.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
static/heads/coolapk_emotion_15_fanu.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_16_tuosai.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_17_tushe.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_18_han.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_19_koubi.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_1_hahaha.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_20_qinqin.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_21_penxue.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_22_xiaoyan.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_23_shui.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
static/heads/coolapk_emotion_24_wuzuixiao.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/heads/coolapk_emotion_25_zaijian.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_26_kelian.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_2_jingya.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_31_xiaoku.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
static/heads/coolapk_emotion_32_heiha.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
static/heads/coolapk_emotion_33_wulian.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_34_jizhi.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_35_ye.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
static/heads/coolapk_emotion_36_ku.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
static/heads/coolapk_emotion_37_doge.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
static/heads/coolapk_emotion_38_wozuimei.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_3_ciya.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_43_heixian.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_44_pen.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_45_yinxian.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
static/heads/coolapk_emotion_46_nanguo.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
static/heads/coolapk_emotion_47_weiqu.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_48_weiweiyixiao.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/heads/coolapk_emotion_49_huanhu.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_4_liulei.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_51_chigua.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
static/heads/coolapk_emotion_52_hejiu.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_53_pu.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
static/heads/coolapk_emotion_56_dogexiaoku.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
static/heads/coolapk_emotion_5_keai.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
static/heads/coolapk_emotion_62_huaji.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_63_liuhanhuaji.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_64_shounuehuaji.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
static/heads/coolapk_emotion_65_coshuaji.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
static/heads/coolapk_emotion_66_doujiyanhuaji.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
static/heads/coolapk_emotion_67_mojinghuaji.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
static/heads/coolapk_emotion_6_weixiao.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
static/heads/coolapk_emotion_7_hehe.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_81_naikezui.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_82_miaomiao.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
static/heads/coolapk_emotion_84_baiyan.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
static/heads/coolapk_emotion_8_piezui.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/heads/coolapk_emotion_95_erhading.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
static/heads/coolapk_emotion_97_haixiu.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/heads/coolapk_emotion_98_wunai.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
static/heads/coolapk_emotion_99_zhoumei.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/heads/coolapk_emotion_9_se.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/heads/d_bingbujiandan.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
static/heads/d_bishi.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/heads/d_dahaqi.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
static/heads/d_dalian.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/heads/d_ding.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
static/heads/d_ganmao.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
static/heads/d_guzhang.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/heads/d_heng.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |