Skip to content

Commit 510c5ec

Browse files
committed
init: init with mkdocs, material theme, and 24fall courses
0 parents  commit 510c5ec

File tree

275 files changed

+5608
-0
lines changed

Some content is hidden

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

275 files changed

+5608
-0
lines changed

.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
charset = utf-8
10+
insert_final_newline = true
11+
indent_size = 4
12+
indent_style = space
13+
14+
# Yaml files
15+
[*.yml]
16+
indent_size = 2

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
site/*
2+
.vscode/
3+
.DS_Store
4+
.cache

README

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Note
2+
3+
面向期末复习的笔记整理

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
mkdocs build -d /output

0 commit comments

Comments
 (0)