diff --git a/_config.yml b/_config.yml index eabb83c..8ec4fa3 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,6 @@ about: I am freelance developer. Currently doing more in backend, actually in Py urls: - text: github url: https://github.com/agusmakmun -baseurl: '/agusmakmun.github.io' -paginate: 1 -per_page: 1 +paginate: 20 +per_page: 20 paginate_path: "/page:num/" diff --git a/_layouts/default.html b/_layouts/default.html index 0c03d8f..391b057 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,16 +8,16 @@ - + - + - + @@ -25,7 +25,7 @@
- +

{{ site.name }}

{% if site.about %}
@@ -34,7 +34,7 @@ {% endif %}
Navigation
- » home
+ » home
{% for i in site.urls %} » {{ i.text }}
{% endfor %} @@ -57,7 +57,7 @@ - + diff --git a/index.html b/index.html index 66d492b..372d145 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ layout: default

Our Stack Problems

    {% for post in site.posts %} -
  1. {{ post.date | date_to_string }} » {{ post.title }}
  2. +
  3. {{ post.date | date_to_string }} » {{ post.title }}
  4. {% endfor %}