mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
links.md: mention following at Facebook & add blog
This commit is contained in:
parent
337cd96057
commit
545a3e49b6
@ -7,7 +7,7 @@ layout: null
|
||||
<title>{{ site.title | xml_escape }}</title>
|
||||
<description>{{ site.description | xml_escape }}</description>
|
||||
<link>{{ site.url }}{{ site.baseurl }}/</link>
|
||||
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
|
||||
<atom:link href="{{ "/blog/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
|
||||
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||
<generator>Jekyll v{{ jekyll.version }}</generator>
|
16
blog/index.md
Normal file
16
blog/index.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: page
|
||||
title: Blog index
|
||||
permalink: /blog/
|
||||
---
|
||||
|
||||
Some kind of version of my blog might come here and if it does, Tumblr
|
||||
reblogs etc. are not included.
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
3
links.md
3
links.md
@ -7,7 +7,8 @@ permalink: /links/
|
||||
* [Facebook](https://facebook.com/mikaelahmsuomalainen)
|
||||
* I only accept friend requests from people I know. If we know each
|
||||
other, please send message telling me about it including something
|
||||
like IRC nick, channel and network.
|
||||
like IRC nick, channel and network. Follow button is available
|
||||
for everyone though.
|
||||
* [GitHub](https://github.com/Mikaela)
|
||||
* I used to have different account which is currently organization
|
||||
including forks where I don't contribute so actively.
|
||||
|
Loading…
Reference in New Issue
Block a user