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"> <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"> <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>
<p class="info text-justified"> <p class="info text-justified">
Hi! I'm <b>Sameer</b> and I usally write about Hi! I'm <b>Sameer</b> and I usally write about technology and software
technology and software development (hmmm more like nagging instead of writing). development (hmmm more like nagging instead of writing).
</p> </p>
</section> </section>
</div> </div>
<div class="column is-half-desktop is-offset-one-quarter-desktop"> <div class="column is-half-desktop is-offset-one-quarter-desktop">
<section class="section"> <section class="section">
<h3 class="is-size-5"> <h3 class="is-size-5">
Blog Posts: Blog Posts:
</h3> </h3>
{% for post in site.posts %} {% for post in site.posts %}
<div class="columns">
<div class="column"> <div class="columns">
<h2 class="is-size-3-desktop is-size-4-mobile"> <div class="column">
<a class="post-title-link" href="{{ post.url }}"> <h2 class="is-size-3-desktop is-size-4-mobile">
<i class="fas fa-link"></i> {{ post.title }} <a class="post-title-link" href="{{ post.url }}">
</a> <i class="fas fa-link"></i> {{ post.title }}
</h2> </a>
</h2>
</div>
</div> </div>
</div>
{% endfor %} {% endfor %}
</section> </section>
</div> </div>

View File

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