Skip to content

Commit

Permalink
这是第一次更新
Browse files Browse the repository at this point in the history
  • Loading branch information
auravan committed Sep 5, 2024
1 parent d9b8ddb commit 82c18ea
Show file tree
Hide file tree
Showing 1,278 changed files with 54,601 additions and 1 deletion.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# R Blogdown
blogdown
public
.hugo_build.lock

# R Common
.Rhistory
.Rproj.user
.RData
.Ruserdata

# VS Code
.vscode

# Python
*.pyd
*.pyc
*.pyo
.ipynb_checkpoints

# JetBrains
.idea

# Data
*.zip
*.tgz
*.gz
*.tar
*.pkl
data/*.jpg
data/*.png
static/codes/**/*.txt
static/codes/**/*.json

# Outputs
outputs

# System
.DS_Store
Thumbs.db
437 changes: 437 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

216 changes: 216 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
baseURL: "https://leovan.me/"
enableEmoji: true
hasCJKLanguage: true
ignoreFiles:
- \.Rmarkdown$
- \.Rmd$"
- \.knit\.md$
- \.utf8\.md$
- _files$
- _cache$
- \.txt$
- \.csv$
- \.tsv$
- \.tgz$
- \.tar$
- \.gz$
- \.zip$
- \.npz$
languageCode: "zh-cn"
title: "李崎滨 | Arua Van"
rssLimit: 100

services:
googleAnalytics:
ID: "G-RJC7CCKE67"

permalinks:
cn: "/cn/:year/:month/:slug/"
en: "/en/:year/:month/:slug/"
tech101: "/tech101/:year/:month/:slug/"

taxonomies:
category: categories

menu:
home:
- name: "博客"
url: "/cn1/"
weight: 1
- name: "关于"
url: "/cn1/about/"
weight: 2
- name: "Blog"
url: "/en1/"
weight: 3
- name: "About"
url: "/en1/about/"
weight: 4
main:
- name: "首页"
url: "/"
weight: 1
- name: "博客"
url: "/1cn/"
weight: 2
- name: "分类"
url: "/1categories/"
weight: 3
- identifier: "cn-menu-separator-1"
url: "#menu-separator"
weight: 4
- name: "摄影"
url: "/1photography/"
weight: 5
- name: "烹饪"
url: "/1cooking/"
weight: 6
- name: "摩托"
url: "/1motorcycle/"
weight: 7
- name: "关于"
url: "/cn1/about/"
weight: 8
- name: "简历"
url: "/cn/resume/"
weight: 9
en:
- name: "Home"
url: "/"
weight: 1
- name: "Blog"
url: "/en/"
weight: 2
- name: "Categories"
url: "/categories/"
weight: 3
- identifier: "en-menu-separator-1"
url: "#menu-separator"
weight: 4
- name: "About"
url: "/en/about/"
weight: 5
- name: "Resume"
url: "/en/resume/"
weight: 6

params:
description: "李崎滨的个人网站 | Leo Van's Personal Website"
footer: "Copyright © 2024-{Year} [李崎滨 | Aura Van](/)从leovan.me fork"
licenseURL: "https://github.com/leovan/leovan.me/blob/main/LICENSE"
googleAdsense: "ca-pub-2608165017777396"
categories: "分类 | Categories"

aplayerVersion: "1.10.1"
clipboardjsVersion: "2.0.11"
imageCompareViewerVersion: "latest"
jQueryVersion: "3.7.1"
jsCookieVersion: "3.0.5"
justifiedgalleryVersion: "3.8.1"
lazysizesVersion: "5.3.2"
lightgalleryVersion: "2.7.2"
mathjaxVersion: "3.2.2"
meetingjsVersion: "latest"
pseudocodeVersion: "latest"
prismjsVersion: "1.29.0"
vanillaBackToTopVersion: "latest"
videojsVersion: "8.13.0"

lang:
logo:
en: "/images/web/icon-512x512.png"
cn: "/images/web/icon-512x512.png"
slogan:
en: "more is different"
cn: "己所不欲,勿施于人"
author:
en: "Aura Van"
cn: "李崎滨"
license:
cn: "版权"
en: "License"
subscribe:
cn: "订阅"
en: "Subscribe"
categories:
cn: "分类"
en: "Categories"
tags:
cn: "标签"
en: "Tags"
wordcount:
cn: "字数"
en: "Word Count"
admonition:
note:
cn: "注意"
en: "Note"
abstract:
cn: "摘要"
en: "Abstract"
info:
cn: "信息"
en: "Info"
tip:
cn: "提示"
en: "Tip"
success:
cn: "成功"
en: "Success"
question:
cn: "问题"
en: "Question"
warning:
cn: "警告"
en: "Warning"
failure:
cn: "失败"
en: "Failure"
danger:
cn: "危险"
en: "Danger"
bug:
cn: "错误"
en: "Bug"
example:
cn: "示例"
en: "Example"
quote:
cn: "引用"
en: "Quote"
donate:
cn: "赞 赏"
en: "DONATE"
donate_slogan:
cn: "「真诚赞赏,手留余香」"
en: "「Donation Given, Fragrance in Hand」"
donate_2_cny:
cn: "2 元"
en: "2 CNY"
donate_5_cny:
cn: "5 元"
en: "5 CNY"
donate_10_cny:
cn: "10 元"
en: "10 CNY"
donate_50_cny:
cn: "50 元"
en: "50 CNY"
donate_100_cny:
cn: "100 元"
en: "100 CNY"
donate_custom_cny:
cn: "任意金额"
en: "CUSTOM"

markup:
highlight:
codeFences: false
goldmark:
renderer:
unsafe: true
parser:
autoHeadingIDType: blackfriday
tableOfContents:
startLevel: 1
endLevel: 4
20 changes: 20 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 李崎滨 | Aura Van
date: '2024-9-01'
# lastmod: '2024-09-02'
---

这是**李崎滨**的个人主页。说实在的不是很喜欢写代码。学了几年统计,现在在杭州打工。现在余杭[魔点科技](/cn/resume/)当产品经理。好读书(与其说是读不如说是收集),善[思考](/categories/思考1/)(没事乱想),爱[音乐](/categories/音乐研究1),疫情时候学了一段时间录音,会弹点钢琴自娱自乐(一点都不专业)。偶尔[做菜](/cooking1/)(现在住的地方厨房好小),想学爱[摄影](/photography1/)(还没买相机),偶尔[出门](/categories/旅行1/)找工作(就当人肉收集数据了)。不怎么运动(拉伸可能对我更好?)。公共交通的终极拥趸,希望自动驾驶早日落地(绝对不是因为科目二挂了三次)。写了一些奇怪而浅显的[研究(目前只有这个链接能打开)](/research/)





> 收集没人收集的数据,分析没人分析的数据,得出没人想过的结论。我的格言
> _Collect the data that no one collects, analyze the data that no one analyzes, and draw the conclusions that no one thinks about._




I'm **LeLE** (**Li Qibin**). I got my Bachelor's degree in Statistics from CAUC in 2023.
75 changes: 75 additions & 0 deletions content/cn-about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: 关于
author: 李崎滨
# date: '2017-12-04'
# lastmod: '2019-07-22'
slug: cn/about
# disable_author_date: true
# disable_donate: true
# disable_comments: true
# disable_adsense: true
# disable_mathjax: true
# disable_prismjs: true
---

# 我是谁?

我是**李崎滨**,可以叫我**灵气**或是 **LeLE**。如果想更多的了解我的工作和研究,请参见我的[简历](/cn/resume/)页面,当前页面可以让你了解生活中的我。

<picture>
<source type="image/webp" media="(min-width: 1200px)" srcset="/images/me/about-large.webp">
<source type="image/webp" media="(min-width: 800px)" srcset="/images/me/about-medium.webp">
<source type="image/webp" srcset="/images/me/about-small.webp">
<source media="(min-width: 1200px)" srcset="/images/me/about-large.jpg">
<source media="(min-width: 800px)" srcset="/images/me/about-medium.jpg">
<img src="/images/me/about-small.jpg" alt="李崎滨">
</picture>

# 喜欢啥?

喜欢遍历探索发现,重建连接。还有尊重和发现命运。

## 音乐

> 好听就是王道
### 民谣

**矫情但不做作**,矫情是说容易为了些小事动情,不做作是说情是真的,不假。

- [**Bob Dylan**](https://music.douban.com/musician/100524/),一首 _Blowin' in the Wind_ 足矣。
- [**Don McLean**](https://music.douban.com/musician/101050/),一首 _Vincent_ 亦足矣。
- [**梁晓雪**](https://site.douban.com/kulu/),淡淡的嗓音,中午听很舒服。
- [**蒋明**](https://site.douban.com/jiangming/room/623845/),有些古色古香的味道,浑厚的声音。
- [**赵照**](https://site.douban.com/zhaozhao/) [**赵雷**](https://site.douban.com/leizizhao/),很喜欢这师徒俩,听赵照的歌更早些,最喜欢 “在冬天和奶奶一起晒太阳 一只麻雀偷偷上了我家的房”。

### 爵士

听爵士乐不多,开始听爵士乐也是很机缘巧合,还要从喜欢的 _Vincent_ 说起,后面 [**杜丽莎**](https://music.douban.com/musician/105345/) 老师在比赛中唱过,很好听,就开始搜索各个版本。后来,发现了 [**王若琳**](https://music.douban.com/musician/104596/) 的版本,就渐渐的开始去了解一些爵士曲风了。

### 流行

- [**Westlife**](https://music.douban.com/musician/103706/),高中时期听了很多西城的歌,_You raise me up, so I can stand on mountains. You raise me up to walk on stormy seas._
- [**任贤齐**](https://music.douban.com/musician/104467/),听得第一盘磁带就是任贤齐的,很久没有新专辑了,比较新的单曲 [朋友的酒](https://music.douban.com/subject/26917676/)[MV](http://v.yinyuetai.com/video/2738122) 拍的不错。
- [**王力宏**](https://music.douban.com/musician/104593/),实力派 + 偶像派,能想起的和他有关的最早的事情是在初中年代,生日那天,同学在学校广播中为我点了一首 [龙的传人](https://music.douban.com/subject/1472684/)
- [**周杰伦**](https://music.douban.com/musician/104916/),喜欢周董,我们这代绝不会少的周董!
- [**莫文蔚**](https://music.douban.com/musician/104398/),好听的歌太多,[大话西游](https://movie.douban.com/subject/1292213/) 中的白晶晶,和 [卢冠廷](https://music.douban.com/musician/104354/) 老师一起合作的 [一生所爱](https://music.douban.com/subject/26400669/)[阴天](https://music.douban.com/subject/4169236/) ...
- [**张震岳**](https://music.douban.com/musician/104859/),台湾原住民特有的味道,简单的歌词,真诚又有点叛逆,至少我这么认为。
- [**陈奕迅**](https://music.douban.com/musician/103939/),没去现场听过他的歌,但从演唱会录影上看得出,很走心,很卖力。

### 独特

- [**李宗盛**](https://music.douban.com/musician/104294/),有人说年轻人听不懂李宗盛的歌,不过是欠些生活阅历,歌曲所表达的感情不就是源自于人生旅程中的点滴吗。
- [**蔡琴**](https://music.douban.com/musician/103876/),有大河的深沉,有黄昏的惆怅,还有宿醉难醒的缠绵 - By 龙应台。
- [**齐豫**](https://music.douban.com/musician/104445/),姐姐的歌有些仙儿。

## 书籍

> 书中自有千钟粟,书中自有黄金屋,书中车马多如簇,书中自有颜如玉。
好读书,多为闲书。读书,不是非做不可的事,而是想要去做的事。人燥的时候就多做些通灵的事情,无需如鼓琴,对画,临帖一般高雅,一书,一茶,足矣,静下来,腐朽之气全无。

## 影视

> 学过一些视听语言。或许某一天我也可以尝试创作。
书籍给我们更多的是想象空间,影视作品则通过一些细致入微的表现力来感染我们。
Loading

0 comments on commit 82c18ea

Please sign in to comment.