post layout has been changed

This commit is contained in:
Sameer Rahmani 2019-03-29 20:00:05 +00:00
parent 822b4d30d3
commit 753fd34601
5 changed files with 27 additions and 20 deletions

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
theme: dark theme: light
--- ---
<div class="column is-half-desktop is-offset-one-quarter-desktop"> <div class="column is-half-desktop is-offset-one-quarter-desktop">
<h1 class="is-size-1"> <h1 class="is-size-1">

View File

@ -1,6 +1,8 @@
--- ---
layout: default layout: default
theme: dark
--- ---
<div class="column is-half-desktop is-offset-one-quarter-desktop"> <div class="column is-half-desktop is-offset-one-quarter-desktop">
<h1 class="is-size-1"> <h1 class="is-size-1">
{{page.title}} {{page.title}}
@ -9,36 +11,32 @@ layout: default
<div class="column"> <div class="column">
<ul class="details is-size-7"> <ul class="details is-size-7">
<li>{{page.date | date_to_string }} |</li> <li>{{page.date | date_to_string }} |</li>
{% for tag in page.tags %}
<li class="">#{{ tag | capitalize }}</li>
{% endfor %}
{% for tag in page.categories %} {% for tag in page.categories %}
<a href="/categories/{{tag}}"> <li class="category">
<li class="category"> #{{ tag | capitalize }}
<i class="fas fa-link"></i> {{ tag | capitalize }} </li>
</li>
</a>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
<span> <div class="column">
{% for tag in page.tags %} </div>
<span class="tag is-light">{{ tag | capitalize }}</span>
{% endfor %}
</span>
</div> </div>
<content class="post"> <content class="post">
{{ content }} {{ content }}
</content> </content>
<hr/>
<div class="share-page"> <div class="share-page">
<div class="columns is-flex"> <div class="columns is-flex right-aligned">
<div>
<div class="column">
<span class="is-size-3">Share on:</span>
</div>
</div>
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter"> <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter">
<div class="column"> <div class="column">
<span class="icon is-large"> <span class="icon is-large">

View File

@ -2,9 +2,9 @@
layout: post layout: post
title: "I moved from Github to Gitlab" title: "I moved from Github to Gitlab"
date: 2018-11-02 date: 2018-11-02
theme: dark
categories: Announcements categories: Announcements
tags: gitlab tags: gitlab
theme: dark
--- ---
As soon as I hear about Micro$oft acquiring Github I decided to migrate to Gitlab. My guts tells me to do not trust a corporation behind the [Halloween document](https://en.wikipedia.org/wiki/Halloween_documents). Micro$oft might be a different company these days but their history is enough to not to trust them. Even if they are different and have no bad intentions, but still acquiring company such as Github means that the very first thing they will do is to integrate Github with their own services and that is enough for me to move. As soon as I hear about Micro$oft acquiring Github I decided to migrate to Gitlab. My guts tells me to do not trust a corporation behind the [Halloween document](https://en.wikipedia.org/wiki/Halloween_documents). Micro$oft might be a different company these days but their history is enough to not to trust them. Even if they are different and have no bad intentions, but still acquiring company such as Github means that the very first thing they will do is to integrate Github with their own services and that is enough for me to move.

View File

@ -6,4 +6,6 @@ permalink: /about/
--- ---
My name is Sameer and I'm a senior software engineer @ udemy. My name is Sameer aka lxsameer and I'm a software engineer and a proud member of [GNU project](https://gnu.org). As you may guessed by now
I'm a huge free software fan and really value freedome and privacy in the cyber world. If you're interested, we can exchange a word or two
via social networks (links on the header).

View File

@ -179,3 +179,10 @@ ul.details
.is-rounded .is-rounded
border-radius: 50% border-radius: 50%
border: 3px solid darken($purple, 10%) border: 3px solid darken($purple, 10%)
footer.footer
margin-top: 5em
.right-aligned
justify-content: end