mirror of
https://github.com/phodal/github
synced 2026-05-24 09:38:21 +00:00
initialize docsify
This commit is contained in:
parent
3b9fe6c680
commit
d88ac7354a
4 changed files with 25 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
||||||
# new branch
|
|
||||||
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
3
docs/README.md
Normal file
3
docs/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# 首页
|
||||||
|
|
||||||
|
> An awesome project.
|
||||||
22
docs/index.html
Normal file
22
docs/index.html
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>GitHub 漫游指南</title>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
<meta name="description" content="Description">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app">内容加载中</div>
|
||||||
|
<script>
|
||||||
|
window.$docsify = {
|
||||||
|
name: '',
|
||||||
|
repo: ''
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<!-- Docsify v4 -->
|
||||||
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in a new issue