Skip to content

Commit 7f47a67

Browse files
committed
v1.0
1 parent e13edb9 commit 7f47a67

18 files changed

+78
-145
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title: Iterum
2-
description: Devblog about our games.
2+
description: Devblog sobre nossos jogos.
33
author: Kaic & Marcelo
44
github: https://github.com/IterumCorp
5-
about: Devblog about our games.
5+
about: Devblog sobre nossos jogos.
66
disqus_shortname: iterum
77
google_analytics: UA-80289341-1
88

@@ -31,14 +31,14 @@ share:
3131

3232
urls:
3333
- icon: fa-home
34-
text: Home
34+
text: Inicio
3535
url: /
3636
- icon: fa-users
37-
text: About Us
38-
url: /about/
37+
text: Sobre
38+
url: /sobre/
3939
- icon: fa-archive
40-
text: Projects
41-
url: /projects/
40+
text: Projetos
41+
url: /projetos/
4242
- icon: fa-rss
4343
text: XML Feed
4444
url: /feed.xml

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</div>
152152

153153
<div class="search" id="js-search">
154-
<input type="text" placeholder="Search..." class="search__input form-control" id="js-search__input">
154+
<input type="text" placeholder="Buscar..." class="search__input form-control" id="js-search__input">
155155
<ul class="search__results" id="js-search__results"></ul>
156156
</div>
157157
<hr />
@@ -162,7 +162,7 @@
162162
{{ content }}
163163

164164
<footer>
165-
&copy; {{ site.author }} - Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/agusmakmun/agusmakmun.github.io/">agusmakmun</a>.
165+
&copy; {{ site.author }} - Layout feito por <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/agusmakmun/agusmakmun.github.io/">agusmakmun</a>.
166166

167167
<div class="btn-github" style="float:right;">
168168
<iframe src="https://ghbtns.com/github-btn.html?user=IterumCorp&repo=iterumcorp.github.io&type=star&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<article class="post">
4+
<article class="">
55

66
<header class="post-header">
77
<h1 class="post-title">{{ page.title }}</h1>

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
layout: default
33
---
44
<h1>{{ page.title }}</h1>
5-
<span class="time">{{ page.date | date_to_string }}</span>
5+
<span class="time">{{ page.date | date: "%d/%m/%Y" }}</span>
66
{% if page.categories %}
77
<span class="categories">
88
&raquo; {% for category in page.categories %}<a href="/category/{{ category }}">{{ category }}</a>{% if forloop.last == false %}, {% endif %}{% endfor %}
99
</span>
1010
{% endif %}
1111

1212
<div class="content">
13-
<div class="post">{{ content }}</div>
13+
<div class="">{{ content }}</div>
1414
{% include share-page.html %}
1515
</div>
1616

_layouts/project.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<article class="post">
4+
<article class="">
55

66
<header class="post-header">
77
<h1 class="post-title">{{ page.title }}</h1>
@@ -50,7 +50,7 @@ <h3 class="project-headlines">{{ i.name }}</h3>
5050
{% if i.url %}
5151
<a href="{{ i.url }}" class="project-link" target="_blank"><i class="fa fa-globe"></i> View</a>
5252
{% endif %}
53-
<span class="project-timeline">{{ i.date }}</span>
53+
<span class="project-timeline">{{ i.date | date: "%d/%m/%Y" }}</span>
5454
</div>
5555
</div>
5656
<hr>

_layouts/project_single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: default
33
---
4-
<article class="post">
4+
<article class="">
55

66
<header class="post-header">
77
<h1 class="post-title">{{ page.title }}</h1>
88
{% for project in site.data.projects %}
99
{% if project.slug == page.slug %}
10-
<span class="time">{{ project.date }}</span> &raquo;
10+
<span class="time">{{ project.date | date: "%d/%m/%Y" }}</span> &raquo;
1111
{% for tag in project.tags %}
1212
<span class="tags tag-filter">{{ tag }}</span>
1313
{% endfor %}

_posts/2016-07-06-nam-egestas-et-risus-sed-pharetra. Vestibulum ante ipsum primis.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

_posts/2016-07-13-markdown-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Markdown Example."
44
date: 2016-07-13
55
categories: [markdown, example]
66
excerpt_separator: <!--exc-->
7-
gif: 200.gif
7+
img: 2002.jpg
88
---
99

1010
An h1 header

_project/01.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: "01"
44
slug: "01"
55
---
66

7-
This is the first project we are working on. Here you can view the changelog:
7+
Esse é o primeiro projeto que nos estamos trabalhando. Aqui você pode conferir o changelog:
88

99
~~~
10-
7/7/2016 - START!
11-
The project has been created.
10+
7/7/2016 - INICIO!
11+
O projeto foi criado.
1212
~~~

about.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)