From 2b7e5a2cb920b49dd466fd962b494f32e50ec98e Mon Sep 17 00:00:00 2001 From: Zhou-OK <63763000+Zhou-OK@users.noreply.github.com> Date: Thu, 16 Apr 2020 15:46:58 +0800 Subject: [PATCH 1/5] Create practice --- practice | 1 + 1 file changed, 1 insertion(+) create mode 100644 practice diff --git a/practice b/practice new file mode 100644 index 0000000..786b364 --- /dev/null +++ b/practice @@ -0,0 +1 @@ +练习 From 3680d451a2ef0b8ddb112847b22f42901e699a80 Mon Sep 17 00:00:00 2001 From: Zhou-OK <1030224999@qq.com> Date: Thu, 16 Apr 2020 22:32:55 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E9=80=9A?= =?UTF-8?q?=E8=BF=87git=20=E6=8F=90=E4=BA=A4=E5=88=B0=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1.php | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 a1.php diff --git a/a1.php b/a1.php new file mode 100644 index 0000000..c1b9e28 --- /dev/null +++ b/a1.php @@ -0,0 +1,2 @@ +1111 +22 From b78437f575d470f3a558b698b6b18c688a8607d3 Mon Sep 17 00:00:00 2001 From: Zhou-OK <1030224999@qq.com> Date: Thu, 16 Apr 2020 22:40:40 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E7=AC=AC3=E6=AC=A1=E9=80=9A=E8=BF=87git=20?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=88=B0=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a2.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 a2.php diff --git a/a2.php b/a2.php new file mode 100644 index 0000000..e69de29 From ef6830d97c0b7dfa62c7557a6b83aef9e9894b38 Mon Sep 17 00:00:00 2001 From: Zhou-OK <63763000+Zhou-OK@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:04:31 +0800 Subject: [PATCH 4/5] Set theme jekyll-theme-cayman --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- _config.yml | 1 + 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 _config.yml diff --git a/README.md b/README.md index 28a09bf..36add01 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ -# sql_node -sql学习笔记。 +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/Zhou-OK/sql_node/edit/master/README.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/Zhou-OK/sql_node/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file From cbfb0aed4d981f6324e810e11262248f6abb0ccd Mon Sep 17 00:00:00 2001 From: Zhou-OK <63763000+Zhou-OK@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:05:12 +0800 Subject: [PATCH 5/5] Update README.md