From d71b6dc8b3fc215d669d068861ba03fafee614c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:23:08 +0800 Subject: [PATCH 1/9] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f5df98308..15a8b1a35 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ description: > # this means to ignore newlines until "baseurl:" line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://geyuankai.github.io/" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb github_username: jekyll From 5e6594a31c189eac6d48d02fe30450519c3c0dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:24:30 +0800 Subject: [PATCH 2/9] Create xxx --- _posts/xxx | 1 + 1 file changed, 1 insertion(+) create mode 100644 _posts/xxx diff --git a/_posts/xxx b/_posts/xxx new file mode 100644 index 000000000..c91cba626 --- /dev/null +++ b/_posts/xxx @@ -0,0 +1 @@ + 温馨提示:请使用以上访问连接串进行实例连接,VIP在业务维护中可能会变化。 From b8b2ef4509dd8431f63005ac929ae54ccc51ffc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:26:28 +0800 Subject: [PATCH 3/9] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 15a8b1a35..525c63128 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ description: > # this means to ignore newlines until "baseurl:" line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog -url: "https://geyuankai.github.io/" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://myandroidgithub.github.io/" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb github_username: jekyll From f1ca049194c96f59c725006a7f18a95a0d6cfe2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:27:13 +0800 Subject: [PATCH 4/9] Update about.md --- about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/about.md b/about.md index 402e25a3e..20f5f74e7 100644 --- a/about.md +++ b/about.md @@ -6,3 +6,4 @@ permalink: /about/ This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) +xxxxxxxxxxxxxxxxxx From 80368face6c8925065f00c296bc8fec7df8c2878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:28:48 +0800 Subject: [PATCH 5/9] Rename xxx to xxx.markdown --- _posts/{xxx => xxx.markdown} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _posts/{xxx => xxx.markdown} (100%) diff --git a/_posts/xxx b/_posts/xxx.markdown similarity index 100% rename from _posts/xxx rename to _posts/xxx.markdown From 0efd212b75c2f987ef5ae37f71d829c5f701f586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:30:43 +0800 Subject: [PATCH 6/9] Update xxx.markdown --- _posts/xxx.markdown | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/_posts/xxx.markdown b/_posts/xxx.markdown index c91cba626..ea3e2a7db 100644 --- a/_posts/xxx.markdown +++ b/_posts/xxx.markdown @@ -1 +1,28 @@ + --- +layout: post +title: "xxxxxxxxxxxxxxx!" +date: 2018-07-21 17:05:13 +0000 +categories: xxsxsxs +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ + + 温馨提示:请使用以上访问连接串进行实例连接,VIP在业务维护中可能会变化。 From 5fe953799868ec932100bbebba9540c0184a60cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:38:18 +0800 Subject: [PATCH 7/9] Update and rename xxx.markdown to 2018-07-21-welcome-to-xx.markdown --- _posts/{xxx.markdown => 2018-07-21-welcome-to-xx.markdown} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename _posts/{xxx.markdown => 2018-07-21-welcome-to-xx.markdown} (96%) diff --git a/_posts/xxx.markdown b/_posts/2018-07-21-welcome-to-xx.markdown similarity index 96% rename from _posts/xxx.markdown rename to _posts/2018-07-21-welcome-to-xx.markdown index ea3e2a7db..35af277e2 100644 --- a/_posts/xxx.markdown +++ b/_posts/2018-07-21-welcome-to-xx.markdown @@ -1,8 +1,8 @@ - --- +--- layout: post -title: "xxxxxxxxxxxxxxx!" +title: "Welcome to xx!" date: 2018-07-21 17:05:13 +0000 -categories: xxsxsxs +categories: xx update --- You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. From ce6ec773ade9a3a9482fc6d1236e2ba53b823657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:40:33 +0800 Subject: [PATCH 8/9] Update about.md --- about.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/about.md b/about.md index 20f5f74e7..58982f283 100644 --- a/about.md +++ b/about.md @@ -4,6 +4,4 @@ title: About permalink: /about/ --- -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -xxxxxxxxxxxxxxxxxx +80尾程序员一枚。 From 9f10d3115e0d35414d1b7f5b267a9709d70ba54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E7=AC=91=E7=9A=84=E8=8A=B1=E7=8C=AB?= Date: Sat, 21 Jul 2018 09:44:29 +0800 Subject: [PATCH 9/9] Update _config.yml --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 525c63128..7410daf21 100644 --- a/_config.yml +++ b/_config.yml @@ -13,16 +13,16 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title -email: your-email@domain.com +title: 80尾非著名程序员 +email: geyuankai1989@126.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog url: "https://myandroidgithub.github.io/" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll +#twitter_username: jekyllrb +#github_username: jekyll # Build settings markdown: kramdown