Skip to content

Commit

Permalink
Update: 240213
Browse files Browse the repository at this point in the history
  • Loading branch information
V1CeVersaa committed Feb 13, 2024
1 parent 10d6174 commit 64843eb
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 15 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

!!! Warning

待更新!
File renamed without changes.
Empty file.
Empty file.
Empty file.
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/Computer Science/Programming Language/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Programming Language

19 changes: 19 additions & 0 deletions docs/Javascripts/mathjax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
window.MathJax = {
tex: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
},
options: {
ignoreHtmlClass: ".*|",
processHtmlClass: "arithmatex",
},
};

document$.subscribe(() => {
MathJax.startup.output.clearCache();
MathJax.typesetClear();
MathJax.texReset();
MathJax.typesetPromise();
});
6 changes: 6 additions & 0 deletions docs/Javascripts/tablesort.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
document$.subscribe(function () {
var tables = document.querySelectorAll("article table:not([class])");
tables.forEach(function (table) {
new Tablesort(table);
});
});
Empty file added docs/Math/index.md
Empty file.
4 changes: 3 additions & 1 deletion docs/Reading/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Reading

!!! Abstract
在这里的都是我的读书笔记!包括但不限于哲学、历史学、心理学。
在这里的都是我的读书笔记!包括但不限于哲学、历史学、心理学与社会学。

当然挖的坑越多就越难填(x

加油哦!
6 changes: 6 additions & 0 deletions docs/Varia/Learning Plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Learning Plan

!!! Abstract
挖坑时间到!这真的只是我对我的学习期望而已,想学不代表一定会学(x

当然,我是一定会奋力学的!
17 changes: 5 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# Welcome to MkDocs
# Welcome to My Notebook!

For full documentation visit [mkdocs.org](https://www.mkdocs.org).
Hi!欢迎来到我的笔记本,我会在这里更新我的**课程笔记**.

## Commands
如果发现错误或者想要联系我,请向邮箱`v1epislon#gmail.com`发送邮件(将`#`替换为`@`

* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.

## Project layout
<!-- # Who Am I?
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
我是浙江大学竺可桢学院图灵班的一名大一新生,主修专业为人工智能, -->
51 changes: 49 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ theme:
- toc.follow
- navigation.tracking
- navigation.tabs
- navigation.prune
- navigation.indexes
- navigation.top
- navigation.tabs.sticky
Expand All @@ -19,7 +20,7 @@ theme:
- search.suggest # 搜索输入一些字母时推荐补全整个单词
font:
text: LXGW WenKai Screen
code: JetBrains Mono, LXGW WenKai Screen
code: [JetBrains Mono, LXGW WenKai Screen]
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand Down Expand Up @@ -64,6 +65,8 @@ markdown_extensions:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.arithmatex:
generic: true

Expand All @@ -83,6 +86,10 @@ extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://gcore.jsdelivr.net/npm/[email protected]/dist/katex.min.js
- Javascripts/mathjax.js
# Table Sort
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- Javascripts/tablesort.js

extra:
social:
Expand All @@ -96,4 +103,44 @@ extra:
# type: datetime
# timezone: Asia/Shanghai
# locale: zh
# enable_creation_date: true
# enable_creation_date: true

nav:
- Home: index.md
- Computer Science:
- Computer Science/index.md
- Programing Basis:
- Computer Science/Programming Basis/index.md
- MIT Missing Semester: Computer Science/Programming Basis/MIT Missing Semester.md
- Programing language:
- Computer Science/Programming Language/index.md
- C: Computer Science/Programming Language/EVERYTHING begins with C.md
- C++: Computer Science/Programming Language/C++.md
- Python: Computer Science/Programming Language/Python saves the world.md
- Java: Computer Science/Programming Language/Java.md
- YAML: Computer Science/Programming Language/YAML.md
- HTML: Computer Science/Programming Language/HTML.md
- CSS: Computer Science/Programming Language/CSS.md
- Alogrithm:
- Computer Science/Alogorithm/index.md
- Fundamental Data Structure: Computer Science/Alogrithm/fds.md
- Advanced Data Structure and Alogrithm Analysis: Computer Science/Alogrithm/ads.md
- Alogrithms: Computer Science/Alogrithm/Alogrithms.md
- System:
- CSAPP: Computer Science/System/CSAPP.md
- Math:
- Math/index.md
- Algebra:
- Linear Algebra: Math/Linear Algebra.md
- Abstract Algebra: Math/Abstract Algebra.md
- Analysis:
- Mathematical Analysis: Math/Mathematical Analysis.md
- Complex Analysis: Math/Complex Analysis.md
- Real Analysis: Math/Real Analysis.md
- Manifold: Math/Manifold.md
- Topology: Math/General Topology.md
- Reading:
- Reading/index.md
- History:
- Reading/The Western Heritage.md
- Varia: Varia/Learning Plan.md

0 comments on commit 64843eb

Please sign in to comment.