diff --git a/CNAME b/CNAME deleted file mode 100644 index 8b137891791fe..0000000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ - diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 282d03683ca98..0000000000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Barry Clark - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 05a30d3c3e70e..0000000000000 --- a/README.md +++ /dev/null @@ -1,112 +0,0 @@ -# Jekyll Now - -**Jekyll** is a static site generator that's perfect for GitHub hosted blogs ([Jekyll Repository](https://github.com/jekyll/jekyll)) - -**Jekyll Now** makes it easier to create your Jekyll blog, by eliminating a lot of the up front setup. - -- You don't need to touch the command line -- You don't need to install/configure ruby, rvm/rbenv, ruby gems :relaxed: -- You don't need to install runtime dependancies like markdown processors, Pygments, etc -- If you're on Windows, this will make setting up Jekyll a lot easier -- It's easy to try out, you can just delete your forked repository if you don't like it - -In a few minutes you'll be set up with a minimal, responsive blog like the one below giving you more time to spend on writing epic blog posts! - -![Jekyll Now Theme Screenshot](/images/jekyll-now-theme-screenshot.jpg "Jekyll Now Theme Screenshot") - -## Quick Start - -### Step 1) Fork Jekyll Now to your User Repository - -Fork this repo, then rename the repository to yourgithubusername.github.io. - -Your Jekyll blog will often be viewable immediately at (if it's not, you can often force it to build by completing step 2) - -![Step 1](/images/step1.gif "Step 1") - -### Step 2) Customize and view your site - -Enter your site name, description, avatar and many other options by editing the _config.yml file. You can easily turn on Google Analytics tracking, Disqus commenting and social icons here too. - -Making a change to _config.yml (or any file in your repository) will force GitHub Pages to rebuild your site with jekyll. Your rebuilt site will be viewable a few seconds later at - if not, give it ten minutes as GitHub suggests and it'll appear soon - -> There are 3 different ways that you can make changes to your blog's files: - -> 1. Edit files within your new username.github.io repository in the browser at GitHub.com (shown below). -> 2. Use a third party GitHub content editor, like [Prose by Development Seed](http://prose.io). It's optimized for use with Jekyll making markdown editing, writing drafts, and uploading images really easy. -> 3. Clone down your repository and make updates locally, then push them to your GitHub repository. - -![_config.yml](/images/config.png "_config.yml") - -### Step 3) Publish your first blog post - -Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Markdown Cheatsheet](http://www.jekyllnow.com/Markdown-Style-Guide/) might come in handy. - -![First Post](/images/first-post.png "First Post") - -> You can add additional posts in the browser on GitHub.com too! Just hit the + icon in `/_posts/` to create new content. Just make sure to include the [front-matter](http://jekyllrb.com/docs/frontmatter/) block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md - -## Local Development - -1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, Gemoji, etc. -2. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git` -3. Serve the site and watch for markup/sass changes `jekyll serve` -4. View your website at http://0.0.0.0:4000 -5. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website. - -## Moar! - -I've created a more detailed walkthrough, [**Build A Blog With Jekyll And GitHub Pages**](http://www.smashingmagazine.com/2014/08/01/build-blog-jekyll-github-pages/) over at the Smashing Magazine website. Check it out if you'd like a more detailed walkthrough and some background on Jekyll. :metal: - -It covers: - -- A more detailed walkthrough of setting up your Jekyll blog -- Common issues that you might encounter while using Jekyll -- Importing from Wordpress, using your own domain name, and blogging in your favorite editor -- Theming in Jekyll, with Liquid templating examples -- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections - -## Jekyll Now Features - -✓ Command-line free _fork-first workflow_, using GitHub.com to create, customize and post to your blog -✓ Fully responsive and mobile optimized base theme (**[Theme Demo](http://jekyllnow.com)**) -✓ Sass/Coffeescript support using Jekyll 2.0 -✓ Free hosting on your GitHub Pages user site -✓ Markdown blogging -✓ Syntax highlighting -✓ Disqus commenting -✓ Google Analytics integration -✓ SVG social icons for your footer -✓ 3 http requests, including your avatar -✓ Emoji in blog posts! :sparkling_heart: :sparkling_heart: :sparkling_heart: - -✘ No installing dependancies -✘ No need to set up local development -✘ No configuring plugins -✘ No need to spend time on theming -✘ More time to code other things ... wait ✓! - -## Questions? - -[Open an Issue](https://github.com/barryclark/jekyll-now/issues/new) and let's chat! - -## Other forkable themes - -You can use the [Quick Start](https://github.com/barryclark/jekyll-now#quick-start) workflow with other themes that are set up to be forked too! Here are some of my favorites: - -- [Hyde](https://github.com/poole/hyde) by MDO -- [Lanyon](https://github.com/poole/lanyon) by MDO -- [mojombo.github.io](https://github.com/mojombo/mojombo.github.io) by Tom Preston-Werner -- [Left](https://github.com/holman/left) by Zach Holman -- [Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes) by Michael Rose -- [Skinny Bones](https://github.com/mmistakes/skinny-bones-jekyll) by Michael Rose - -## Credits - -- [Jekyll](https://github.com/jekyll/jekyll) - Thanks to its creators, contributors and maintainers. -- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) - Thanks, Neil Orange Peel. They're beautiful. -- [Solarized Light Pygments](https://gist.github.com/edwardhotchkiss/2005058) - Thanks, Edward. -- [Joel Glovier](http://joelglovier.com/writing/) - Great Jekyll articles. I used Joel's feed.xml in this repository. -- [David Furnes](https://github.com/dfurnes), [Jon Uy](https://github.com/jonuy), [Luke Patton](https://github.com/lkpttn) - Thanks for the design/code reviews. -- [Bart Kiers](https://github.com/bkiers), [Florian Simon](https://github.com/vermluh), [Henry Stanley](https://github.com/henryaj), [Hun Jae Lee](https://github.com/hunjaelee), [Javier Cejudo](https://github.com/javiercejudo), [Peter Etelej](https://github.com/etelej) - Thanks for your [fantastic contributions](https://github.com/barryclark/jekyll-now/commits/master) to the project! - diff --git a/_config.yml b/_config.yml index cdb46a3119c80..9d96b4d4a362c 100644 --- a/_config.yml +++ b/_config.yml @@ -3,13 +3,14 @@ # # Name of your site (displayed in the header) -name: Your Name +name: 3pointer # Short bio or description (displayed in the header) -description: Web Developer from Somewhere +description: My Place # URL of your avatar or profile pic (you could use your GitHub profile pic) -avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png +avatar: https://raw.githubusercontent.com/3pointer/3pointer.github.io/master/images/jee.jpg + # # Flags below are optional @@ -21,16 +22,16 @@ footer-links: email: facebook: flickr: - github: barryclark/jekyll-now + github: 3pointer instagram: linkedin: pinterest: rss: # just type anything here for a working RSS icon, make sure you set the "url" above! - twitter: jekyllrb + twitter: stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" # Your disqus shortname, entering this will enable commenting on posts -disqus: +disqus: pointer3 # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking google_analytics: @@ -72,3 +73,5 @@ exclude: - Gemfile.lock - LICENSE - README.md + +imagesOne: https://raw.githubusercontent.com/3pointer/3pointer.github.io/master/images/1.png diff --git a/_layouts/default.html b/_layouts/default.html index a69e73413e3ad..539e3a2e30625 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,56 +1,68 @@ - - - - + + + + - {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }} + {% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }} - - + + - - - - - - - - -
-
-
- - -
-

{{ site.name }}

-

{{ site.description }}

-
- - -
-
-
- -
- {{ content }} -
- - - - {% include analytics.html %} - + + + + + + + +
+
+
+ + +
+

{{ site.name }}

+

{{ site.description }}

+
+ + +
+
+
+ +
+ {{ content }} +
+ + + + {% include analytics.html %} + + diff --git a/_layouts/post.html b/_layouts/post.html index a84a4fe7444aa..316ae85b7fc3f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,15 +3,29 @@ ---
-

{{ page.title }}

+

{{ page.title }}

+
+ {{ content }} +
+
+ Written on {{ page.date | date: "%B %e, %Y" }} +
-
- {{ content }} -
+
+
+ + +
+
-
- Written on {{ page.date | date: "%B %e, %Y" }} -
- {% include disqus.html disqus_identifier=page.disqus_identifier %} - \ No newline at end of file diff --git a/_posts/2014-11-23-hello-world.md b/_posts/2014-11-23-hello-world.md new file mode 100644 index 0000000000000..f5c4c42582bdd --- /dev/null +++ b/_posts/2014-11-23-hello-world.md @@ -0,0 +1,7 @@ +--- +layout: post +title: Hello +--- + +Hello!my first post + diff --git a/_posts/2014-12-15-Beginning.md b/_posts/2014-12-15-Beginning.md new file mode 100644 index 0000000000000..b7a9de490450f --- /dev/null +++ b/_posts/2014-12-15-Beginning.md @@ -0,0 +1,6 @@ +--- +layout: post +title: beginning +--- + +开始尝试学习用github,进行学习,反正也没人会找到这里,那就在这里会把自己学到的东西,留给以后的自己看。 diff --git "a/_posts/2014-12-16-\346\204\237\346\202\237.md" "b/_posts/2014-12-16-\346\204\237\346\202\237.md" new file mode 100644 index 0000000000000..e5fe95fdfe4c9 --- /dev/null +++ "b/_posts/2014-12-16-\346\204\237\346\202\237.md" @@ -0,0 +1,6 @@ +--- +layout: post +title: 一点感想 +--- + +最近在学习机器学习中的回归和分类,在网上学到了不少东西,也看了不少人写的博客,隐约感觉现在互联网上的很多方面都弥漫着一种浮躁的氛围,可能是环境的原因,很少见到有人肯潜下心来安静的研究什么,真心佩服能够全身心投入的人们,他们才是能够改变世界的人啊。 diff --git a/_posts/2014-12-22-cry.md b/_posts/2014-12-22-cry.md new file mode 100644 index 0000000000000..28e3846021167 --- /dev/null +++ b/_posts/2014-12-22-cry.md @@ -0,0 +1,6 @@ +--- +layout: post +title: exhausted +--- + +本来今天看了一下午的regularization,好不容易找到一篇论文,对其中的normal equation的推导有点领悟,想今晚把它写下来,可是原本想把博客加个评论区组件,居然折腾了一晚上!!!==,而且还没搞定!!明天好好研究disqus,我就不信了。。 diff --git a/_posts/2014-12-25-christmas.md b/_posts/2014-12-25-christmas.md new file mode 100644 index 0000000000000..1b67dc50d08e0 --- /dev/null +++ b/_posts/2014-12-25-christmas.md @@ -0,0 +1,21 @@ +--- +layout: post +title: Merry Christmas +--- + +今天就是圣诞节了,不过昨晚还是熬到两点,因为看到了一篇Least squares approximations的论文,就花时间研究了研究。 +之前在看Andrew Ng的机器学习课程时,里面提到了linear regression的第二种方法--normal equation,也有人叫最小二乘法,有一个关键问题我一直不得理解,搞懂之后决定把它贴出来,留个纪念。 + +首先问题一,以AX=b为例,A是m×n的矩阵,规定m>n,Andrew Ng在正则化一课中提到,如果样例m小于特征n的话,程序会报错,就要用到正则化来解决,或者delete一些特征来解决。 +那么为什么会这样,要解决这个问题,可以从两个方面来理解,一个是向量空间,另一个是矩阵的秩,其实本质是一样的。 + +第一个让我们来看一张图。 + +![gg]({{site.baseurl}}/images/1.png) + +注意,AX = b 是不可能的,A由a1, a2组成,而b的的维度比A要高,无论a1,a2,如何取值,都不会合出一个b来,但是我们可以取到b‘,就是b在A空间的投影。 +而e是垂直于A空间的,我们求出一个令e最小的值就好了, e = b - AX,求出e的模,令其最小的x,就是我们要得近似值。 + +至于说为什么m>n,似乎还没有解释。 +Andrew Ng给出的公式,theta = (X^T*X)^-1*X^T*y +因为m<=n时,矩阵(X^T*X)不可逆,为什么不可逆呢,我们可以从矩阵的秩来解释。 diff --git a/_posts/2014-3-3-Hello-World.md b/_posts/2014-3-3-Hello-World.md deleted file mode 100644 index c469524e3efa3..0000000000000 --- a/_posts/2014-3-3-Hello-World.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: You're up and running! ---- - -Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below :point_down:). - -![_config.yml]({{ site.baseurl }}/images/config.png) - -The easiest way to make your first post is to edit this one. Go into /_posts/ and update the Hello World markdown file. For more instructions head over to the [Jekyll Now repository](https://github.com/barryclark/jekyll-now) on GitHub. \ No newline at end of file diff --git a/_posts/2015-03-14-test.md b/_posts/2015-03-14-test.md new file mode 100644 index 0000000000000..10a12d60e8259 --- /dev/null +++ b/_posts/2015-03-14-test.md @@ -0,0 +1,9 @@ +--- +layout: post +title: 随笔 +--- + +距离上一次写blog已经过去3个月了,我果然没有写blog的习惯,不知道该写什么,现在也感觉自己进步不大,复杂的东西还是难以掌握,难点在于学到的知识如何能够转化成实际应用,现在搞的这些算法,ml,数学推导,难以做出成品,不像搞cocos2dx,unity3d这种,可以拿成熟的作品去面试,我都不知道我自己瞎学了这么久的理论,能不能在面试中派上用场。。。在犹豫要不要最近也租个服务器学着用django框架搭建个网站,也算是有点成品,要不然面试官问我有什么成熟的作品时候,我都不知道怎么回答。 + + +PS:poj有个人问我题,发现是去年7月份。。。我一直以为poj的信件都是错误登录尝试呢。。。从来没打开看过 diff --git "a/_posts/2015-04-23-\346\204\237\346\202\237.md" "b/_posts/2015-04-23-\346\204\237\346\202\237.md" new file mode 100644 index 0000000000000..5cd0c5be320d0 --- /dev/null +++ "b/_posts/2015-04-23-\346\204\237\346\202\237.md" @@ -0,0 +1,14 @@ +--- +layout: post +title: Error +--- + + + 今天参加ms的面试,竟然什么都没做出来,我自己都不好意思了,难为HR还一直鼓励我,一道基本题,我还想放弃,哎。。。现在回过头来想一下,HR当时说的话明明已经提醒了我,不要一次就想解决所有问题。可惜我当时还没有反应过来,对于这道题我一直再想O(n)的算法,我想当然的以为肯定要用线性时间的算法解决,我当时应该问问要求的时间复杂度,现在也没机会了,可能就是我不适合这个岗位吧。经验宝贵。 + + 'bb' -> '1' + 'a' -> '22' + +题目就是对于上述字符串出现的字符进行转化。 + +题目过于简单,把以前写答案删了。 diff --git "a/_posts/2015-09-20-\344\270\200\347\202\271\346\204\237\350\247\246.md" "b/_posts/2015-09-20-\344\270\200\347\202\271\346\204\237\350\247\246.md" new file mode 100644 index 0000000000000..e645c14cc5e99 --- /dev/null +++ "b/_posts/2015-09-20-\344\270\200\347\202\271\346\204\237\350\247\246.md" @@ -0,0 +1,16 @@ +--- +layout: post +title: 算是一点感触吧 +--- + +大四了,快毕业了,比起四年前,感觉自己并没有太大进步,也许就这样平平淡淡的过完这一生吧。 +现在实习也已经快两个月了,用Django开发网站,感觉这并不是我喜欢的工作,每天的思考量太小,琐碎的知识倒是挺多的,身边有不少老师,朋友劝我不要荒废掉以前学习的知识,要记得以前的理想,道理我当然明白,只是理想再大,也要吃饭不是。谁不喜欢无拘束的状态,想学什么就学什么,想思考什么就思考什么,然而有些东西,对于像我这种普通人来说,没有系统的学习过,半路出家的人多多少少有点不足吧。更不能指望能找到相关的工作。 + +也许就是这样,能力不够,却想从事具有挑战性的工作,这本身就是一个笑话,不应该尝试去了解自己不可能学会的东西. + +老师还指望我为学弟学妹做出榜样,我虽然说我会尽全力,但是自己的实力只有自己清楚,这么些年来,身边的同学,都觉得我很厉害,算是一种皮格玛丽翁效应吧,别人有问题就来找我,我会的话,就告诉他,不会的话,就想办法弄明白再告诉他,所以老师让我负责教学,我能教给大家什么呢。我教的东西,我自己都快忘了。 + +今天先不说了,工作还没完成; + +PS:刚看了阿里云有学生优惠,就买了几个月的试试,第一次用,正好用Django搭建了一个站点。但是开发个什么呢。总不能再写一个博客吧。我又不是那种写博客的人。 +有时间再想吧 diff --git "a/_posts/2015-12-23-\345\206\231\345\234\250\344\273\212\346\231\232cf\344\271\213\345\211\215.md" "b/_posts/2015-12-23-\345\206\231\345\234\250\344\273\212\346\231\232cf\344\271\213\345\211\215.md" new file mode 100644 index 0000000000000..80a0ddd10de2f --- /dev/null +++ "b/_posts/2015-12-23-\345\206\231\345\234\250\344\273\212\346\231\232cf\344\271\213\345\211\215.md" @@ -0,0 +1,27 @@ +--- +layout: post +title: 写在今晚cf之前 +--- + +现在是北京时间0点18分,还有12分钟开始今晚的codeforces,努力涨涨分什么的就不说了。 +马上又是一年了,转过年来就要找工作了。 +总结一下今年,该努力的也努力过了,还是会留下一些遗憾吧,比如今年的第一次区域赛没有取得好成绩,比如今年考研前还在实习,没有多少时间复习。 +除了以上两件事之外,今年过的不亏啊。 + +学完了ufldl的教程,跟着做了做练习,好歹是明白了大概。 + +统计学习方法这本书也能看懂了。(以前看到公式很费劲的,现在也能接受了) + +有一些好资料要整理下来== + +1.http://www.cnblogs.com/tornadomeet/tag/Deep%20Learning/default.html?page=2 (这个人的博客整理的DL全面啊) + +2.http://www.moonshile.com/post/juan-ji-shen-jing-wang-luo-quan-mian-jie-xi (这个的cnn写的清楚,虽然他推导残差的时候和ufldl不太一样,不过不影响) + +3.http://arxiv.org/pdf/1512.06293v1.pdf (看梗概是对CNN的理论支撑分析,这个论文是刚发布几天的,还没机会看) + +4.http://www.52nlp.cn/hmm-learn-best-practices-five-forward-algorithm-1 (这个HMM整理的全面,虽然有细节错误= =, 不过无伤大雅) + +5.http://pan.baidu.com/disk/home#list/path=%252F (KAGGLE ENSEMBLING GUIDE) + + diff --git "a/_posts/2015-12-23.\345\206\231\345\234\250\344\273\212\346\231\232cf\344\271\213\345\211\215.md" "b/_posts/2015-12-23.\345\206\231\345\234\250\344\273\212\346\231\232cf\344\271\213\345\211\215.md" new file mode 100644 index 0000000000000..90aeebb265eed --- /dev/null +++ "b/_posts/2015-12-23.\345\206\231\345\234\250\344\273\212\346\231\232cf\344\271\213\345\211\215.md" @@ -0,0 +1,18 @@ +--- +layout: post +title: 写在今晚cf之前 +--- + +现在是北京时间0点18分,还有12分钟开始今晚的codeforces,努力涨涨分什么的就不说了。 +马上又是一年了,转过年来就要找工作了。 +总结一下今年,该努力的也努力过了,还是会留下一些遗憾吧,比如今年的第一次区域赛没有取得好成绩,比如今年考研前还在实习,没有多少时间复习。 +除了以上两件事之外,今年过的不亏啊。 +学完了ufldl的教程,跟着做了做练习,好歹是明白了大概。 +统计学习方法这本书也能看懂了。(以前看到公式很费劲的,现在也能接受了) +有一些好资料要整理下来== +1.http://www.cnblogs.com/tornadomeet/tag/Deep%20Learning/default.html?page=2 (这个人的博客整理的DL全面啊) +2.http://www.moonshile.com/post/juan-ji-shen-jing-wang-luo-quan-mian-jie-xi (这个的cnn写的清楚,虽然他推导残差的时候和ufldl不太一样,不过不影响) +3.http://arxiv.org/pdf/1512.06293v1.pdf (看梗概是对CNN的理论支撑分析,这个论文是刚发布几天的,还没机会看) +4.http://www.52nlp.cn/hmm-learn-best-practices-five-forward-algorithm-1 (这个HMM整理的全面,虽然有细节错误= =, 不过无伤大雅) +5.http://pan.baidu.com/disk/home#list/path=%252F (KAGGLE ENSEMBLING GUIDE) + diff --git "a/_posts/2016-01-26-\346\204\237.md" "b/_posts/2016-01-26-\346\204\237.md" new file mode 100644 index 0000000000000..cde3e83633088 --- /dev/null +++ "b/_posts/2016-01-26-\346\204\237.md" @@ -0,0 +1,7 @@ +--- +layout: post +title: 帝都 +--- + +我本江心向明月 +奈何明月。 diff --git a/about.md b/about.md index db54e4dba16c6..6e4db236aec89 100644 --- a/about.md +++ b/about.md @@ -4,12 +4,11 @@ title: About permalink: /about/ --- -Some information about you! +beginner ### More Information - -A place to include any other types of information that you'd like to include about yourself. +gmail被墙,不常用 ### Contact me -[email@domain.com](mailto:email@domain.com) \ No newline at end of file +[qdlc2010@gmail.com](mailto:email@domain.com) diff --git a/images/1.png b/images/1.png new file mode 100644 index 0000000000000..8d45f290c8bfb Binary files /dev/null and b/images/1.png differ diff --git a/images/config.png b/images/config.png deleted file mode 100644 index 0010f915cd798..0000000000000 Binary files a/images/config.png and /dev/null differ diff --git a/images/first-post.png b/images/first-post.png deleted file mode 100644 index 0207022e522bb..0000000000000 Binary files a/images/first-post.png and /dev/null differ diff --git a/images/jee.jpg b/images/jee.jpg new file mode 100644 index 0000000000000..fadf3e9674633 Binary files /dev/null and b/images/jee.jpg differ diff --git a/images/jekyll-logo.png b/images/jekyll-logo.png deleted file mode 100644 index c386bda8718d8..0000000000000 Binary files a/images/jekyll-logo.png and /dev/null differ diff --git a/images/jekyll-now-theme-screenshot.jpg b/images/jekyll-now-theme-screenshot.jpg deleted file mode 100644 index 81847a1b41043..0000000000000 Binary files a/images/jekyll-now-theme-screenshot.jpg and /dev/null differ diff --git a/images/step1.gif b/images/step1.gif deleted file mode 100644 index 6cfd490eb7831..0000000000000 Binary files a/images/step1.gif and /dev/null differ diff --git a/index.html b/index.html index 0e3e137dded24..559f24f09a246 100644 --- a/index.html +++ b/index.html @@ -15,4 +15,5 @@

{{ post.title }}

Read More {% endfor %} - \ No newline at end of file + +