Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fba0e0

Browse files
committed
添加标签
1 parent a36fbbb commit 9fba0e0

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Welcome to Code Snippets
1+
# 开始
2+
3+
Welcome to Code Snippets.

docs/sql/ganos/ST_AsImage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
comments: true
3+
tags:
4+
- GIS
35
---
46

57
# [ST_AsImage](https://help.aliyun.com/zh/polardb/polardb-for-postgresql/st-asimage?spm=a2c4g.11186623.help-menu-2249963.d_8_5_3_2.435d1dc7c8te2K)

docs/tags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 标签
2+
3+
<!-- material/tags -->

mkdocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ theme:
1616
custom_dir: overrides
1717
icon:
1818
repo: fontawesome/brands/git-alt
19+
# tag:
20+
# html: fontawesome/brands/html5
21+
# js: fontawesome/brands/js
22+
# css: fontawesome/brands/css3
23+
# default: fontawesome/brands/git-alt
1924
palette:
2025
# Palette toggle for light mode
2126
- scheme: default
@@ -45,7 +50,7 @@ theme:
4550

4651
- navigation.instant
4752
- navigation.tracking
48-
# - navigation.sections
53+
- navigation.sections
4954
# - navigation.tabs
5055
# - navigation.tabs.sticky
5156
- navigation.path
@@ -80,6 +85,10 @@ extra:
8085
- icon: fontawesome/brands/github
8186
link: https://github.com/huanglii
8287
# generator: false
88+
tags:
89+
CSS: css
90+
HTML: html
91+
JavaScript: js
8392

8493
# Extensions
8594
markdown_extensions:

0 commit comments

Comments
 (0)