From e486076ad05dd47caaf19da12848237aaa16d270 Mon Sep 17 00:00:00 2001 From: nestorlora Date: Tue, 30 Apr 2024 14:55:15 +0000 Subject: [PATCH 1/2] =?UTF-8?q?A=C3=B1adir=20soporte=20para=20devcontainer?= =?UTF-8?q?.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..069e211 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" +} From 6007d24341f33827a0624f25a2453807b78fba43 Mon Sep 17 00:00:00 2001 From: nestorlora Date: Tue, 30 Apr 2024 15:04:29 +0000 Subject: [PATCH 2/2] Documented developer preview --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 27815cf..99b4a90 100644 --- a/README.md +++ b/README.md @@ -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.