Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd6b64b

Browse files
committed
Some site updates
1 parentb57f465 commitfd6b64b

File tree

9 files changed

+19
-26
lines changed

9 files changed

+19
-26
lines changed

‎404.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: layout
33
title: Page not found!
4+
ref: page-not-found
45
---
56

67
<divclass="container">

‎_config.yml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ exclude: [vendor]
3535

3636
t:
3737
en:
38-
blog:
39-
name:'BLOG'
40-
url:'blog-en'
38+
#blog:
39+
# name: 'BLOG'
40+
# url: 'blog-en'
4141
projects:
4242
name:'PROJECTS'
4343
url:'projects'
4444
home:
45-
url:'start'
45+
url:'home'
4646
# resume:
4747
# name: 'RESUME'
4848
# url: 'resume'
4949
es:
50-
blog:
51-
name:'BLOG'
52-
url:'blog-es'
50+
#blog:
51+
# name: 'BLOG'
52+
# url: 'blog-es'
5353
projects:
5454
name:'PROYECTOS'
5555
url:'proyectos'

‎atom.xml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: atom
3+
ref: atom
34
---
45

56
{% for post in site.posts limit:10 %}

‎start.html‎renamed to ‎home.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<divclass="avatar">
1010
<imgclass="img-circle"src="{{ site.baseurl }}static/img/{{ site.avatar }}"alt="Responsive image">
1111
</div>
12-
<h3>I'm<strong>{{ site.author }}</strong>, a SystemsEngineeringand Computing student.</h3>
13-
<h3>I'm aweb developer and a Laravel enthusiast.</h3>
12+
<h3>I'm<strong>{{ site.author }}</strong>, a Systems and ComputingEngineer.</h3>
13+
<h3>Aweb developer and Laravel enthusiast.</h3>
1414
<h3>Check some of my<ahref="/{{ site.t.es.projects.url }}"> projects</a>.</h3>
1515
{% comment %}
1616
<!-- <h3>Para mas información académica y profesional, dirígete a mi <a href="/{{ site.t.es.resume.url }}">currículo</a>.</h3> -->

‎index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<divclass="avatar">
1010
<imgclass="img-circle"src="{{ site.baseurl }}static/img/{{ site.avatar }}"alt="Responsive image">
1111
</div>
12-
<h3>Soy<strong>{{ site.author }}</strong>,un estudiante de Ingeniería de Sistemas y Computación.</h3>
13-
<h3>Soy un desarrollador web y entusiasta de Laravel.</h3>
12+
<h3>Soy<strong>{{ site.author }}</strong>,Ingeniero de Sistemas y Computación.</h3>
13+
<h3>Un desarrollador web y entusiasta de Laravel.</h3>
1414
<h3>Visita algunos de mis<ahref="/{{ site.t.es.projects.url }}"> proyectos</a>.</h3>
1515
{% comment %}
1616
<!-- <h3>Para mas información académica y profesional, dirígete a mi <a href="/{{ site.t.es.resume.url }}">currículo</a>.</h3> -->

‎projects.html‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ <h5>
1414
<iclass="fa fa-github"></i>&nbsp;&nbsp;<strong><ahref="https://github.com/santigarcor/laratrust">Laratrust</a></strong>
1515
- A Role Base Access control package for<ahref="https://laravel.com"target="_blank">Laravel</a>.
1616
</h5>
17-
<h5>
18-
<iclass="fa fa-globe"></i>&nbsp;&nbsp;<strong><ahref="https://www.meetup.com/es/Laravel-Medellin/">Laravel Medellín</a></strong>
19-
- Laravel Medellín Meetup.
20-
</h5>
2117
</div>
2218
</div>
2319
</div>

‎proyectos.html‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ <h5>
1414
<iclass="fa fa-github"></i>&nbsp;&nbsp;<strong><ahref="https://github.com/santigarcor/laratrust">Laratrust</a></strong>
1515
- Paquete que permite el manejo de accesos bajo roles y permisos en<ahref="https://laravel.com"target="_blank">Laravel</a>.
1616
</h5>
17-
<h5>
18-
<iclass="fa fa-globe"></i>&nbsp;&nbsp;<strong><ahref="https://www.meetup.com/es/Laravel-Medellin/">Laravel Medellín</a></strong>
19-
- Meetup de Laravel en la ciudad de Medellín.
20-
</h5>
2117
</div>
2218
</div>
2319
</div>

‎robots.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
User-agent:*
2-
Disallow:/
2+
Disallow:

‎sitemap.xml‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: null
33
---
44
<?xml version="1.0" encoding="UTF-8"?>
55
<urlsetxmlns="http://www.sitemaps.org/schemas/sitemap/0.9"xmlns:xhtml="http://www.w3.org/1999/xhtml">
6-
{% for post in site.posts %}
6+
<!-- {% for post in site.posts %}
77
{% if post.id contains "404" %}{% else %}
88
<url>
99
<loc>{{site.base}}{{ post.url }}</loc>
@@ -15,17 +15,16 @@ layout: null
1515
<changefreq>weekly</changefreq>
1616
</url>
1717
{% endif %}
18-
{% endfor %}
18+
{% endfor %}-->
1919
{% for page in site.pages %}
20-
{%if page.id contains "404" %}{% else %}
20+
{%unless page.ref == 'page-not-found' %}
2121
<url>
22-
<loc>{{site.base}}{{ page.url }}</loc>
23-
{% assign versions=site.pages | where:"ref", page.ref %}
22+
<loc>{{site.base}}{{ page.url }}</loc>{% assign versions=site.pages | where:"ref",page.ref %}
2423
{% for version in versions %}
2524
<xhtml:linkrel="alternate"hreflang="{{ version.lang }}"href="{{site.base}}{{ version.url }}" />
2625
{% endfor %}
2726
<changefreq>weekly</changefreq>
2827
</url>
29-
{%endif %}
28+
{%endunless %}
3029
{% endfor %}
3130
</urlset>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp