From 89e5dad56a64ea2c643681239910db176f99edf3 Mon Sep 17 00:00:00 2001 From: mattuy Date: Thu, 7 Oct 2021 00:46:41 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E7=BC=96=E8=BE=91github=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_config.yml | 4 +++- docs/_layouts/default.html | 49 ++++++++++++++++++++++++++++++++++++++ docs/index.md | 2 +- 3 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 docs/_layouts/default.html diff --git a/docs/_config.yml b/docs/_config.yml index c419263..44b418a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,3 @@ -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman +title: 简谱编辑器 +description: 基于SVG和React构建 diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..720b774 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,49 @@ + + + + + + + {% seo %} + + + + + + + {% include head-custom.html %} + + + + Skip to the content. + + + +
+ {{ content }} + + +
+ + + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index b9a0cb1..22463b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -## Welcome to GitHub Pages +## 简谱编辑器 You can use the [editor on GitHub](https://github.com/mattuylee/numerical-notation-editor/edit/main/docs/index.md) to maintain and preview the content for your website in Markdown files.