diff --git a/_config.yml b/_config.yml index 442c09b..09d5337 100644 --- a/_config.yml +++ b/_config.yml @@ -7,3 +7,5 @@ urls: - text: github url: https://github.com/agusmakmun baseurl: '/agusmakmun.github.io' +paginate: 1 +paginate_path: "/page:num/" diff --git a/css/main.css b/css/main.css index 335c092..9c598b4 100755 --- a/css/main.css +++ b/css/main.css @@ -39,14 +39,12 @@ h2 { font-weight: normal; margin-bottom: 5px; color: #666666; - border-bottom: 1px solid #E6E6E6; } h3 { font-weight: normal; margin-bottom: 5px; color: #666666; - text-decoration: underline; } a, a:link, a:active { diff --git a/index.html b/index.html index 1fb60e5..129c2c0 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,25 @@ layout: default ---