feat: snippets
This commit is contained in:
parent
f0b220d11b
commit
57f65a272a
@ -7,18 +7,20 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<p class='categories'>
|
<p>
|
||||||
{% for collection in site.collections %}
|
<a href="/snippets">snippets</a>
|
||||||
{% if collection.title %}
|
|
||||||
<a href="{{ collection.path | prepend: site.baseurl }}">{{ collection.title }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</p>
|
</p>
|
||||||
|
<!--<p class='categories'>-->
|
||||||
|
<!--{% for collection in site.collections %}-->
|
||||||
|
<!--{% if collection.title %}-->
|
||||||
|
<!--<a href="{{ collection.path | prepend: site.baseurl }}">{{ collection.title }}</a>-->
|
||||||
|
<!--{% endif %}-->
|
||||||
|
<!--{% endfor %}-->
|
||||||
|
<!--</p>-->
|
||||||
<p>
|
<p>
|
||||||
<a href='mailto:{{ site.email }}'>email</a>
|
<a href='mailto:{{ site.email }}'>email</a>
|
||||||
<a href='https://github.com/mdibaiee'>github</a>
|
<a href='https://github.com/mdibaiee'>github</a>
|
||||||
<a href='https://www.goodreads.com/mdibaiee'>goodreads</a>
|
<a href='https://www.goodreads.com/mdibaiee'>goodreads</a>
|
||||||
<a href='https://twitter.com/mdibaiee'>twitter</a>
|
|
||||||
<a href='https://www.linkedin.com/in/mdibaiee/'>linkedin</a>
|
<a href='https://www.linkedin.com/in/mdibaiee/'>linkedin</a>
|
||||||
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">feed</a>
|
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">feed</a>
|
||||||
</p>
|
</p>
|
||||||
|
10
snippets.md
Normal file
10
snippets.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "Snippets"
|
||||||
|
date: 2020-12-07 20:47:00
|
||||||
|
permalink: snippets/
|
||||||
|
categories: snippets
|
||||||
|
author: Mahdi
|
||||||
|
---
|
||||||
|
|
||||||
|
Short snippets of thought. Ramblings. Random shite.
|
Loading…
Reference in New Issue
Block a user