Skip to content

Commit

Permalink
Merge pull request #23 from soulcodex/python-coruna-event-publish
Browse files Browse the repository at this point in the history
Publish hacktoberfest 2023 event at coruña
  • Loading branch information
dukebody authored Oct 1, 2023
2 parents 40dafe3 + a525413 commit 3f3f6ea
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
_site/
_site/

# Jetbrains folder
.idea
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__init:
export SHELL=/bin/bash

.PHONY: help
help:
@cat $(MAKEFILE_LIST) | grep -e "^[a-zA-Z_\-]*: *.*## *" | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

.PHONY: develop
develop: ## Start development server at localhost.
@make __init
npx @11ty/eleventy --serve
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Web para la HacktoberfestES2023

Para verla en local:
```

```bash
npx @11ty/eleventy --serve
```

Si dispones del comando make en tu sistema operativo, tambien puedes iniciar el servidor de desarrollo usando:

```bash
make develop
```
Binary file added assets/img/agenda/python-coruna-logo.webp
Binary file not shown.
12 changes: 11 additions & 1 deletion src/_data/eventList.json
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
[]
[
{
"name": "Python Coruña - Open source hackaton en el Domus",
"datetime": "2023-10-14T10:00:00+02:00",
"datetimeHuman": "Sábado 23 de Octubre - 10:00 am",
"timezone": "UTC+2",
"image": "assets/img/agenda/python-coruna-logo.webp",
"url": "https://linktr.ee/pythoncoruna",
"description": "Desde la comunidad de <b>Python Coruña</b> llevaremos a cabo una hackathon para el desarrollo de distintas soluciones y retos orientados al software libre. El encuentro se llevará a cabo el dia <b>21 de octubre</b> en el espacio <b>maker@domus</b> en la <b><a target='_blank' href='https://maps.app.goo.gl/Zj7DS1KQtHi9gg1Y7'>Domus</a>, A Coruña</b> <br> <b>Horario</b> \uD83D\uDC49 10:00 - 21:30"
}
]

0 comments on commit 3f3f6ea

Please sign in to comment.