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.