Skip to content

Commit

Permalink
样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
971230 committed May 8, 2024
1 parent e93d3fe commit 97d7668
Show file tree
Hide file tree
Showing 10 changed files with 617 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/ArchLinux/Arch Linux安装.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Arch Linux安装
description: 介绍一些Arch Linux的安装
status: new
---

> # Arch Linux使用archinstall安装
>
Expand Down
7 changes: 7 additions & 0 deletions docs/ArchLinux/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Arch Linux安装
description: 介绍一些Arch Linux的安装
icon: material/arch
---

# Arch Linux安装
Empty file added docs/index.html
Empty file.
13 changes: 12 additions & 1 deletion docs/网站所有样式/demo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
title: 网站样式展示
description: 把一些常用的可能使用的样式展示一下
# icon: material/disc-player
status: new
# status: deprecated
---


# 一切都看最原始的官网
[https://squidfunk.github.io/mkdocs-material/getting-started/](https://squidfunk.github.io/mkdocs-material/getting-started/)

Expand Down Expand Up @@ -400,4 +409,6 @@ erDiagram
:fontawesome-brands-youtube: :fontawesome-brands-youtube:{ .youtube }

有动画的表情包
:octicons-heart-fill-24:{ .heart }
:octicons-heart-fill-24:{ .heart }

:material-arch:
8 changes: 8 additions & 0 deletions docs/网站所有样式/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 网站样式展示
description: 把一些常用的可能使用的样式展示一下
icon: material/disc-player
# status: new
---

# 网站样式展示
7 changes: 7 additions & 0 deletions docs/面试题/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: 一些排序算法
description: 介绍一些排序算法
icon: simple/thealgorithms
---

# 一些排序算法
13 changes: 10 additions & 3 deletions docs/面试题/一些排序算法.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: 一些排序算法
description: 介绍一些排序算法
# icon: simple/thealgorithms
status: new
---

# 排序算法

## 二分查找
Expand Down Expand Up @@ -95,7 +102,7 @@ $$
- 是整数,则该整数为最终结果
- 是小数,则则舍去小数部分,整数结果加1为做种结果

可以参考JDK中**Arrays.binarySearch(array, target);**的实现方法
可以参考JDK中 **Arrays.binarySearch(array, target);** 的实现方法

## 冒泡排序

Expand Down Expand Up @@ -439,6 +446,6 @@ public class QuickSortTwoSide {
参考:

https://qastack.cn/cs/11458/quicksort-partitioning-hoare-vs-lomuto
[https://qastack.cn/cs/11458/quicksort-partitioning-hoare-vs-lomuto](https://qastack.cn/cs/11458/quicksort-partitioning-hoare-vs-lomuto)

https://en.wikipedia.org/wiki/Sorting_algorithm
[https://en.wikipedia.org/wiki/Sorting_algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm)
20 changes: 19 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
site_name: loong的博客
site_url: https://github.com/971230/971230.github.io
site_author: long
site_description: loong的博客-高山仰止,景行行止
version: 1.0.0
copyright: Copyright &copy; 2024 longjf<br>本网站遵循 <u><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hans">CC BY-NC-SA 4.0</a></u> 协议,若要使用本网站的资源,都需要遵守此许可协议条款
theme:
# 使用的网站主题
name: material
# 开启这个重写网站首页
# custom_dir: overrides
# 网站语言
language: zh
# 网站标签页图标
Expand Down Expand Up @@ -39,6 +45,7 @@ theme:
- navigation.top
- navigation.footer
- navigation.tracking
# - toc.integrate
# 仓库图标
icon:
repo: fontawesome/brands/git-alt
Expand All @@ -53,12 +60,17 @@ extra_javascript:
- js/extra.js
- js/mathjax.js
- js/tablesort.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.min.js
# 添加中英文字体
extra:
alternate:
- name: 中文
link: /zh/
link: /
lang: zh
- name: 繁體中文
link: /zh-hant/
lang: zh-Hant
- name: English
link: /en/
lang: en
Expand All @@ -69,6 +81,8 @@ extra:
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/491580862
generator: false
version:
provider: mike
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
Expand Down Expand Up @@ -135,8 +149,12 @@ markdown_extensions:
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- 面试题:
- 面试题/index.md
- 一些排序算法: 面试题/一些排序算法.md
- ArchLinux:
- ArchLinux/index.md
- ArchLinux安装: ArchLinux/Arch Linux安装.md
- 网站样式展示:
- 网站所有样式/index.md
- 网站样式展示: 网站所有样式/demo.md

Loading

0 comments on commit 97d7668

Please sign in to comment.