New blog

1
2
3
4
5
	{% if site.social.twitter %} 
    	<li> 
        <a title="{{ site.social.twitter }} on Twitter.com" href="https://www.twitter.com/{{ site.social.twitter }}" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
        </li>
        {% endif %}
  • Sobre kramdown
  • E um b-a-ba de github
  • Estou a escrever os post em prose.io
    • Quando não estiver a publicar ou a fazer o build ver mensagens de erro no repositório em Settings
  • Melhor forma de incluir código:
1
2
3
4
5
6
7
8
	{% highlight xml linenos %}
	{% raw %}
    	xx xx xx
	{% end_raw %} --> endraw 
	{% endhighlight xml %}

Em vez de xml pode ser html, bash, python, java, ...
Lista completa em [aqui](http://pygments.org/languages/)