Draft posts have been added

This commit is contained in:
Sameer Rahmani 2019-04-26 15:48:50 +01:00
parent 753fd34601
commit 8b8556531d
2 changed files with 25 additions and 19 deletions

View File

@ -3,35 +3,39 @@ layout: default
---
<div class="column is-half-desktop is-offset-one-quarter-desktop">
<section class="section">
<section class="section is-size-4-desktop is-size-5-mobile">
<p class="text-centered">
<img class="is-rounded" alt="lxsameer" src="https://lxsameer.com/images/me-1.jpg"/>
<img
class="is-rounded"
alt="lxsameer"
src="https://lxsameer.com/images/me-1.jpg"
/>
</p>
<p class="info text-justified">
Hi! I'm <b>Sameer</b> and I usally write about
technology and software development (hmmm more like nagging instead of writing).
Hi! I'm <b>Sameer</b> and I usally write about technology and software
development (hmmm more like nagging instead of writing).
</p>
</section>
</div>
<div class="column is-half-desktop is-offset-one-quarter-desktop">
<section class="section">
<h3 class="is-size-5">
Blog Posts:
</h3>
<h3 class="is-size-5">
Blog Posts:
</h3>
{% for post in site.posts %}
<div class="columns">
<div class="column">
<h2 class="is-size-3-desktop is-size-4-mobile">
<a class="post-title-link" href="{{ post.url }}">
<i class="fas fa-link"></i> {{ post.title }}
</a>
</h2>
{% for post in site.posts %}
<div class="columns">
<div class="column">
<h2 class="is-size-3-desktop is-size-4-mobile">
<a class="post-title-link" href="{{ post.url }}">
<i class="fas fa-link"></i> {{ post.title }}
</a>
</h2>
</div>
</div>
</div>
{% endfor %}
{% endfor %}
</section>
</div>

View File

@ -3,3 +3,5 @@ layout: home
theme: dark
home: true
---
I try to keep my posts short, so I can write more often.