Skip to content

Commit d8d0966

Browse files
112-1
1 parent 9417ac8 commit d8d0966

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+673
-6
lines changed

_config.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ url: https://forever-codingnoob.github.io/
1717
permalink: :year/:month/:day/:title/
1818
permalink_defaults:
1919
pretty_urls:
20-
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
20+
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
2121
trailing_html: true # Set to false to remove trailing '.html' from permalinks
2222

2323
# Directory
@@ -114,6 +114,9 @@ theme_config:
114114
home: /
115115
about: /about/
116116
articles: /archives/
117+
tag: /tags/
118+
category: /categories/
119+
search: /search/
117120
copyright:
118121
start_year: 2023
119122
end_year:
@@ -143,6 +146,7 @@ theme_config:
143146
theme: github-dark
144147
open_graph:
145148
thumbnail_url: /images/thumbnail.jpg
149+
highlight: monokai
146150

147151
# Markdown-it config
148152
# Docs: https://github.com/hexojs/hexo-renderer-markdown-it/wiki
@@ -208,3 +212,20 @@ markdown:
208212
## Docs: https://hexo.io/docs/one-command-deployment
209213
deploy:
210214
type: ''
215+
216+
# hexo-spoiler
217+
## Docs: https://github.com/unnamed42/hexo-spoiler
218+
spoiler:
219+
style: box
220+
color: balck
221+
p: false
222+
223+
# hexo-generator-sitemap
224+
## Docs: https://github.com/hexojs/hexo-generator-sitemap
225+
sitemap:
226+
path:
227+
- sitemap.xml
228+
- sitemap.txt
229+
rel: false
230+
tags: true
231+
categories: true

package-lock.json

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717
"hexo-generator-archive": "^2.0.0",
1818
"hexo-generator-category": "^2.0.0",
1919
"hexo-generator-index": "^3.0.0",
20+
"hexo-generator-search": "^2.4.3",
21+
"hexo-generator-sitemap": "^3.0.1",
2022
"hexo-generator-tag": "^2.0.0",
2123
"hexo-renderer-ejs": "^2.0.0",
2224
"hexo-renderer-markdown-it": "github:hexojs/hexo-renderer-markdown-it",
2325
"hexo-renderer-stylus": "^3.0.0",
2426
"hexo-server": "^3.0.0",
27+
"hexo-spoiler": "^1.7.3",
2528
"hexo-theme-landscape": "^1.0.0",
2629
"katex": "^0.16.7",
2730
"markdown-it": "^13.0.1",

source/_posts/2023-08-09-111-2-大一下修課心得.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tags:
116116
* 名義上: Halliday(Fundamentals of Physics)+Griffiths(Introduction to Quantum Mechanics)
117117
* 實際上: Griffiths(Introduction to Quantum Mechanics)
118118
* **涼度**: $8/10$
119-
* **甜度**: $8/10$
119+
* **甜度**: $9/10$
120120
* **評分方式**:
121121
$$\begin{aligned}
122122
\text{final grade}=&0.4\cdot\max(\text{作業},\text{期中考},\text{期末考})\\+&0.35\cdot\text{median}(\text{作業},\text{期中考},\text{期末考})\\+&0.25\cdot\min(\text{作業},\text{期中考},\text{期末考})
@@ -199,8 +199,8 @@ tags:
199199
* **雙班**
200200
* **授課教師**: 洪一平
201201
* **課本**: Probability and Statistical Inference by Robert Hogg, Elliot Tanis, and Dale Zimmerman
202-
* **涼度**: $9/10$
203-
* **甜度**: $8/10$
202+
* **涼度**: $8/10$
203+
* **甜度**: $7/10$
204204
* **評分方式**:
205205
* 課堂表現(拿分機會:上課回答問題,發考卷時有出席): $5\%$
206206
* 小考(1次): $10\%$
@@ -277,7 +277,9 @@ tags:
277277
## 基礎數學寫作 [CSIE1120](https://nol.ntu.edu.tw/nol/coursesearch/print_table.php?course_id=902%2010140&class=&dpt_code=9020&ser_no=51473&semester=111-2)
278278
:::info
279279
* **授課教師**: 陳偉松
280-
* **涼度**: $8/10$
280+
* **涼度**:
281+
* 跟著上課: $8/10$
282+
* 完全不去上課: $10/10$
281283
* **甜度**:
282284
* 對GPA: $\text{N/A}$(不計分)
283285
* 對學分: $10/10$
@@ -295,7 +297,7 @@ tags:
295297
:::info
296298
* **授課教師**: 黃佳鈴(Rei先生)
297299
* **涼度**: $5/10$
298-
* **甜度**: $5/10$
300+
* **甜度**: $7/10$ (但我不會日文)
299301
* **評分方式**:
300302
* 小考(5次): $20\%$
301303
* 期中考: $30\%$

0 commit comments

Comments
 (0)