Compare commits

9 Commits

Author SHA1 Message Date
6007d24341 Documented developer preview 2024-04-30 15:04:29 +00:00
e486076ad0 Añadir soporte para devcontainer.json 2024-04-30 14:55:15 +00:00
ae07a36b96 Bash finished and standardize .md 2024-04-19 09:57:43 +02:00
f81db55aac Actualizar content/es/projects/bash-tutorial.md
Typo corregido
2024-04-17 21:25:23 +02:00
dbbad179fd Changed to copyleft instead of copyright
Used the unicode symbol for copyleft instead of copyright.
2024-04-12 20:54:45 +02:00
0332cabde3 Detalles del taller de bash 2024-04-12 20:30:23 +02:00
7289e50b65 Taller de bash en ingles 2024-04-12 20:30:00 +02:00
b2acfa50f4 Añadido opcion para publicar eventos en futuro 2024-04-12 19:58:15 +02:00
70b2486792 Añadido taller de Bash 2024-04-12 19:56:22 +02:00
7 changed files with 78 additions and 1 deletions

View File

@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {}
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

View File

@ -6,6 +6,15 @@ This repo hosts the website for Open Bokeron which is a student organization in
The philosophy with this website for now is to KISS(keep it stupid simple) using only HTML5 & CSS 3.
## Developer preview
You need [Hugo](https://gohugo.io/) installed.
To get a local preview you can run the server on your host or using [Development Containers](https://containers.dev/) included.
```sh
hugo server
```
## TODO
- [x] Add our logo on the website, favicon.

View File

@ -0,0 +1,22 @@
---
title: Bash Workshop
description: Begin using the console with confidence. Learn to manipulate and automate different tasks using the command line.
image: assets/bash-tutorial.png
date: 2024-04-18T12:30:00+01:00
place: Room 4.1.1 (Coworking Room) of the ETSI Informática
finished: true
---
# Bash Workshop
Have you wanted to use the console but you are intimidated by it?
Would you like to use it like the hackers in the movies, moving through black screens without problems?
Well, then Open Bokeron's Bash workshop is for you.
Our objective is to guide you from basics concepts to advanced bash concepts so you can starting using the shell with confidence.
After this workshop you will feel very comfortable with the terminal and be fluid with your commands.
## An interactive workshop
In Open Bokeron's workshops fun and interaction are a must. We make sure that no-one has to sit down like dumb ducks listening to gibberish.
Our workshop will be interactive and will be gamified including different challenges and Capture the Flags to make sure that no-one looses excitement and dedication.
So prepare yourselves for a learning experience like none other where every single step will take you towards dominating Bash.

View File

@ -0,0 +1,22 @@
---
title: 'Taller de Bash'
description: 'Empieza a utilizar la consola con confianza. Aprende manipular y automatizar diversas tareas desde la línea de comandos.'
image: 'assets/bash-tutorial.png'
date: 2024-04-18T12:30:00+01:00
place: 'Aula 4.1.1 (Sala Coworking) de la ETSI Informática'
finished: true
---
# Taller de Bash
¿Alguna vez has sentido temor al enfrentarte a la consola?
¿Te gustaría dominarla como esos hackers en las películas, navegando por las cajas negras con facilidad?
¡Entonces este taller es para ti!
Nuestro objetivo es guiarte a través de los conceptos básicos y avanzados de Bash para que puedas dar el salto inicial y comenzar a utilizar el Shell con confianza.
Después de este taller, te sentirás cómodo utilizando la consola y serás fluido en sus comandos.
## Un taller interactivo
¡En los talleres de Open Bokeron, la diversión y la interacción son primordiales! Nos aseguramos de que nadie se aburra escuchando monólogos interminables.
Nuestra dinámica será altamente interactiva, con un enfoque gamificado que incluirá desafíos y Capture The Flags (CTFs) para mantener a todos comprometidos y emocionados.
¡Prepárate para sumergirte en una experiencia de aprendizaje única y emocionante donde cada paso te acerca más a dominar Bash!

View File

@ -6,6 +6,8 @@ timeZone = 'Europe/Madrid'
defaultContentLanguage = 'es'
defaultContentLanguageInSubdir = true
buildFuture = true
[languages]
[languages.en]

View File

@ -1,4 +1,4 @@
<p>&copy; 2024 Open Bokeron.</p>
<p>&#127279; 2024 Open Bokeron.</p>
<p>
Made with <span style="color: #e25555;">&#9829;</span> in
<a href="https://openbokeron.uma.es/gitea/OpenBokeron/Web">Gitea</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 KiB