Skip to content

Commit 03c1cd0

Browse files
committed
fix issues #3 e #5
1 parent 641fbda commit 03c1cd0

32 files changed

+77
-32
lines changed

Diff for: _includes/footer.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,18 @@ <h2 class="footer-heading">{{ site.title }}</h2>
5454

5555
</footer>
5656

57-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
57+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
58+
59+
{% if page.comments %}
60+
<!-- start disqus -->
61+
<script>
62+
var disqus_shortname = 'phpsc';
63+
64+
(function() {
65+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
66+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
67+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
68+
})();
69+
</script>
70+
<!-- end disqus -->
71+
{% endif %}

Diff for: _layouts/post.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55

66
<header class="post-header">
77
<h1 class="post-title">{{ page.title }}</h1>
8-
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
8+
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • <a href="https://github.com/{{ page.author }}">{{ page.author }}</a>{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
99
</header>
1010

1111
<article class="post-content">
1212
{{ content }}
1313
</article>
1414

15+
<div id="disqus_thread"></div>
1516
</div>

Diff for: _posts/2010-06-19-phpsc-conf-2010.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: PHPSC Conf 2010
33
author: wcomnisky
44
layout: post
5-
permalink: /?p=6
5+
comments: true
6+
slug: phpsc-conf-2010
67
categories:
78
- Eventos
89
tags:

Diff for: _posts/2010-07-28-grade-do-phpsc-conf-2010.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Grade do PHPSC Conf 2010
33
author: admin
44
layout: post
5-
permalink: /?p=15
5+
comments: true
6+
slug: 2010-07-28-grade-do-phpsc-conf-2010
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-03-abertas-as-inscricoes-do-phpsc-conf-2010.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Abertas as inscrições do PHPSC Conf 2010
33
author: admin
44
layout: post
5-
permalink: /?p=20
5+
comments: true
6+
slug: abertas-as-inscricoes-do-phpsc-conf-2010
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-25-bar-oficial-do-phpsc-conf.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Bar oficial do PHPSC Conf
33
author: admin
44
layout: post
5-
permalink: /?p=31
5+
comments: true
6+
slug: bar-oficial-do-phpsc-conf
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-26-informacoes-phpsc-conf-2010.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Informações PHPSC Conf 2010
33
author: alexandre
44
layout: post
5-
permalink: /?p=33
5+
comments: true
6+
slug: informacoes-phpsc-conf-2010
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-26-local-da-phpsc-conf.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Local da PHPSC Conf 2010
33
author: alexandre
44
layout: post
5-
permalink: /?p=39
5+
comments: true
6+
slug: local-da-phpsc-conf
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-26-produtos-do-grupo-phpsc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Produtos do grupo PHPSC
33
author: alexandre
44
layout: post
5-
permalink: /?p=37
5+
comments: true
6+
slug: produtos-do-grupo-phpsc
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-30-agradecimento.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Agradecimento
33
author: alexandre
44
layout: post
5-
permalink: /?p=42
5+
comments: true
6+
slug: agradecimento
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-08-30-certificados-phpsc-conf-2010-informacao.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 'Certificados PHPSC Conf 2010 &#8211; Informação'
33
author: alexandre
44
layout: post
5-
permalink: /?p=41
5+
comments: true
6+
slug: certificados-phpsc-conf-2010-informacao
67
categories:
78
- Eventos
89
---

Diff for: _posts/2010-09-03-vaga-para-programador-php-e-jquery-em-joinville.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Vaga para programador PHP e jQuery em Joinville
33
author: admin
44
layout: post
5-
permalink: /?p=30
5+
comments: true
6+
slug: vaga-para-programador-php-e-jquery-em-joinville
67
categories:
78
- Jobs
89
tags:

Diff for: _posts/2010-09-09-vaga-estagio-php.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Vaga Estágio PHP
33
author: admin
44
layout: post
5-
permalink: /?p=46
5+
comments: true
6+
slug: vaga-estagio-php
67
categories:
78
- Jobs
89
tags:

Diff for: _posts/2010-09-09-vagas-para-programadores-php-e-designer-em-chapeco.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Vagas para programadores PHP e Designer em Chapecó
33
author: admin
44
layout: post
5-
permalink: /?p=45
5+
comments: true
6+
slug: vagas-para-programadores-php-e-designer-em-chapeco
67
categories:
78
- Jobs
89
tags:

Diff for: _posts/2011-01-18-na-parceria-phpsc-e-editora-novatec-que-ganha-e-voce.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Na parceria PHPSC e editora Novatec quem ganha é você!
33
author: alexandre
44
layout: post
5-
permalink: /?p=50
5+
comments: true
6+
slug: na-parceria-phpsc-e-editora-novatec-que-ganha-e-voce
67
categories:
78
- Promoções
89
---

Diff for: _posts/2011-01-18-novo-livro-de-php-no-mercado.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Novo Livro de PHP no mercado
33
author: alexandre
44
layout: post
5-
permalink: /?p=49
5+
comments: true
6+
slug: novo-livro-de-php-no-mercado
67
categories:
78
- Livros
89
---

Diff for: _posts/2011-10-21-php-sc-conf-2011.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: PHPSC Conf 2011
33
author: admin
44
layout: post
5-
permalink: /?p=53
5+
comments: true
6+
slug: php-sc-conf-2011
67
categories:
78
- Eventos
89
---

Diff for: _posts/2011-11-09-programacao-phpsc-conf-2011.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Programação PHPSC Conf 2011
33
author: admin
44
layout: post
5-
permalink: /?p=54
5+
comments: true
6+
slug: programacao-phpsc-conf-2011
67
categories:
78
- Eventos
89
---

Diff for: _posts/2011-11-10-abertas-as-inscricoes-do-phpsc-conf-2011.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Abertas as inscrições do PHPSC Conf 2011
33
author: admin
44
layout: post
5-
permalink: /?p=56
5+
comments: true
6+
slug: abertas-as-inscricoes-do-phpsc-conf-2011
67
categories:
78
- Eventos
89
---

Diff for: _posts/2012-08-07-chamada-de-trabalhos-phpsc-conference-2012.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 'Chamada de Trabalhos &#8211; PHPSC Conference 2012'
33
author: admin
44
layout: post
5-
permalink: /?p=60
5+
comments: true
6+
slug: chamada-de-trabalhos-phpsc-conference-2012
67
categories:
78
- Eventos
89
tags:

Diff for: _posts/2012-08-21-phpsc-conference-2012.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: PHPSC Conference 2012
33
author: admin
44
layout: post
5-
permalink: /?p=62
5+
comments: true
6+
slug: phpsc-conference-2012
67
categories:
78
- Eventos
89
tags:

Diff for: _posts/2012-09-26-comunidade-phpsc-no-php-conference-brasil-2012.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Comunidade PHPSC no PHP Conference Brasil 2012
33
author: admin
44
layout: post
5-
permalink: /?p=66
5+
comments: true
6+
slug: comunidade-phpsc-no-php-conference-brasil
67
categories:
78
- Eventos
89
- Promoções

Diff for: _posts/2013-05-28-webminar-zend-gratuito.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Webminar Zend gratuito
33
author: lcobucci
44
layout: post
5-
permalink: /?p=73
5+
comments: true
6+
slug: webminar-zend-gratuito
67
categories:
78
- Cursos
89
tags:

Diff for: _posts/2013-05-29-tdc-2013-e-phpday-curitiba.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: TDC 2013 e PHPDay Curitiba!
33
author: lcobucci
44
layout: post
5-
permalink: /?p=71
5+
comments: true
6+
slug: tdc-2013-e-phpday-curitiba
67
categories:
78
- Eventos
89
tags:

Diff for: _posts/2014-04-27-digitalocean-apoia-o-phpsc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: DigitalOcean apoia o PHPSC
33
author: lcobucci
44
layout: post
5-
permalink: /?p=90
5+
comments: true
6+
slug: digitalocean-apoia-o-phpsc
67
categories:
78
- Novidades
89
---

Diff for: _posts/2015-03-23-imasters-php-experience-2015.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: iMasters PHP Experience 2015
33
author: lcobucci
44
layout: post
5-
permalink: /?p=163
5+
comments: true
6+
slug: imasters-php-experience-2015
67
categories:
78
- Eventos
89
tags:

Diff for: _posts/2015-06-24-php-extreme-2015.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: PHP Extreme 2015
33
author: Thiago Paes
44
layout: post
5-
permalink: /?p=170
5+
comments: true
6+
slug: php-extreme-2015
67
categories:
78
- Eventos
89
---

Diff for: _posts/2015-09-01-agile-trends-florianopolis.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Agile Trends Florianópolis
33
author: Thiago Paes
44
layout: post
5-
permalink: /?p=190
5+
comments: true
6+
slug: agile-trends-florianopolis
67
categories:
78
- Eventos
89
tags:

Diff for: _posts/2015-09-08-1st-phpsc-incompany.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 1st PHPSC InCompany
33
author: Thiago Paes
44
layout: post
5-
permalink: /?p=183
5+
comments: true
6+
slug: 1st-phpsc-in-company
67
categories:
78
- Eventos
89
---

Diff for: _posts/2015-09-09-1st-phpsc-pub.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 1st PHPSC Pub
33
author: Thiago Paes
44
layout: post
5-
permalink: /?p=196
5+
comments: true
6+
slug: 1st-phpsc-pub
67
categories:
78
- Eventos
89
- Novidades

Diff for: _posts/2015-09-24-php-moderno.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: PHP Moderno
33
author: Ronaldo M. Rodrigues
44
layout: post
5-
permalink: /?p=207
5+
comments: true
6+
slug: php-moderno
67
categories:
78
- Livros
89
tags:

Diff for: _posts/2015-10-11-2nd-phpsc-incompany.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: 2nd PHPSC InCompany
33
author: Thiago Paes
44
layout: post
5-
permalink: /?p=214
5+
comments: true
6+
slug: 2nd-phpsc-incompany
67
categories:
78
- Eventos
89
---

0 commit comments

Comments
 (0)