Merge pull request 'Aminda's special suggestions' (#1) from Mikaela/masfloss-web:aminda into main

Reviewed-on: #1
This commit is contained in:
Echedelle López Romero 2023-09-01 15:08:28 +00:00
commit 449750aefc
8 changed files with 40 additions and 6 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# See https://editorconfig.org for more information
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{markdown,md}]
trim_trailing_whitespace = false

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

22
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,22 @@
# See https://pre-commit.com for more information
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
exclude_types: [markdown]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
hooks:
- id: editorconfig-checker
alias: ec

View File

@ -1,5 +1,5 @@
{%-if include.category-%}
{%-assign posts = site.categories[include.category]-%}
{%-assign posts = site.categories[include.category]-%}
{%-else-%}
{%-assign posts = site.posts-%}
{%-endif-%}
@ -22,4 +22,4 @@
<li><a href="{{ include.show_more_url }}">{{ include.show_more_text | default: "Show more..." }}</a></li>
{%- endif -%}
</ul>
{%- endif -%}
{%- endif -%}

View File

@ -8,7 +8,7 @@ layout: default
<p class="post-meta">
<time datetime="{{ page.date }}">{{ page.date | date: site.theme_config.date_format }}</time>
</p>
<h1>{{ page.title }}</h1>
{{ content }}

View File

@ -257,4 +257,4 @@ Para credenciales de acceso adicionales, se ejecutaría la misma orden sin la op
---
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)

View File

@ -40,4 +40,4 @@ También es triste ver cómo un proyecto comunitario podría estar empezando a v
---
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)
**Redacción:** [EchedeyLR](/redaction.html#EchedeyLR)

View File

@ -3,4 +3,4 @@ layout: archive
lang: es
which_category: recommendations
title: Publicaciones de recomendaciones
---
---