Skip to content

Commit f08caa1

Browse files
committed
getting there~
1 parent 8b9d641 commit f08caa1

File tree

12 files changed

+130
-39
lines changed

12 files changed

+130
-39
lines changed

_templates/ablog/catalog.html

Whitespace-only changes.

_templates/ablog/collection.html

Whitespace-only changes.

_templates/components/navigation.html

Whitespace-only changes.

about.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
(about)=
2+
3+
# Acerca de la Comunidad de Python Perú
4+
5+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus.
6+
Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed,
7+
dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper
8+
congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est
9+
eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu
10+
massa, scelerisque vitae, consequat in, pretium a, enim.
11+
12+
Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras
13+
vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio
14+
eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum
15+
primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh.
16+
Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non
17+
diam sodales hendrerit.
18+
19+
## Miembros
20+
21+
```{postlist} 10000
22+
---
23+
category: members
24+
format: "{title}"
25+
list-style: circle
26+
excerpts:
27+
---
28+
```

blog/events/test-event.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
blogpost: true
3+
date: 11 Apr, 2024
4+
author: hellhound
5+
location: Lima, Perú
6+
category: events
7+
lanaguage: Español
8+
---
9+
10+
# Evento de Prueba
11+
12+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus.
13+
Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed,
14+
dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper
15+
congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est
16+
eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu
17+
massa, scelerisque vitae, consequat in, pretium a, enim.
18+
19+
Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras
20+
vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio
21+
eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum
22+
primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh.
23+
Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non
24+
diam sodales hendrerit.

blog/first-post.md

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

blog/members/hellhound.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
blogpost: true
3+
date: 11 Apr, 2024
4+
author: hellhound
5+
location: Lima, Perú
6+
category: members
7+
lanaguage: Español
8+
---
9+
10+
# Jean-Pierre Chauvel
11+
12+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus.
13+
Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed,
14+
dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper
15+
congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est
16+
eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu
17+
massa, scelerisque vitae, consequat in, pretium a, enim.
18+
19+
Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras
20+
vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio
21+
eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum
22+
primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh.
23+
Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non
24+
diam sodales hendrerit.

conf.py

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
import sys
1313
from pathlib import Path
1414

15-
import alabaster
16-
1715
from authors import get_authors
1816

1917
sys.path.append(str(Path(".").resolve()))
@@ -74,7 +72,7 @@
7472
# This will prevent ablog from injecting its own templates into the Sphinx
7573
# build. This is only useful when you have a custom template bridge (rare).
7674
# See https://github.com/sunpy/ablog/pull/144 for the full context.
77-
# skip_injecting_base_ablog_templates = False
75+
skip_injecting_base_ablog_templates = True
7876

7977
# -- Blog Post Related --------------------------------------------------------
8078

@@ -105,7 +103,7 @@
105103
# When ``True``, links to the previous and next posts will be rendered at the
106104
# bottom of the page.
107105
# Default is ``True``
108-
# post_show_prev_next = True
106+
post_show_prev_next = False
109107

110108
# When ``False``, the :rst:dir:`orphan` directive is not automatically set
111109
# for each post. Without this directive, Sphinx will warn about posts that
@@ -121,16 +119,7 @@
121119
# a link to a archive pages generated for each tag, category, and year.
122120
# In addition, there are authors.html, languages.html, and locations.html
123121
# sidebars that link to author and location archive pages.
124-
html_sidebars = {
125-
"**": [
126-
"ablog/postcard.html",
127-
"ablog/recentposts.html",
128-
"ablog/tagcloud.html",
129-
"ablog/categories.html",
130-
"ablog/archives.html",
131-
"searchbox.html",
132-
],
133-
}
122+
# html_sidebars = {}
134123

135124
# -- Blog Feed Options --------------------------------------------------------
136125

@@ -212,7 +201,6 @@
212201
"sphinx.ext.extlinks",
213202
"sphinx.ext.intersphinx",
214203
"sphinx.ext.todo",
215-
"alabaster",
216204
"ablog",
217205
"myst_parser",
218206
"sphinxcontrib.youtube",
@@ -330,10 +318,11 @@
330318
# documentation.
331319
html_theme_options = {
332320
"accent_color": "tomato",
321+
"globaltoc_expand_depth": 1,
333322
}
334323

335324
# Add any paths that contain custom themes here, relative to this directory.
336-
html_theme_path = [alabaster.get_path()]
325+
# html_theme_path = [alabaster.get_path()]
337326

338327
# The name for this set of Sphinx documents. If None, it defaults to
339328
# "<project> v<release> documentation".

events.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Eventos
2+
3+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus.
4+
Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed,
5+
dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper
6+
congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est
7+
eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu
8+
massa, scelerisque vitae, consequat in, pretium a, enim.
9+
10+
Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras
11+
vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio
12+
eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum
13+
primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh.
14+
Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non
15+
diam sodales hendrerit.
16+
17+
## Lista de Eventos
18+
19+
```{postlist} 10000
20+
---
21+
category: events
22+
date: "%A, %B %d, %Y"
23+
format: "{title} para el {date}"
24+
list-style: circle
25+
excerpts:
26+
---
27+
```

index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Python Perú
32
layout: landing
3+
description: Python Perú
44
---
55

66
````{rst-class} head-title
@@ -24,12 +24,12 @@ layout: landing
2424
:class-row: surface
2525

2626
:::{grid-item-card} {octicon}`people` Nosotros
27-
:link: about
27+
:link: about/
2828
Conoce un poco más sobre nosotros y sobre nuestros miembros de la comunidad
2929
Python Perú.
3030
:::
3131
:::{grid-item-card} {octicon}`megaphone` Eventos
32-
:link: eventos
32+
:link: events/
3333
Entérate de los últimos eventos locales de nuestra comunidad y otras.
3434
:::
3535
:::{grid-item-card} {octicon}`rss` Blog
@@ -45,7 +45,10 @@ Infórmate de lo último de lo que acontece en nuestra comunidad.
4545
```
4646

4747
```{toctree}
48+
:caption: Secciónes
4849
:hidden: true
4950
5051
about.md
52+
events.md
53+
learning-path.md
5154
```

0 commit comments

Comments
 (0)