Compare commits
5 Commits
0332cabde3
...
feat-devco
Author | SHA1 | Date | |
---|---|---|---|
6007d24341
|
|||
e486076ad0
|
|||
ae07a36b96
|
|||
f81db55aac | |||
dbbad179fd |
22
.devcontainer/devcontainer.json
Normal file
22
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
@ -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.
|
||||
|
@ -1,11 +1,11 @@
|
||||
+++
|
||||
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=false
|
||||
+++
|
||||
---
|
||||
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
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
+++
|
||||
title= 'Taller de Bash'
|
||||
description= 'Empieza a utilizar la consola con confianza. Aprende manipular y automatizar diversas tareas desde el 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=false
|
||||
+++
|
||||
---
|
||||
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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<p>© 2024 Open Bokeron.</p>
|
||||
<p>🄯 2024 Open Bokeron.</p>
|
||||
<p>
|
||||
Made with <span style="color: #e25555;">♥</span> in
|
||||
<a href="https://openbokeron.uma.es/gitea/OpenBokeron/Web">Gitea</a>
|
||||
|
Reference in New Issue
Block a user