Skip to content

Commit

Permalink
Minor cleanup, enabling jekyll paginate V2
Browse files Browse the repository at this point in the history
  • Loading branch information
IlDucci committed Jun 28, 2024
1 parent 643f531 commit 33db0bf
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 408 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ codekit-config.json
_asset_bundler_cache
_site

# Otros
# MODIFICACION
Trucos.txt
Trucos2.txt
15 changes: 8 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
# MODIFICACION: Anadida una skin personalizada.
# MODIFICACIÓN: Añadida una skin personalizada.
minimal_mistakes_skin : "tiovictor" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
Expand All @@ -22,8 +22,8 @@ title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "Tío Víctor"
description : "Fantraducciones al castellano realizadas por IlDucci"
url : http://tiovictor.romhackhispano.org
baseurl :
url : http://tiovictor.romhackhispano.org # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # NO ES NECESARIO the subpath of your site, e.g. "/blog"
repository : "romhackhispano/tiovictor.romhackhispano.org"
teaser : "img/NotiEnBlancoV2.jpg"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
Expand Down Expand Up @@ -98,7 +98,7 @@ author:
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio :
location :
email :
email :


# Site Footer
Expand All @@ -111,7 +111,7 @@ footer:
icon: "fab fa-fw fa-mastodon"
url: "https://tkz.one/@IlDucci"
- label: "BlueSky"
icon: "fas fa-solid fa-square"
icon: "fab fa-fw fa-bluesky"
url: "https://bsky.app/profile/vgfilducci.bsky.social"
- label: "Política de cookies"
icon: "fas fa-exclamation-triangle"
Expand Down Expand Up @@ -200,10 +200,11 @@ paginate_path: /page:num/
# for configuration details
pagination:
# Set enabled to true to use paginate v2
# enabled: true
enabled: true
debug: false
collection: 'posts'
per_page: 10
# MODIFICACIÓN: ajusta el número de entradas por página.
per_page: 5
permalink: '/page/:num/'
title: ':title - page :num'
limit: 0
Expand Down
2 changes: 1 addition & 1 deletion _includes/page__date.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time class="dt-published" datetime="{{ page.last_modified_at | date: "%Y-%m-%d" }}">{{ page.last_modified_at | date: date_format }}</time></p>
{% elsif page.date %}
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: date_format }}</time></p>
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion _layouts/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ <h1 id="page-title" class="page__title"{% if page.locale %} lang="{{ page.locale
{% endunless %}
{{ content }}
</div>
</div>
</div>
23 changes: 0 additions & 23 deletions _sass/minimal-mistakes/skins/_air.scss

This file was deleted.

34 changes: 0 additions & 34 deletions _sass/minimal-mistakes/skins/_aqua.scss

This file was deleted.

52 changes: 0 additions & 52 deletions _sass/minimal-mistakes/skins/_contrast.scss

This file was deleted.

30 changes: 0 additions & 30 deletions _sass/minimal-mistakes/skins/_dark.scss

This file was deleted.

33 changes: 0 additions & 33 deletions _sass/minimal-mistakes/skins/_dirt.scss

This file was deleted.

24 changes: 0 additions & 24 deletions _sass/minimal-mistakes/skins/_mint.scss

This file was deleted.

63 changes: 0 additions & 63 deletions _sass/minimal-mistakes/skins/_neon.scss

This file was deleted.

Loading

0 comments on commit 33db0bf

Please sign in to comment.