diff --git a/.gitignore b/.gitignore index 5c91b60c063..bd3e973d585 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site/ .sass-cache/ .jekyll-metadata +.DS_Store diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000000..e64ff8ece86 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,85 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (4.2.9) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + colorator (1.1.0) + faraday (0.13.1) + multipart-post (>= 1.2, < 3) + ffi (1.9.18) + forwardable-extended (2.6.0) + html-pipeline (2.7.1) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (0.8.6) + jekyll (3.2.1) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-feed (0.7.2) + jekyll-gist (1.4.1) + octokit (~> 4.2) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-sass-converter (1.5.0) + sass (~> 3.4) + jekyll-sitemap (0.11.0) + addressable (~> 2.4.0) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + kramdown (1.15.0) + liquid (3.0.6) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.3.0) + minitest (5.10.3) + multipart-post (2.0.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) + octokit (4.7.0) + sawyer (~> 0.8.0, >= 0.5.3) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) + thread_safe (0.3.6) + tzinfo (1.2.3) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 3.2.1) + jekyll-feed + jekyll-gist + jekyll-mentions + jekyll-sitemap + +BUNDLED WITH + 1.15.4 diff --git a/README.md b/README.md index 5f398617a6b..993b0cd08f5 100644 --- a/README.md +++ b/README.md @@ -1,30 +1 @@ -# Moon Jekyll Theme [](https://www.paypal.me/taylantatli/0usd) - -## `Sorry guys but there will be no update until I buy a new laptop.` - -######(If you like this theme or using it, please give a :star: for motivation.) - -**[Moon](https://taylantatli.github.io/Moon)** is a minimal, one column jekyll theme. - -## Features -* Minimal, you can focus on your content -* Responsive -* Disqus integration -* Syntax highlighting -* Optional post image -* Social icons -* Page for sharing projects -* Optional background image -* Simple navigation menu -* MathJax support - -## Preview - - - - -See a [live version of Moon](https://taylantatli.github.io/Moon) hosted on GitHub. - -## Getting Started - -To learn how to install and use this theme check out the [Setup Guide](https://taylantatli.github.io/Moon/moon-theme/) for more information. +# Moon Jekyll Theme diff --git a/_config.yml b/_config.yml index 6579ac9c760..16a466e4dd6 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,14 @@ # Site -title: Moon -bio: 'Minimal, one column jekyll theme.' -description: "Moon is a minimal, one column jekyll theme for your blog." +title: Eamonjee +bio: 'Blog, Notes.' +description: "前端工程师,正在学数据分析~" reading_time: true words_per_minute: 200 logo: 'assets/img/logo.png' -background: 'assets/img/placeholder-big.jpg' +background: 'assets/img/bg-sunrise.jpg' tiled_bg: false # Set this true if you want to tile your background image, otherwise it will be covered locale: en_US -url: https://taylantatli.github.io/Moon +url: https://gpzjyw.github.io # Jekyll permalink: /:title/ @@ -37,20 +37,20 @@ disqus_shortname: taylantatli #ad-client: #ad-slot: #bing-verify: -#email: -twitter: username -facebook: username -github-url: username +email: gpzjyw@163.com +#twitter: username +#facebook: username +github-url: gpzjyw #stackoverflow: 123456/username from a "http://stackoverflow.com/users/123456/username" link #linkedin: username #xing: username -instagram: username +#instagram: username #lastfm: username #tumblr: username #medium: '@username' #pinterest: username #foursquare: username -steam: username +#steam: username #dribbble: username #youtube: username #youtube-channel: channel diff --git a/_posts/2017-08-17-ES6-excerpts.md b/_posts/2017-08-17-ES6-excerpts.md new file mode 100644 index 00000000000..2d902d20b87 --- /dev/null +++ b/_posts/2017-08-17-ES6-excerpts.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "ES6摘记" +date: 2017-08-17 +excerpt: "关于ES6语法的学习,并摘记一些会常用的语法." +tag: +- ES6 +comments: true +--- + +## ES6摘记 + diff --git a/about/index.md b/about/index.md index d3c042a7a15..70a8e2756e9 100644 --- a/about/index.md +++ b/about/index.md @@ -1,37 +1,29 @@ --- layout: page -title: About the Theme -tags: [about, Jekyll, theme, moon] -date: 2016-03-21 +title: About Me +tags: [Introduction] +date: 2017-04-16 comments: false --- - -