Skip to content

Commit

Permalink
quick push
Browse files Browse the repository at this point in the history
  • Loading branch information
tiepvupsu committed Jan 6, 2017
1 parent 97a3922 commit 7aea816
Showing 6 changed files with 35 additions and 27 deletions.
12 changes: 7 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -12,23 +12,25 @@
{% endif %}
</div>
<header class="post-header">
<h1>{{ page.title }}</h1>

<p class="meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
{% if page.tags%} |
</p>
<p class = "post-link" style = "font-size: 20px; font-weight: 200; text-align: left">{{ page.title }}</p>
{% if page.tags%}
{% for tag in page.tags %}
<a href="/tags{{ site.baseurl }}{{ site.tag_page }}#{{ tag | slugify }}" class="tag">{{ tag }}</a>
{% endfor %}
{% endif %}
</p>
</header>

<article class="post-content">
{{ content }}
</article>

<!-- mathjax -->
{% if page.mathjax %}
<!-- {% if page.mathjax %} -->
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
{% endif %}
<!-- {% endif %} -->

<hr>
{% include share-page.html %}
2 changes: 1 addition & 1 deletion _site/css/main.css
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ a:visited { color: #205caa; }
font-size: 20px;
/*letter-spacing: -1.75px;*/
line-height: 1;
font-weight: 200;
font-weight:150;
text-align: left;
}

4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
<description></description>
<link>http://localhost:4000/</link>
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Fri, 06 Jan 2017 13:42:38 -0500</pubDate>
<lastBuildDate>Fri, 06 Jan 2017 13:42:38 -0500</lastBuildDate>
<pubDate>Fri, 06 Jan 2017 13:54:07 -0500</pubDate>
<lastBuildDate>Fri, 06 Jan 2017 13:54:07 -0500</lastBuildDate>
<generator>Jekyll v3.3.1</generator>

<item>
35 changes: 20 additions & 15 deletions _site/index.html
Original file line number Diff line number Diff line change
@@ -123,10 +123,12 @@
<ul class="posts">

<li>
<a class="post-link" href="/2017/01/04/kmeans2/">Bài 5: K-means Clustering: Simple Applications</a>
<span class="post-date">Jan 4, 2017
</span>
<a class="post-link" href="/2017/01/04/kmeans2/">Bài 5: K-means Clustering: Simple Applications</a>
<br>

|
<!-- | -->
<!-- <ul class="tags"> -->

<!-- <li> -->
@@ -143,7 +145,6 @@

<!-- </ul> -->

</span>
<div class="imgcap">
<div>
<a href="/2017/01/04/kmeans2/">
@@ -157,10 +158,12 @@
</li>

<li>
<a class="post-link" href="/2017/01/01/kmeans/">Bài 4: K-means Clustering</a>
<span class="post-date">Jan 1, 2017
</span>
<a class="post-link" href="/2017/01/01/kmeans/">Bài 4: K-means Clustering</a>
<br>

|
<!-- | -->
<!-- <ul class="tags"> -->

<!-- <li> -->
@@ -177,7 +180,6 @@

<!-- </ul> -->

</span>
<div class="imgcap">
<div>
<a href="/2017/01/01/kmeans/">
@@ -191,10 +193,12 @@
</li>

<li>
<a class="post-link" href="/2016/12/28/linearregression/">Bài 3: Linear Regression</a>
<span class="post-date">Dec 28, 2016
</span>
<a class="post-link" href="/2016/12/28/linearregression/">Bài 3: Linear Regression</a>
<br>

|
<!-- | -->
<!-- <ul class="tags"> -->

<!-- <li> -->
@@ -211,7 +215,6 @@

<!-- </ul> -->

</span>
<div class="imgcap">
<div>
<a href="/2016/12/28/linearregression/">
@@ -225,10 +228,12 @@
</li>

<li>
<a class="post-link" href="/2016/12/27/categories/">Bài 2: Phân nhóm các thuật toán Machine Learning</a>
<span class="post-date">Dec 27, 2016
</span>
<a class="post-link" href="/2016/12/27/categories/">Bài 2: Phân nhóm các thuật toán Machine Learning</a>
<br>

|
<!-- | -->
<!-- <ul class="tags"> -->

<!-- <li> -->
@@ -237,7 +242,6 @@

<!-- </ul> -->

</span>
<div class="imgcap">
<div>
<a href="/2016/12/27/categories/">
@@ -251,10 +255,12 @@
</li>

<li>
<a class="post-link" href="/2016/12/26/introduce/">Bài 1: Giới thiệu về Machine Learning</a>
<span class="post-date">Dec 26, 2016
</span>
<a class="post-link" href="/2016/12/26/introduce/">Bài 1: Giới thiệu về Machine Learning</a>
<br>

|
<!-- | -->
<!-- <ul class="tags"> -->

<!-- <li> -->
@@ -263,7 +269,6 @@

<!-- </ul> -->

</span>
<div class="imgcap">
<div>
<a href="/2016/12/26/introduce/">
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ a:visited { color: #205caa; }
font-size: 20px;
/*letter-spacing: -1.75px;*/
line-height: 1;
font-weight: 200;
font-weight:150;
text-align: left;
}

7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -7,10 +7,12 @@
<ul class="posts">
{% for post in site.posts %}
<li>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}
</span>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<br>
{% if post.tags %}
|
<!-- | -->
<!-- <ul class="tags"> -->
{% for tag in post.tags %}
<!-- <li> -->
@@ -19,7 +21,6 @@
{% endfor %}
<!-- </ul> -->
{% endif %}
</span>
{{ post.excerpt }}
</li>
{% endfor %}

0 comments on commit 7aea816

Please sign in to comment.