Skip to content

Commit 5f887b7

Browse files
committed
feat: post test
1 parent 83ca57f commit 5f887b7

File tree

2 files changed

+17
-53
lines changed

2 files changed

+17
-53
lines changed

content/post/test.md

Lines changed: 16 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,29 @@
11
---
2-
title: Demo
32
date: 2025-08-22
4-
summary: test para highlight code block
5-
tags: highlight
3+
title: Post test
4+
summary: Test para un post
5+
author: Autor Prueba
6+
image: img/otros/default.jpg
7+
tags: uno, dos, tres, cuatro, cinco
68
---
79

8-
*italic* text
9-
Install the tools:
10+
Texto *italic*
1011

1112

12-
* hola
13-
14-
:::bash
15-
# comentario
16-
pip install powrap pospell poedit
17-
18-
* hola
13+
* elemento y codigo ejemplo
14+
* elemento y codigo ejemplo
1915

2016
```bash
2117
# comentario
2218
pip install powrap pospell poedit
2319
```
2420

25-
hola a todos
26-
esto es un parrafosd
27-
28-
29-
30-
31-
```python
32-
def greet(name):
33-
print("Hello", name)
34-
```
35-
36-
* hola
21+
texto parrafo test
3722

38-
:::bash
39-
# Pasos para crear un entorno en Unix (macOS/Linux) o Windows
40-
python -m venv env
41-
source env/bin/activate # Para Unix
42-
env\Scripts\activate # Para Windows
43-
pip install powrap pospell poedit
44-
45-
46-
* instalar las herramientas de manera global en el sistema
47-
48-
:::bash
49-
# Pasos para crear un entorno en Unix (macOS/Linux) o Windows
50-
python -m venv env
51-
source env/bin/activate # Para Unix
52-
env\Scripts\activate # Para Windows
53-
pip install powrap pospell poedit
54-
55-
Así funciona con un indentado con asterisco
56-
57-
* Crear un entorno virtual (solo una vez) dentro del repositorio para no
58-
instalar las herramientas de manera global en el sistema
59-
60-
:::bash
61-
# Pasos para crear un entorno en Unix (macOS/Linux) o Windows
62-
python -m venv env
63-
source env/bin/activate # Para Unix
64-
env\Scripts\activate # Para Windows
65-
pip install powrap pospell poedit
23+
```bash
24+
# Pasos para crear un entorno en Unix (macOS/Linux) o Windows
25+
python -m venv env
26+
source env/bin/activate # Para Unix
27+
env\Scripts\activate # Para Windows
28+
pip install powrap pospell poedit
29+
```

theme/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% block content %}
55
<article class="post">
6-
<div class="meta">By {{ article.author }} — {{ article.date.strftime('%Y-%m-%d') }}</div>
6+
<div class="meta">Por {{ article.author }} — {{ article.date.strftime('%Y-%m-%d') }}</div>
77
<h2>{{ article.title }}</h2>
88
<h3>{{ article.summary }}</h3>
99
<div>Tags:

0 commit comments

Comments
 (0)