-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
89 lines (76 loc) · 3.39 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: greenh47
site_url: https://note.greenhuang.com
repo_url: https://github.com/GreenH47/mynote
site_description: greenh47 personal website
site_author: greenh47
google-site-verification: o_487p41W1wQ8MM8Y0yTzKrMSkrgTjDL9sVoqW9XTLs
nav:
- Home: index.md
- 'house':
- 'house': house.md
- 'About':
- 'blog index': 'about/about_index.md'
- 'about me': 'about/about_me.md'
- 'How to build this site': 'about/about_site_building.md'
- 'Power by and copyright': 'about/about_copyright.md'
- 'Course Study Note':
- 'Course study note navigation': 'course_notes/course_note_menu.md'
- 'FIT9132 Introduction to databases 2022 s1': 'course_notes/fit9132.md'
- 'FIT5032 Asp .net develop 2022 s2': 'course_notes/fit5032.md'
- 'FIT5057 project management 2022 s2': 'course_notes/fit5057.md'
- 'FIT5125 IT research methods 2022 s2': 'course_notes/fit5125.md'
- 'FIT5136 software engineering 2022 s2': 'course_notes/fit5136.md'
- 'CS 61A: Structure and Interpretation of Computer Programs': 'course_notes/cs61a.md'
- 'FIT5225 Cloud computing and security 2023 s1': 'course_notes/fit5225.md'
- 'FIT5225 assignment 2023 s1': 'course_notes/fit5225_note.md'
- 'FIT5147 Data exploration and visualisation 2023 s1': 'course_notes/fit5147.md'
- 'FIT5147 R intro 2023 s1': 'course_notes/Rintro.md'
- 'FIT5046 Mobile and distributed computing systems 2023 s1': 'course_notes/fit5046.md'
- 'FIT5046 assignment 2023 s1': 'course_notes/fit5046_assignment.md'
- 'FIT5171 System validation and verification, quality and standards 2023 s1': 'course_notes/fit5171.md'
- 'FIT5120 Industry experience studio project - S2 2023 ': 'course_notes/fit5120.md'
- 'Programming Note':
- 'CSS':
- 'CSS note navigation': "CSS/CSS_note_menu.md"
- 'HTML':
- 'HTML note navigation': "HTML/HTML_note_menu.md"
- 'HTML get started': "HTML/HTML_started.md"
- ' Git branching learning': 'Git/Git.md'
- 'LeetCode':
- 'LeetCode note navigation': "LeetCode/LeetCode_note_menu.md"
- 'Javascript ':
- 'javascript note navigation': "Javascript/Javascript_note_menu.md"
- 'reactJS':
- 'reactJS note navigation': "reactJS/react_note_menu.md"
- 'Career Note':
- 'career note navigation': 'career/career_note_menu.md'
- '2023 summer casual': 'career/career_23summer.md'
- 'Green chat':
- 'Green chat navigation': 'chat/chat_index.md'
- '221206_ChatGPT': 'chat/221206_ChatGPT.md'
- '230521_serverless,microservices,RESTFUL': 'chat/230521_serverless,microservices,RESTFUL.md'
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- toc.follow
markdown_extensions:
- def_list
- toc:
permalink: "#"
baselevel: 2
plugins:
- search:
indexing: 'full'
separator: '[\s\-,:!=\[\]()"/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/GreenH47
- icon: fontawesome/solid/paper-plane
link: mailto:greenhuang47@gmail.com
copyright: Copyright © 2021 - present GreenH47