Skip to content

Commit

Permalink
v2.0-init
Browse files Browse the repository at this point in the history
  • Loading branch information
biglonglong committed Dec 12, 2024
1 parent ed34de8 commit d902eda
Show file tree
Hide file tree
Showing 23 changed files with 215 additions and 232 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ hugo version
## Usage

```bash
hugo server
hugo server --buildDrafts
```


## Writing

```bash
hugo new blog/{post_title}/index.md
# open blog/{"post_title"}/index.md in typora
hugo new content/{post_title}.md
# open content/{post_title}.md in typora
```


Expand All @@ -41,18 +41,12 @@ git push origin main
## Todo List

- theme

- [ ] home页有点单调,导入一些有趣的html结构
- [ ] comment
- [ ] menu: link导航、tag、series、archive时间轴
- [ ] time error
- [ ] 加入comment
- [ ] menu: series、archive时间轴
- [ ] 移植标签页面到posts
- [ ] 处理翻译文件
- [ ] 整理文章
- [ ] mermaid作图
- [ ] https://www.333rd.net/zh/
- [ ] 代码折叠
- [ ] post: An Evolution of My Learning Methods 需要更新
- [ ] 404美化
- [ ] nav填充
- [ ] post更新
- setting
-
- [ ] 域名配置
20 changes: 9 additions & 11 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
---
draft: true

title: "{{ replace .Name "-" " " | title }}"
description: ""
date: {{ .Date }}
lastmod: {{ .Date }}
author: ["author"]
draft: false
author: ["biglonglong"]

tags: ["tag1", "tag2"]
description: ""
summary: ""

math: false
weight:
showToc: true
TocOpen: true
comments: true
math: true

cover:
image: ""
caption: ""
alt: ""
relative: false
hidden: true
---


showToc: true
TocOpen: true
comments: true
---

## Before we start\.\.\.

Expand Down
2 changes: 1 addition & 1 deletion assets/css/common/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body:not(.dark) #sun {
}

#menu a {
font-size: 16px;
font-size: 18px;
}

#menu .active {
Expand Down
4 changes: 4 additions & 0 deletions assets/css/extended/code.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.post-content pre code {
max-height: 40em;
overflow: auto;
}
3 changes: 1 addition & 2 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
date: '2024-12-11'
draft: true
title: 'About'
hidemeta: true
---

something boring...
42 changes: 42 additions & 0 deletions content/nav.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "🌐nav"
hidemeta: true
---

## friends
<div class="links">
<a class="link" href="" target="_blank">
<img src="" alt="icon">
<div class="name">name</div>
</a>
<!-- more -->
</div>


<!-- style -->
<style>
.links {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.link {
display: inline-block;
margin: 5%;
text-align: center;
text-decoration: none;
color: var(--content);
max-width: 15%;
}

.link img {
width: 100%;
height: auto;
border-radius: 50%;
}

.link .name {
margin-top: 5px;
}
</style>
1 change: 0 additions & 1 deletion content/posts/journal/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "🌈Journal"
description: ""
hidemeta: true
---

Expand Down
Binary file removed content/posts/journal/img/biglonglong.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,71 +1,40 @@
---
date: '2024-12-11'
draft: true
title: 'An Evolution of My Learning Methods'
tags: ["second"]
math: true
---

title: An Evolution of My Learning Methods
subtitle: 疯狂迭代的技术,持续遗忘的大脑,学习方法上一点小小的思考
summary: 该扔的东西就该扔掉,除了一些“亘古不变”的东西,现在的技术很难在下次用的上,我应该把时间花在当下的项目解决方案上,应该将技能沉淀在代码仓库中,这是我想到的。我应该倾向于直接使用网络中资源,集众人之力,反复繁重的文字和视频可能更有利于我加深了解,时间上我是能”快进“和”二倍速“的。

------
title: "学习方法上的一次转型"
description: "疯狂迭代的技术,持续遗忘的大脑,学习方法上一点小小的思考"
date: 2024-11-30
author: ["biglonglong"]

tags: ["thoughts", "skills"]
summary: ""

math: false
weight:
cover:
image: ""
caption: ""
alt: ""
relative: false
hidden: true

showToc: true
TocOpen: true
comments: true
---

## 1
学习二十载,一直在寻求合适自己的学习方法。

自中学起养成记笔记的习惯,每每学习新课程,我都会在各种教学视频、参考书中总结归纳,框架而系统,我很喜欢。在过去好些年的应试中,通过记笔记,我总能具有更深的理解和记忆,以及更迅速的全面复习,但与此同时,也代表平时我需要比其他人多得多的时间去完成课程的理解、笔记框架的构造、内容的整理等等,以帮助我下一次更加快速的入门。我也有尝试过以最简洁的方式去记录,从而换取更高的效率,但这经常导致的是,在下一次复习笔记时,我甚至看不明白自己在记录什么;我也尝试过去取得时间与字数之间的平衡,但很多时候这反而会使我陷入两难,最终取得更差的效果。

## 2
花时间记笔记,我曾经以为这是值得的,毕竟这是一件一劳永逸的事情。

之后,随着所学知识技能愈加愈多,尤其是进入计算机专业之后,知识的扩展和迭代速度远超我的预期,框架版本的变化,往往就只在一两年之间。刚学的知识,不出一年甚至几个月就开始生疏了,个人做的笔记完全支持不了这么庞大的知识体系,我也不可能花一整大段时间在笔记上。

有时候,我会变得很极端,看到那些写完之后从来没翻看过的笔记,甚觉无用,笔记反成累赘。


## 3
怎么办呢?可能,**该扔的东西就该扔掉,除了一些“亘古不变”的东西,目前使用的技术很难在下次用的上,我应该把时间花在当下的项目解决方案上,应该将技能沉淀在代码仓库中,这是我想到的。我应该倾向于直接使用网络中已有的资源,集合众人之力。也许,反复繁重的文字和视频更有利于我加深了解,时间上我却是能”快进“和”二倍速“的。**

当然,我也不是完全否认笔记,对于一些特殊的的问题,我还是希望我多多记录在blog中。

**总之,我还是想重申一遍,了解一个新知识,以项目、要求、目的等为导向,猛猛看,猛猛思考,猛猛code,就够了,其余的交给大脑!**


## 4 test

`qw`

**asd**

*fb*

```python
def ad:
return 1
```

$$
1=2
$$

| 1 | 2 | 3 |
| ---- | ---- | ---- |
| | | |
| | | |
| | | |

------

- [ ]

-

1.

>


![biglonglong](../img/biglonglong.jpg)
27 changes: 11 additions & 16 deletions content/posts/know/Cpp LeetCode.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
---
draft: true

title: "Cpp LeetCode"
date: 2024-12-11T23:11:14+08:00
lastmod: 2024-12-11T23:11:14+08:00
author: ["author"]
draft: false
description: "刷 LeetCode 算法题的 Cpp 模板"
date: 2024-12-03
author: ["biglonglong"]

tags: ["tag1", "tag2"]
description: ""
tags: ["algorithm", "summary"]
summary: ""

math: true
weight:
showToc: true
TocOpen: true
comments: true

cover:
image: ""
caption: ""
alt: ""
relative: false
hidden: true
---



date: 2024-12-03
subtitle: 刷 LeetCode 算法题的 Cpp 模板
summary: Cpp算法学习与编程的综合手册,涵盖代码规范、常用工具(如STL容器、宏定义)、动态内存管理、数据结构(如结构体和链表)、以及实用算法模板(排序、二分法、双指针、哈希表等),并附有LeetCode解题技巧和代码示例,适合算法学习、面试准备和竞赛参考。
showToc: true
TocOpen: true
comments: true
---

## 代码规范

Expand Down
32 changes: 21 additions & 11 deletions content/posts/know/Git Record.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
---
date: '2024-12-11'
draft: true
lastmod: '2024-12-11'
title: 'Git Record'
tags: ["first"]
---


draft: false

title: "Git Record"
description: "管理 Github 仓库的 Git 命令集记录"
date: 2024-11-26
title: Git Record
subtitle: 管理 Github 仓库的 Git 命令集记录
summary: 管理仓库时的一份Git和GitHub的实用记录,涵盖从本地仓库初始化到远程仓库关联的基础操作,以及分支管理、版本回退、冲突解决等核心内容,同时提供查看历史记录、设置标签、跨平台换行符处理等技巧,帮助用户高效管理代码版本和协作开发。
author: ["biglonglong"]

tags: ["git" , "tech" , "summary"]
summary: ""

math: true
weight:
cover:
image: ""
caption: ""
alt: ""
relative: false
hidden: true

showToc: true
TocOpen: true
comments: true
---

## 在开始之前\.\.\.

Expand Down
30 changes: 12 additions & 18 deletions content/posts/know/Paper Read.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
---
title: "Paper Read"
date: 2024-12-11T23:10:10+08:00
lastmod: 2024-12-11T23:10:10+08:00
author: ["author"]
draft: false

tags: ["tag1", "tag2"]
description: ""
title: "Paper Read"
description: "关于阅读文献,科研小白的入门介绍"
date: 2024-12-07
author: ["biglonglong"]

tags: ["research", "skills"]
summary: ""

math: false
weight:
showToc: true
TocOpen: true
comments: true

cover:
image: ""
caption: ""
alt: ""
relative: false
hidden: true
---



date: 2024-12-04
subtitle: 关于阅读文献,科研小白的入门介绍
summary: 科研小白的入门介绍,如何根据研究方向搜集关键词以收集好期刊或会议的综述与论文,利用学术网站查找中英文文献,建立仓库记录前沿算法与代码,以及阅读论文时的要点总结与汇报PPT的制作框架,并推荐了一系列辅助工具等,助力科研新手高效入门文献研究。
showToc: true
TocOpen: true
comments: true
---

## 文献收集

Expand Down Expand Up @@ -94,5 +89,4 @@ summary: 科研小白的入门介绍,如何根据研究方向搜集关键词
1. [chrome](https://www.google.com/chrome/):浏览器 - 划词翻译、倍速器、网站记录器、收藏文件夹
2. [Zotero](https://www.zotero.org/):文献管理
3. [DeepL](https://www.deepl.com/zh/translator):全局翻译
4. [Grammarly](https://www.grammarly.com/):语法格式修正

4. [Grammarly](https://www.grammarly.com/):语法格式修正
1 change: 0 additions & 1 deletion content/posts/know/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "📖Know"
description: ""
hidemeta: true
---

Expand Down
1 change: 0 additions & 1 deletion content/search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Search..."
layout: "search"
summary: "search"
placeholder: "type here"
---
Loading

0 comments on commit d902eda

Please sign in to comment.