Skip to content

Commit

Permalink
up: add gh pages them
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 12, 2021
1 parent aa91adc commit fdc5ec4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

* [中文说明](/README.md)
* [English](/README.en.md)
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<title>Easy Template</title>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
repo: 'inhere/kite',
maxLevel: 3,
// 加载 _navbar.md
loadNavbar: true,
// 加载 _sidebar.md
// loadSidebar: true,
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
</body>
</html>

0 comments on commit fdc5ec4

Please sign in to comment.